Mikhail

Forum Replies Created

Viewing 15 posts - 5,026 through 5,040 (of 6,284 total)
  • Author
    Posts
  • 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

    in reply to: Observer pattern #3163
    Mikhail
    Moderator

    This is generic. This approach may be included in Rapid SCADA for different tasks

    in reply to: arduino #3162
    Mikhail
    Moderator

    I can help you with Rapid SCADA. I am not a master of Arduino. I heard there are existing implementations of Modbus for Arduino.

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

    Add new device of Telegram type like written in the manual. Then open device properties in Communicator

    in reply to: Modbus TCP/IP Send different function codes #3157
    Mikhail
    Moderator

    You can’t send function codes manually. You should configure Modbus template that uses the function codes you need.

    in reply to: Modbus TCP/IP Send different function codes #3155
    Mikhail
    Moderator

    Function codes are predefined by Modbus standard. Why do you need your own function code? What is the register map of your device?

Viewing 15 posts - 5,026 through 5,040 (of 6,284 total)