Mikhail

Forum Replies Created

Viewing 15 posts - 616 through 630 (of 6,219 total)
  • Author
    Posts
  • in reply to: Daily Data #15935
    Mikhail
    Moderator

    Hello,
    Please clarify your question. Screenshots may help.

    in reply to: How to send a string in an input channel through MQTT #15934
    Mikhail
    Moderator

    Hello,
    Currently, the MQTT client driver supports only numbers. You can convert incoming strings int numbers with JavaScript, and transmit numbers to Server as channel values.

    in reply to: Telegram send request error #15932
    Mikhail
    Moderator

    Note. Don’t publish your bot token. It’s not safe.

    in reply to: Telegram send request error #15931
    Mikhail
    Moderator

    Hi,

    Send request:
    https://api.telegram.org/botXXX/getUpdates?offset=0&timeout=5&allowed_updates=message
    Error executing request: The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.
    

    timeout=5 means that the Telegram server should send a response in 5 seconds. But it didn’t. May be they have some issues on their side, or there are internet provider issues.

    For testing, you could send the same request in a web browser.

    • This reply was modified 1 year, 2 months ago by Mikhail.
    in reply to: Formul #15921
    Mikhail
    Moderator

    Separators depend on the culture that is set in the Administrator application.

    in reply to: There is a problem with Import Table #15919
    Mikhail
    Moderator

    Could you provide screenshots that explain the question?

    in reply to: InitScripts() use #15918
    Mikhail
    Moderator

    Probably channel data is not ready when InitScripts is called.
    What kind of channels do you need to initialize?

    in reply to: use PrevTime() #15917
    Mikhail
    Moderator

    For a channel of the input type it depends on Communicator.
    The Communicator app sends data to Server after each session and every period (60 seconds by default).

    in reply to: InitScripts() use #15898
    Mikhail
    Moderator

    If you use some variables in your scripts, you can initialize them in the InitScripts method, for example. It is called once when Server starts.

    in reply to: Script use #15889
    Mikhail
    Moderator

    You can call the HourStarted function inside your own custom functions. It is auxiliary.

    in reply to: Script use #15888
    Mikhail
    Moderator

    The CountPulse function should be used in a channel of the calculated type. It should refer another channel. If the 2nd channel changes from 0 to >0, the 1st channel is increased. Check the source code in the Scripts table.

    in reply to: Script use #15887
    Mikhail
    Moderator

    EveryXXX function is executed many times a second. When a time is elapsed, the method passed as an argument is executed. Find the source code of the EveryPeriod function in the Scripts table.

    in reply to: Script use #15886
    Mikhail
    Moderator

    Hello,
    Please ask questions in proper different topics.

    in reply to: After using Rapid Scada, individual ideas make suggestions #15885
    Mikhail
    Moderator

    Thank you for your thoughts.

    Item 2. You can. Try Ctrl + C.
    Items 1 and 3 have been added to the back log.

    in reply to: User Input on Table View #15884
    Mikhail
    Moderator

    When a command is sent, an output formula of the channel is executed. In that output formula you can write a value to the channel as discussed above.

Viewing 15 posts - 616 through 630 (of 6,219 total)