elee

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Plugins with Linux Server #18154
    elee
    Participant

    What is the best way to return the entire scada application to the default and start the plugin installation over again?

    This is the point I am at, the ScadaWeg.log shows that the plugins are found and registered. All of the files are in the appropriate locations. I have lost the extra shapes that previously work, the extra mimic components never worked.

    elee
    Participant

    Line 2 has TCP connection timeout errors, how can I optimize this line? There are 4 snmp devices. I can move one to modbus (line 1), as that device has both options, the others do not. What is the maximum number of devices per line?

    Is it fair to assume that each communication line should have all devices of that driver type assigned?

    Line 2 Main Options: (program defaults)
    request retries on error – 3
    delay after polling cycle – 0
    TCP Client, reconnectAfter = 5

    Line 2 Custom Options:
    TansMode = TCP

    Line 2 Device Polling: (program defaults)
    Timeout = 1000
    Delay = 200
    Time = 0
    Period = 0
    Command Line = (blank)

    elee
    Participant

    Edit: this issue is intermittent when uploading configurations

    in reply to: Red Hat Installation #18095
    elee
    Participant

    Neither link worked on Red Hat, installed RapidScada on an Ubuntu machine and connected the administrator from a Windows machine as recommended in another thread.

    Thank you

    in reply to: Embedded Webpages #18094
    elee
    Participant

    Solved…ish

    These newer Web Relays can be contacted via modbus or snmp.

    elee
    Participant

    Hello,

    I am having the same error, here are the logs:

    During the Uploads:
    Transfer configuration
    Archive size: 157,059 bytes

    Stop the Communicator service
    Service control command failed
    Stop the Webstation service
    Service control command completed successfully
    Restart the Server service
    Service control command completed successfully
    Start the Communicator service
    Service control command failed
    Start the Webstation service
    Service control command completed successfully

    Configuration uploaded successfully

    ScadaComm.log:
    ——————————————————————————–
    2026-06-25 14:58:42 [webserver][root][ACT] Communicator 6.2.0.1 started
    2026-06-25 14:58:42 [webserver][root][ACT] Storage FileStorage 6.4.0.0 loaded from file /opt/scada/ScadaComm/FileStorage.dll
    2026-06-25 14:58:42 [webserver][root][ACT] Start logic processing
    2026-06-25 14:58:42 [webserver][root][ACT] Driver DrvCnlBasic 6.1.0.1 loaded from file /opt/scada/ScadaComm/Drv/DrvCnlBasic.Logic.dll
    2026-06-25 14:58:42 [webserver][root][ACT] Driver DrvDsScadaServer 6.0.1.1 loaded from file /opt/scada/ScadaComm/Drv/DrvDsScadaServer.Logic.dll
    2026-06-25 14:58:42 [webserver][root][ACT] Driver DrvModbus 6.0.0.5 loaded from file /opt/scada/ScadaComm/Drv/DrvModbus.Logic.dll
    2026-06-25 14:58:42 [webserver][root][ACT] Driver DrvSnmp 6.0.0.1 loaded from file /opt/scada/ScadaComm/Drv/DrvSnmp.Logic.dll
    2026-06-25 14:58:42 [webserver][root][ACT] Data source ScadaServer initialized successfully
    2026-06-25 14:58:42 [webserver][root][ACT] Data source ScadaServer: Receive the configuration database
    2026-06-25 14:58:42 [webserver][root][ACT] Data source ScadaServer: The configuration database has been received successfully
    2026-06-25 14:58:42 [webserver][root][ACT] Start communication lines
    2026-06-25 14:58:42 [webserver][root][ACT] Start reading commands from files
    2026-06-25 14:58:42 [webserver][root][ACT] Data source ScadaServer: Connection state is Logged In
    2026-06-25 15:00:00 [webserver][root][ACT] Stop communication lines
    2026-06-25 15:00:09 [webserver][root][ERR] Data source ScadaServer: Error receiving telecontrol commands:
    Incorrect format of data received from the server: unable to read data packet header
    2026-06-25 15:00:09 [webserver][root][ACT] Data source ScadaServer: Connection state is Error
    2026-06-25 15:00:09 [webserver][root][ERR] Data source ScadaServer: Error receiving telecontrol commands:
    Unable to write data to the transport connection: Broken pipe.
    2026-06-25 15:00:09 [webserver][root][ERR] Data source ScadaServer: Error receiving telecontrol commands:
    Connection refused [::ffff:10.1.10.141]:10000
    2026-06-25 15:00:09 [webserver][root][ACT] Unable to stop logic processing for a specified time
    2026-06-25 15:00:09 [webserver][root][ACT] Communicator is stopped
    ——————————————————————————–
    2026-06-25 15:00:10 [webserver][root][WARN] Following communication lines are still working: 2
    ——————————————————————————–
    2026-06-25 15:00:52 [webserver][root][ACT] Communicator 6.2.0.1 started
    2026-06-25 15:00:52 [webserver][root][ACT] Storage FileStorage 6.4.0.0 loaded from file /opt/scada/ScadaComm/FileStorage.dll
    2026-06-25 15:00:52 [webserver][root][ACT] Start logic processing
    2026-06-25 15:00:52 [webserver][root][ACT] Driver DrvCnlBasic 6.1.0.1 loaded from file /opt/scada/ScadaComm/Drv/DrvCnlBasic.Logic.dll
    2026-06-25 15:00:52 [webserver][root][ACT] Driver DrvDsScadaServer 6.0.1.1 loaded from file /opt/scada/ScadaComm/Drv/DrvDsScadaServer.Logic.dll
    2026-06-25 15:00:52 [webserver][root][ACT] Driver DrvModbus 6.0.0.5 loaded from file /opt/scada/ScadaComm/Drv/DrvModbus.Logic.dll
    2026-06-25 15:00:52 [webserver][root][ACT] Driver DrvSnmp 6.0.0.1 loaded from file /opt/scada/ScadaComm/Drv/DrvSnmp.Logic.dll
    2026-06-25 15:00:52 [webserver][root][ACT] Data source ScadaServer initialized successfully
    2026-06-25 15:00:52 [webserver][root][ACT] Data source ScadaServer: Receive the configuration database
    2026-06-25 15:00:52 [webserver][root][ACT] Data source ScadaServer: The configuration database has been received successfully
    2026-06-25 15:00:52 [webserver][root][ACT] Start communication lines
    2026-06-25 15:00:53 [webserver][root][ACT] Start reading commands from files
    2026-06-25 15:00:53 [webserver][root][ACT] Data source ScadaServer: Connection state is Logged In

    When searching for active ports on the server sudo ss -tulpn
    it only shows dotnet as using 10000/8/2
    When searching for 10000, sudo ss -tulpn | grep 10000
    it shows dotnet but the port is in red…

    Thank you for your help!

    in reply to: Red Hat Installation #18060
    elee
    Participant

    Also,

    “The Administrator application should be installed on Windows. It interacts with Rapid SCADA instance, which is installed on Linux, remotely. You should add a new deployment profile in Administrator for remote connection.”

    Is there documentation on how to set this up? I do not mind having the administrator application on a windows machine. My RapidScada will be hosted on a Linux VM and ideally would not need much changes when fully stablished.

    in reply to: Red Hat Installation #18059
    elee
    Participant

    Mikhail,

    Thank you.

    When attempting command: wine [file path]/ScadaAdmin.exe
    the warning is that the program encountered a serious problem and needs to close.
    (downloaded 2026 zip from drive location)

    in reply to: Dashboard Plugin #18054
    elee
    Participant

    solved: called ‘extra scheme components’ in store

    in reply to: Dashboard Plugin #18052
    elee
    Participant

    How do i get extended mimic components?

    in reply to: Dashboard Plugin #18051
    elee
    Participant

    Thank you Manjey73, I will try this mimic option.

    For Dashboards, I have successfully linked to one url in the dashboard, how can i link to another that requires a login?

    in reply to: Dashboard Plugin #18049
    elee
    Participant

    Solved, i needed to change the view type in the views table.

    in reply to: Dashboard Plugin #18045
    elee
    Participant

    I am trying to embed a webpage from another device in one of my mimics, is the dashboard plugin the only way to do so?

    in reply to: Dashboard Plugin #18044
    elee
    Participant

    Thank you for the reply. Which settings? These are the webstation logs from yesterday.

    2026-06-16 06:31:59 [ENG-ISP][ENG-ISP$][ACT] Webstation 6.2.3.1 started
    2026-06-16 06:31:59 [ENG-ISP][ENG-ISP$][ACT] Storage FileStorage 6.4.0.0 loaded from file C:\Program Files\SCADA\ScadaWeb\FileStorage.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgChart 6.1.0.1 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgChart.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgDashboard 6.1.1.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgDashboard.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgMain 6.1.2.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgMain.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgMimic 6.0.2.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgMimic.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgMimicEditor 6.0.2.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgMimicEditor.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgMimBasicComp 6.0.1.1 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgMimBasicComp.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgMimShapesJP 6.0.1.1 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgMimShapesJP.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgScheme 6.1.1.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgScheme.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgSchBasicComp 6.1.0.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgSchBasicComp.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgStore 6.1.0.1 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgStore.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgWebPage 6.1.1.0 loaded from file C:\Program Files\SCADA\ScadaWeb\PlgWebPage.dll
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Check PlgDashboard registration: Registration key is valid. Expiration date is 16/06/2026.
    Computer code: =B075CFF7CAD04C9E-D8A2F6A29D73A21B-E4F2CA1BE47B327D-FAAC70512454CF2D-3B3A81407F9794BA-D277060ABBCA6241-45C1C53550E1B386-87A5829DEECB5C8A=
    Registration key: 67432C703CE09DDD-771B85C06202B4B3-44A332105653CD59
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgMimic: Add components from the PlgMimBasicComp plugin
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgMimic: Add components from the PlgMimShapesJP plugin
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgScheme: Retrieve scheme components from the installed plugins
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Plugin PlgScheme: Added components from the PlgSchBasicComp plugin
    2026-06-16 06:32:00 [ENG-ISP][ENG-ISP$][ACT] Receive the configuration database
    2026-06-16 06:32:02 [ENG-ISP][ENG-ISP$][ACT] The configuration database has been received successfully
    2026-06-16 06:32:02 [ENG-ISP][ENG-ISP$][INF] The application is ready for operating
    2026-06-16 06:33:02 [ENG-ISP][ENG-ISP$][ACT] User admin is logged in, role 1, IP ::1

Viewing 14 posts - 1 through 14 (of 14 total)