Mikhail

Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 6,289 total)
  • Author
    Posts
  • in reply to: Installation 6.1.2 in Raspberry Pi #12745
    Mikhail
    Moderator

    Hello,

    You could try installing .NET6 manually as written here.

    in reply to: Open new window #12737
    Mikhail
    Moderator

    Hi,

    When a window is opened in a new tab, a browser decides whether to use a tab or separate window. You should check browser settings.

    When a window is opened in a popup, it is specified by SCADA. To change it, you can edit JavaScript files, however, it’s not recommended.

    in reply to: Problem with data adquisition #12736
    Mikhail
    Moderator

    You can send a string command like

    cmd=ExportArchive
    startDT=2022-12-23 10:00:00
    endDT=2022-12-23 11:00:00

    to export historical data.
    When DB Export module receives such command, it executes the historical data queries that exist in the module configuration.

    in reply to: MQTT how to filter topic? #12735
    Mikhail
    Moderator

    Hello,

    In such situation, using JS is the right method. If it doesn’t work, provide more info.

    in reply to: Help, command send now in Scheme Editor #12730
    Mikhail
    Moderator

    Hi,
    If you simply need to change command value, you can set a formula of the output channel to 1, for example.

    Do you have an input channel that changes according to a command?

    in reply to: Connect two pc with RapidGate #12729
    Mikhail
    Moderator

    Hello,
    ModRapidGate.xml and ModRapidGate_Reg.xml are created automatically in the proper location of the project when you configure the module using the Administrator application.

    in reply to: OPC DA to UA Gateway #12724
    Mikhail
    Moderator

    I guess, OPC server should have an option that allows to restrict publishing speed. Or may be, it’s a client subscription includes such parameter. For example, Rapid SCADA OPC UA client subscription have the Publishing interval option.

    in reply to: OPC DA to UA Gateway #12723
    Mikhail
    Moderator

    If your project requires work with a large amount of incoming data, we can take part in it to improve existing Rapid SCADA modules.
    Alternatively, if you are a software developer, you can join the development and submit a solution.

    Just for info: PostgreSQL archives (ModArcPostgreSql.dll) appends all data points in the queue. And it’s easy to monitor the queue size and data insert rate.

    in reply to: OPC DA to UA Gateway #12722
    Mikhail
    Moderator

    Talking about Influx DB client, we can implement our own data queue in Rapid SCADA to gain more control. But that would be stupid, since the Influx DB client claims to provide a built-in queue as a feature.

    in reply to: OPC DA to UA Gateway #12721
    Mikhail
    Moderator

    Hi,

    You have done interesting tests.

    1. OPC UA. If you sent data to the OPC UA Server data source (implemented y DrvDsOpcUaServer.dll) fast and for a long time, are there some RAM issues or hangs?
    Currently, I have no info how such situation should be processed by the used libraries https://github.com/OPCFoundation/UA-.NETStandard
    Would you ask the OPC developers on GitHub? If you ask please share a link to the issue.

    2. Influx DB. There is no limits. If data points are sent too fast, the internal queue of the client should eat a lot of RAM. Could you post a screenshot of the archive settings and data samples?
    Check the issue I created a few months ago https://github.com/influxdata/influxdb-client-csharp/issues/478

    in reply to: Device data not showing in the table of the webstation #12720
    Mikhail
    Moderator

    There are 2 different issues.
    1. Lock of ScadaComm.txt file. Try deleting the existing file, so it will be automatically recreated.

    2. Browser error. Could you switch to the Network tab of the tools to check which request causes the error?

    Note that in the screenshot of the device data, the tag is not bound to the channel. It is incorrect. You should not change channel data type manually.

    in reply to: Modbus RTU Communication Error #12719
    Mikhail
    Moderator

    Hello,
    Glad the problem got resolved.

    in reply to: SVG with java script #12716
    Mikhail
    Moderator

    Hi,

    SVGs containing JS are not tested.
    You could open the browser tools pressing F12 to check the errors.

    in reply to: Device data not showing in the table of the webstation #12715
    Mikhail
    Moderator

    Hello,
    Please provide the screenshots.

    in reply to: Problem with data adquisition #12714
    Mikhail
    Moderator

    I mean get channel value and status in your database. After that play with SQL functions to set channel value to NULL if status = 0.

Viewing 15 posts - 1,741 through 1,755 (of 6,289 total)