Mikhail

Forum Replies Created

Viewing 15 posts - 661 through 675 (of 6,270 total)
  • Author
    Posts
  • in reply to: Daily Data #15962
    Mikhail
    Moderator

    May be a table view is not so good to show daily data. It was designed mostly for hourly data.
    Elastic Report can show daily data as HTML. You could try Elastic Report Plugin.

    in reply to: How to store constants in RapidSCADA #15961
    Mikhail
    Moderator

    Hello,
    1. As a channel value
    2. As a C# constant in the Scripts table.

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

    If you are a software develop, you can get the source code of the driver from GitHub and add the required feature.
    We can do that by a contract, however it may be expensive.

    in reply to: No sign-in #15959
    Mikhail
    Moderator

    The screenshot is not available.

    in reply to: HTTP Error 404.0 – Not Found #15958
    Mikhail
    Moderator

    could you please list the necessary component that i have to install or cheak them?

    Link

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

    Hi,
    Do you still get the same error in Communicator?

    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, 4 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.

Viewing 15 posts - 661 through 675 (of 6,270 total)