Mikhail

Forum Replies Created

Viewing 15 posts - 841 through 855 (of 6,270 total)
  • Author
    Posts
  • in reply to: Error at Exporting Data Manually with ModDBExport #15316
    Mikhail
    Moderator

    Hi,

    Probably, the output channel 1 does not exist. You should add it before sending a command.

    Rapid SCADA of version 5 is outdated. I recommend to upgrade the software and project to version 6.

    in reply to: Windows Scada project upload in Ubutu #15309
    Mikhail
    Moderator

    Check that you can establish a connection from Windows to Linux by TCP on port 10002 using any network utility. Then use the Administrator app.

    in reply to: Windows Scada project upload in Ubutu #15303
    Mikhail
    Moderator

    Hi,
    Check this video.

    in reply to: How best to proceed? #15302
    Mikhail
    Moderator

    C# struct layout article may be useful.

    in reply to: How best to proceed? #15301
    Mikhail
    Moderator

    Rapid SCADA is written in C#, dotNet.
    Probably, implementing the driver, including the above structure, in C# would be smoother.

    Mikhail
    Moderator

    I’m currently unsure how to achieve data interaction between the Plg in WebStation and the Module in the Server.
    Or I perhaps move all the computation logic to WebStation instead?

    What does the module do?
    The both approaches is possible.

    Mikhail
    Moderator

    You right. For more details check this link if you haven’t found it yet.

    Is your custom data like channel values or events? If custom data similar to channel data, it can be encoded into channel data, and then retrieved using existing application protocol. If custom data similar to events, you can use the Data field of events to extend events.

    Currently, there is no option to process new request types from a Server module. It can be a good idea for the future.

    in reply to: Dashboard cell size #15297
    Mikhail
    Moderator

    Hi,

    Widget width can only use relative quantities from 1 to 12, because the plugin is based on Bootstrap grid system, which makes widgets stretchable.

    If you need a fixed size, try a Frame component from Extra Scheme Components.

    in reply to: Webstation issues on Win11 #15296
    Mikhail
    Moderator

    Hi,
    Please make similar screenshots of your system as you can found in this topic.

    in reply to: How best to proceed? #15285
    Mikhail
    Moderator

    How many data points you need to collect per minute or second?

    in reply to: How best to proceed? #15284
    Mikhail
    Moderator

    I suppose, you should develop a driver for the Communicator application. Collected data then transferred by Communicator to Server, which writes it to the archives.
    Check this article. In the driver, you can use a connection provided by Communicator engine, or open serial ports from your code.

    If you need to poll all ports in parallel, each port will relate to its communication line that uses a separate thread.

    in reply to: Problems with “Hello World” example. #15283
    Mikhail
    Moderator

    Hello,

    If TCP port 10002 is used by another application, the Agent service cannot open it. Agent provides data for the Administrator app.
    Check the ports by TCP View utility, and check ScadaAgent.log

    in reply to: How best to proceed? #15275
    Mikhail
    Moderator

    Hi,
    Could you provide an example of a data packet or protocol description?

    in reply to: Webstation issues on Win11 #15274
    Mikhail
    Moderator

    Make sure that you download ASP.NET Core Runtime Hosting Bundle.

    Mikhail
    Moderator

    Good šŸ™‚

Viewing 15 posts - 841 through 855 (of 6,270 total)