Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
To make logs available remotely you should install Communicator and Agent on the remote machine. Agent interacts with the Administrator app.
A separate instance should be created in the project.
MikhailModeratorIE is too old and deprecated. IE was removed in Windows 11.
Dashboard plugin creates a frame element on a web page. So the tasks are:
1. Make video run by URL in a new Chrome tab.
2. Make video run in a frame.What is displayed if you simply copy video URL in Chrome tab?
Check the camera manual. Some cameras can provide video on its webpage and RTSP. What protocols are supported by your camera?
MikhailModeratorHello,
To set the Undefined status, write NaN
For example,setValue(0, NaN)
In JS usuallyfor...ofis used, not for…in. Link.
MikhailModeratorHi,
Scripts in the configuration database don’t support sending commands. Automatic Control Module is needed for this purpose.
MikhailModeratorTLS is supported. There is a checkbox for that.
Currently, there are no settings to specify particular certificates.
When TLS is enabled, may be the driver uses certificates from some location. I didn’t research.Communicator sends data to the data sources, specified in its configuration. Data sources are implemented as drivers. There are Server, MQTT and OPC UA data sources. It’s possible to develop any other data source.
I wrote about a feature of setting a timestamp in JSON package to write historical data. Historical data would be sent to the data sources specified in Communicator.
-
This reply was modified 2 years, 8 months ago by
Mikhail.
MikhailModeratorHello,
Can we see the communication device on Linux Version?
Could you clarify the question?
MikhailModeratorThe driver works with current data. If you mean that the Timestamp field in JSON specifies historical data (in the past), the driver should be modernized.
MikhailModeratorHello,
1. Probably, support of certificates hasn’t been implemented yet by MQTT client communication channel.
2. Please check this example. The JS file should be located in the Communicator configuration directory in the project. You should enable JS and specify the file and subitems in the Advanced Parameters of the subscription.
-
This reply was modified 2 years, 8 months ago by
Mikhail.
MikhailModeratorI/O pins are available for SCADA if the PLC provides some standard communication bus. It can be built-in MQTT broker or OPC UA server. In short, likely I/O will be available, but indirectly.
I wrote that in general, related to Pigeon RB700. For Raspberry, I suggest to try the driver developed by @manjey73
MikhailModeratorHello,
How do you think about my solution?
In general, it’s OK. However, Raspberry has limited temperature range, and requires reliable power supply.
How will I configure communicators and Agents?
Technical support can answer particular questions. In short, Communicators should refer to the main server’s IP. May be Agents need to work using reverse connection to the main Agent.
If needed, we provide online training to learn how to configure Rapid SCADA.
Also, I recommend Extended support, because distributed systems are more complex comparing with local systems.May 2, 2023 at 12:29 pm in reply to: Understanding the data exchange between Rapid Scada and MySQL #12529
MikhailModeratorHi,
This error means that the events already exist in the database. For some reason you have exported the same events again.
MikhailModeratorHi,
The Second Color and Back Color columns were made for future use. Currently, only Main Color is available.
MikhailModeratorHello,
Please provide screenshots of the settings and the error.
MikhailModeratorHello,
1. The installation instructions are the same.
2. It depends.
RS-232/485 and ethernet, yes.
I/O pins are available for SCADA if the PLC provides some standard communication bus. It can be built-in MQTT broker or OPC UA server. In short, likely I/O will be available, but indirectly.3. It’s OK. Required archive size can be calculated.
MikhailModeratorProbably, secret keys have invalid format. Generate new secret keys by opening Server – General Options – Listener Options – Generate button
-
This reply was modified 2 years, 8 months ago by
-
AuthorPosts