Mikhail

Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 5,149 total)
  • Author
    Posts
  • in reply to: Sending PC time to peripheral device #3206
    Mikhail
    Moderator

    OK 🙂

    in reply to: Email sender bug #3205
    Mikhail
    Moderator

    For gmail you should “Enable IMAP” on “Forwarding and POP/IMAP” settings.

    in reply to: Scheme editor (problems) windows 10 #3204
    Mikhail
    Moderator

    Please make a screenshot of the issue and provide link to it here. Also check C:\SCADA\ScadaSchemeEditor\Log\ScadaSchemeEditor.log for additional info.

    in reply to: Sending PC time to peripheral device #3192
    Mikhail
    Moderator

    Hi,
    Yes. You need:
    – Automatic Control module
    – Input channel with a formula that changes its value every 60 seconds. This is a trigger for sending command.
    – Output channel that automatically calculates command value.

    in reply to: Email sender bug #3191
    Mikhail
    Moderator

    Hi,
    Both examples work on my workstation. What mail server do you use for sending (in the “device” properties)? I use gmail.

    in reply to: Scala of rapid scada #3190
    Mikhail
    Moderator

    One instance of Rapid SCADA supports max. 65535 input channels. If you need more channels, deploy more instances of Rapid SCADA.

    The devices can be polled in parallel. You should play with sequential and parallel polling to achieve required performance.

    Tested interval of storing data into the archive is 30 seconds. You can set saving interval to 1 second, but it requires additional testing.

    Are you sure that your network equipment can provide the required data flow.

    in reply to: Email sender bug #3186
    Mikhail
    Moderator

    Hi,
    Strange, but I can’t reproduce. I send command from Communicator using my gmail. Can you send me the text of the command that caused the error?
    Example:
    myemail@gmail.com;Test;100°C

    in reply to: SQL Export Issues #3184
    Mikhail
    Moderator

    ExportDB module executes SQL when it receives new data from a controller. To do your task, you should create other more complex SQL scripts.

    in reply to: ScadaWeb.log – Config/Retention Parameters #3183
    Mikhail
    Moderator

    Could it be only 1 MB?
    …and then it writes it (backs it up to) ..\ScadaWeb.log.bak?
    ..then it creates a new ScadaWeb.log file.
    That is what I am seeing so far.

    Yes, 1MB for the web app.
    When *.log exceeds max size, it is renamed to *.bak and new *.log created.

    I’m just trying to track who is logging in and out over time to the SCADA web app.

    It’s possible to develop a plugin that stores all logins/logouts into a database, Rapid SCADA events or other text files.

    in reply to: ScadaAdmin.exe can not be started #3179
    Mikhail
    Moderator

    See http://forum.rapidscada.org/?topic=administrator-does-not-run
    Probably, you changed references to MSSQL Compact when build the source code.

    in reply to: Observer pattern #3178
    Mikhail
    Moderator

    Depends on the task. What task are you solving?

    in reply to: arduino #3177
    Mikhail
    Moderator

    If Arduino is programmed to support Modbus, you can connect it to Rapid SCADA. See http://doc.rapidscada.net/content/en/use-cases/modbus-protocol.html

    in reply to: ScadaWeb.log – Config/Retention Parameters #3175
    Mikhail
    Moderator

    The web application writes to ScadaWeb.log
    When a log file exceeds more than a fixed size (as I remember 10MB), it starts from the beginning.
    Log size is a constant in the source code, there is no parameter to change.
    Location is related to an application directory.

    in reply to: Administrator does not run #3169
    Mikhail
    Moderator

    Administrator: install MS SQL Compact from the Prerequisites folder.
    Webstation: use the link http://localhost/scada to open the web app.
    Please create different topics for different issues.

    in reply to: Telegram driver not activating #3168
    Mikhail
    Moderator

    MQTT driver is free. Rapid Gate registration described here http://doc.rapidscada.net/content/en/modules/mod-rapid-gate.html

Viewing 15 posts - 3,886 through 3,900 (of 5,149 total)