Mikhail

Forum Replies Created

Viewing 15 posts - 3,286 through 3,300 (of 6,296 total)
  • Author
    Posts
  • in reply to: Silent server crash #8223
    Mikhail
    Moderator

    Only need to update the server module, no need to update auto control module?

    Yes. Commands are added to a queue inside the Server service and executed independently. That’s why they are not blocked.

    in reply to: GSM Modul connection #8222
    Mikhail
    Moderator

    Likely it’s needed to update KpTest.dll because it sends some example data to the COM port.

    in reply to: GSM Modul connection #8221
    Mikhail
    Moderator

    Hello,

    Try the following:
    1. Download KpTest.dll
    2. Add a new device with KpTest.dll driver to the same communication line as the modem.
    3. Manually send a binary command number 1 with the command value “at+cmgf=0”

    If it works, you send commands automatically with Automatic Control Module.

    in reply to: If you use OneDrive and you can’t load the Scada page #8220
    Mikhail
    Moderator

    May be this is issue depends on particular OneDrive settings. I also use OneDrive and haven’t faced this effect.
    Thanks.

    in reply to: Send data to rapid Scada through JSON MQTT Message #8211
    Mikhail
    Moderator

    Hi,

    Let me clarify the problem:
    1. You successfully read /mesparam1 and /mesparam2, right?
    2. Did you check in Webstation interface if channel 600 and 601 change?
    3. Is the problem that you cannot publish channel 600 to /mesparam10 or something else?

    in reply to: About Elastic Report Month Period #8210
    Mikhail
    Moderator

    If you select Excel or PDF, is the error the same?

    in reply to: About Elastic Report Month Period #8209
    Mikhail
    Moderator

    Hi,

    Please send the detailed error information that is written in C:\SCADA\ScadaWeb\log\ScadaWeb.log

    in reply to: Silent server crash #8191
    Mikhail
    Moderator

    Please try this update. Does it help?

    in reply to: Time Off Timer #8187
    Mikhail
    Moderator

    Hello Rich,

    I think, you need an extra channel of the calculated discrete type. A formula should check when the source input channel was changed from 0 to 1, then set the 2nd channel to 1 and remember a timestamp. After that compare current time with the timestamp to determine when to change the 2nd channel back to 0.

    Formulas must be calculated as fast as possible. Avoid delays, tasks and thread in formulas.

    in reply to: Virtual Keyboard #8186
    Mikhail
    Moderator

    Looks amazing! Thanks a lot!

    in reply to: Rapid SCADA tite text #8185
    Mikhail
    Moderator

    Apache 2 license allows to create derivative products based on Rapid SCADA. So it’s possible not to show the original name in page titles.

    in reply to: Many dashboards pagination #8184
    Mikhail
    Moderator

    Hi,
    Thank you.

    in reply to: RapidGate v5.1.1.0 doesn’t work #8183
    Mikhail
    Moderator

    Rapid Gate 5.1.1.0 requires Server 5.1.4.1. You should update Rapid SCADA to v5.8.2.

    in reply to: Virtual Keyboard #8161
    Mikhail
    Moderator

    The 1st image is good, but the 2nd and the 3rd images does not open. Could you check the links?
    Thank you.

    in reply to: Silent server crash #8151
    Mikhail
    Moderator

    Hi,

    Thanks a lot. I will try to reproduce the problem using you project and write here.

    Adding 1s delay will reduce the probability / frequency of the server crash, but can not complete solve it.

    I mean adding a delay to a command in the module settings, not to request. If delay is added, commands are added to a queue instead of being sent directly. The queue should protect the server app from hanging.

    but I have no license of auto control module on my this computer

    Get a trial key https://rapidscada.net/trial/TrialKeyGen.aspx

Viewing 15 posts - 3,286 through 3,300 (of 6,296 total)