123

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: In terms of usage #17335
    123
    Participant

    On the web interface, clicking the Main Menu reveals options for Reports, Plugins, and About. According to the Apache License 2.0, am I allowed to hide the Plugins and About sections?

    in reply to: In terms of usage #17333
    123
    Participant

    So, does that mean I can modify everything, including trademarks and product names?

    in reply to: Custom Command #17269
    123
    Participant

    If I’m using the template with dataBlock=”HoldingRegisters”, as described below,how can I configure it to use function code 0x03 for reading and function code 0x07 for writing?

    <?xml version=”1.0″ encoding=”utf-8″?>
    <DeviceTemplate>
    <Options>
    <ZeroAddr>false</ZeroAddr>
    <DecAddr>true</DecAddr>
    <DefByteOrder2 />
    <DefByteOrder4 />
    <DefByteOrder8 />
    </Options>
    <ElemGroups>
    <ElemGroup active=”true” dataBlock=”HoldingRegisters” address=”0″ name=”test”>
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test1″ name=”test1″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test2″ name=”test2″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test3″ name=”test3″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test4″ name=”test4″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test5″ name=”test5″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test6″ name=”test6″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test7″ name=”test7″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test8″ name=”test8″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test9″ name=”test9″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test10″ name=”test10″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test11″ name=”test11″ />
    </ElemGroup>
    </ElemGroups>
    <Cmds>
    <Cmd dataBlock=”Custom” funcCode=”7″ cmdNum=”1″ cmdCode=”Custom” name=”Custom” />
    </Cmds>
    </DeviceTemplate>

    in reply to: Custom Command #17265
    123
    Participant

    I tried using a custom function code, as described in the example below. The function I sent was for reading, and the function code used was 0x00. Could you provide a detailed example of how to use custom function codes?
    1.
    <ElemGroup active=”true” dataBlock=”Custom” address=”0″ name=”定值”>
    <Elem type=”ushort” readOnly=”false” isBitMask=”true” tagCode=”test1″ name=”test1″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test2″ name=”test2″ />
    <Elem type=”ushort” readOnly=”false” isBitMask=”false” tagCode=”test2″ name=”test2″ />
    </ElemGroup>
    </ElemGroups>
    <Cmds>
    <Cmd dataBlock=”Custom” funcCode=”7″ cmdNum=”0″ cmdCode=”Custom” name=”Custom” />
    </Cmds>

    in reply to: memory problem #17244
    123
    Participant

    The version I’m using is rapidscada_6.4.1_windows_en.

    in reply to: Failed to fetch. #17228
    123
    Participant

    The URL in the first point below contains images of the request and response. If they cannot be viewed directly, they can be downloaded. After opening the new view and once the data loading is complete, the functionality can be properly accessed and used without any issues.

    1.https://imgur.com/a/SLsUa22

    So if this issue occurs, should we address it or simply ignore it?

    in reply to: Failed to fetch. #17218
    123
    Participant

    Both point 1 and point 2 below are image links. If the images do not load when you visit the website, you can download them directly.
    1.https://imgur.com/a/hG50y57
    2.https://imgur.com/a/hG50y57

    • This reply was modified 4 weeks ago by Mikhail.
    in reply to: Failed to fetch. #17207
    123
    Participant

    The comment section does not support image pasting, therefore I had to resort to copying and pasting the error text.

    in reply to: Failed to fetch. #17206
    123
    Participant

    This is the console that’s having issues.

    ​ Error in getLastEventsByView. Failed to fetch
    _doCallback @ main-api.js:53
    view.js?v=uy3uLs__pqwf_4PNuMHZZbZmSsKFWxFmSbjxll4AxWI:158 09:49:24 Load view 6 from /Main/TableView/6
    ​ Error in getCurDataByView. Failed to fetch
    _doCallback @ main-api.js:53
    view.js?v=uy3uLs__pqwf_4PNuMHZZbZmSsKFWxFmSbjxll4AxWI:158 09:49:29 Load view 5 from /Main/TableView/5
    view.js?v=uy3uLs__pqwf_4PNuMHZZbZmSsKFWxFmSbjxll4AxWI:158 09:49:29 Load view 4 from /Main/TableView/4
    view.js?v=uy3uLs__pqwf_4PNuMHZZbZmSsKFWxFmSbjxll4AxWI:158 09:49:30 Load view 3 from /Main/TableView/3
    VM5404 main-api.js:53 Error in getCurDataByView. Failed to fetch
    _doCallback @ VM5404 main-api.js:53
    view.js?v=uy3uLs__pqwf_4PNuMHZZbZmSsKFWxFmSbjxll4AxWI:158 09:49:31 Load view 2 from /Scheme/SchemeView/2
    VM6390 main-api.js:53 Error in getLastEventsByView. Failed to fetch
    _doCallback @ VM6390 main-api.js:53

    /home/ikke/图片/截图/截图 2025-10-24 09-49-53.png

    in reply to: The application is not ready…… #17197
    123
    Participant

    The following is the report content of the Communicator?
    But if I go to the /opt/scada directory and first execute scadastop.sh, then execute scadastart.sh to start it normally.

    ScadaComm.txt
    Communicator
    ————
    Started : 2025/10/20 下午1:44:17
    Execution time : 00:03:04
    Status : Normal
    Version : 6.2.0.1

    Data Sources (1)
    —————-
    [ScadaServer] Server Data Source : Ready

    Server Data Source
    ——————
    Connection : Logged In
    Current data queue : 0 of 1000, skipped 0
    Historical data queue : 0 of 1000, skipped 0
    Event queue : 0 of 1000, skipped 0

    Communication Lines (2)
    ———————–
    [1] RDW6000 : Normal
    [2] 定值 : Normal

    ScadaComm.log
    ——————————————————————————–
    2025-10-20 13:44:17 [RD-pc][root][ACT] Communicator 6.2.0.1 started
    2025-10-20 13:44:17 [RD-pc][root][ACT] Storage FileStorage 6.2.0.0 loaded from file /opt/scada/ScadaComm/FileStorage.dll
    2025-10-20 13:44:17 [RD-pc][root][ACT] 启动逻辑处理
    2025-10-20 13:44:17 [RD-pc][root][ACT] Driver DrvCnlBasic 6.1.0.1 loaded from file /opt/scada/ScadaComm/Drv/DrvCnlBasic.Logic.dll
    2025-10-20 13:44:17 [RD-pc][root][ACT] Driver DrvDsScadaServer 6.0.1.1 loaded from file /opt/scada/ScadaComm/Drv/DrvDsScadaServer.Logic.dll
    2025-10-20 13:44:18 [RD-pc][root][ACT] Driver DrvModbus 6.0.0.4 loaded from file /opt/scada/ScadaComm/Drv/DrvModbus.Logic.dll
    2025-10-20 13:44:18 [RD-pc][root][ACT] Data source ScadaServer initialized successfully
    2025-10-20 13:44:18 [RD-pc][root][ACT] Data source ScadaServer: Receive the configuration database
    2025-10-20 13:44:18 [RD-pc][root][ERR] Data source ScadaServer: Error checking server connection:
    Connection refused [::ffff:127.0.0.1]:10000
    2025-10-20 13:44:18 [RD-pc][root][ERR] Unable to start communication lines because the configuration database is not received
    2025-10-20 13:44:28 [RD-pc][root][ACT] Data source ScadaServer: Receive the configuration database
    2025-10-20 13:44:29 [RD-pc][root][ACT] Data source ScadaServer: The configuration database has been received successfully
    2025-10-20 13:44:29 [RD-pc][root][ACT] Start communication lines
    2025-10-20 13:44:29 [RD-pc][root][ACT] Start reading commands from files
    2025-10-20 13:44:29 [RD-pc][root][ACT] Data source ScadaServer: Connection state is Logged In

    in reply to: The application is not ready…… #17187
    123
    Participant

    ScadaServer.log

    2025-10-20 13:44:17 [RD-pc][root][ACT] Server 6.2.2.0 started
    2025-10-20 13:44:17 [RD-pc][root][ACT] Storage FileStorage 6.2.0.0 loaded from file /opt/scada/ScadaServer/FileStorage.dll
    2025-10-20 13:44:17 [RD-pc][root][ACT] Start logic processing
    2025-10-20 13:44:18 [RD-pc][root][ACT] The configuration database has been read successfully
    2025-10-20 13:44:18 [RD-pc][root][INF] Number of active channels for archiving: 697
    2025-10-20 13:44:18 [RD-pc][root][INF] Number of active channels for sending commands: 697
    2025-10-20 13:44:18 [RD-pc][root][ACT] Compile the source code of scripts and formulas
    2025-10-20 13:44:18 [RD-pc][root][ACT] Added the following dependencies:
        /opt/scada/ScadaServer/ScadaCommon.dll
        /opt/scada/ScadaServer/ScadaServerEngine.dll
        /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.16/netstandard.dll
        /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.16/System.ComponentModel.Primitives.dll
        /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.16/System.Console.dll
        /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.16/System.Diagnostics.Process.dll
        /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.16/System.Linq.dll
        /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.16/System.Private.CoreLib.dll
        /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.16/System.Runtime.dll
    2025-10-20 13:44:20 [RD-pc][root][ACT] The source code of scripts and formulas has been compiled successfully
    2025-10-20 13:44:20 [RD-pc][root][ACT] Module ModArcBasic 6.2.0.0 loaded from file /opt/scada/ScadaServer/Mod/ModArcBasic.Logic.dll
    2025-10-20 13:44:20 [RD-pc][root][ACT] Module ModArcPostgreSql 6.2.1.0 loaded from file /opt/scada/ScadaServer/Mod/ModArcPostgreSql.Logic.dll
    2025-10-20 13:44:20 [RD-pc][root][ACT] Archive Cur initialized successfully
    2025-10-20 13:44:20 [RD-pc][root][ACT] Archive Min initialized successfully
    2025-10-20 13:44:20 [RD-pc][root][ACT] Archive Hour initialized successfully
    2025-10-20 13:44:20 [RD-pc][root][ACT] Archive Events initialized successfully
    2025-10-20 13:44:20 [RD-pc][root][ACT] Start listener on port 10000
    2025-10-20 13:44:20 [RD-pc][root][INF] Archive in DAT format: /opt/scada/Archive
    2025-10-20 13:44:20 [RD-pc][root][INF] Archive copy in DAT format: /opt/scada/ArchiveCopy
    2025-10-20 13:44:21 [RD-pc][root][ACT] Delete outdated data from the Min archive older than 2024/10/20
    2025-10-20 13:44:21 [RD-pc][root][ACT] Delete outdated data from the Hour archive older than 2024/10/20
    2025-10-20 13:44:21 [RD-pc][root][ACT] Delete outdated data from the Events archive older than 2024/10/20
    2025-10-20 13:44:28 [RD-pc][root][ACT] Session with ID -8567776689079243990 created
    2025-10-20 13:44:28 [RD-pc][root][ACT] Client 127.0.0.1 connected
    2025-10-20 13:44:28 [RD-pc][root][ACT] Session with ID -7755861321725536353 created
    2025-10-20 13:44:28 [RD-pc][root][ACT] Client 127.0.0.1 connected
    2025-10-20 13:44:29 [RD-pc][root][ACT] User ScadaComm is successfully authenticated
    2025-10-20 13:44:29 [RD-pc][root][ACT] Session with ID -9120833948422862970 created
    2025-10-20 13:44:29 [RD-pc][root][ACT] Client 127.0.0.1 connected
    2025-10-20 13:44:29 [RD-pc][root][ACT] User ScadaComm is successfully authenticated
    2025-10-20 13:44:30 [RD-pc][root][ACT] Client 127.0.0.1 disconnected
    2025-10-20 13:45:09 [RD-pc][root][ACT] Session with ID -6124496869083433959 created
    2025-10-20 13:45:09 [RD-pc][root][ACT] Client 127.0.0.1 connected
    
    • This reply was modified 1 month ago by Mikhail.
    in reply to: the issue of http error 503 #17115
    123
    Participant

    Can following the instructions at the following URL solve the problem?
    https://rapidscada.net/doc/content/latest/en/installation-and-run/software-installation.html

    Will the following settings not be applied after performing the above configuration?
    General – Start Mode: AlwaysRunning
    Process Model – Idle Time-out: 0
    Recycling – Regular Time Interval: 0

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