Forum Replies Created
-
AuthorPosts
-
MikhailModeratorInput and output timestamps in UTC.
-
This reply was modified 1 year, 4 months ago by
Mikhail.
MikhailModeratorHello,
Open the Archives table of your project. Please check if there is an archive with bit 11 in the table?
MikhailModeratorSend screenshots of the settings if you need more details.
MikhailModeratorHello,
You need to create a new channel of the Calculated type with a formula
Val(101) > Val(102) ? 1 : 0
Then use the number of the new channel in the module in the trigger. To use the channel value in a command, you need to set output formula of the channels that are used for sending commands:Val(101) / 8
MikhailModerator🙂
MikhailModeratorwill I be able to publish scada data to a standalone mqtt broker, so that other application can subscribe it to get the data ?
can you mention the steps to enable and communicate Mqtt PublisherYes, you can. To get more info about configuring that driver, please create a new topic related to MQTT Publisher.
MikhailModeratorIt’s possible to send a command via the Administrator app, but I can’t find information about the required command format, because that version of the driver is too old and outdated.
is it possible for me to use a cloud server instead?
Rapid SCADA works well on a cloud server.
Note. Recently Rapid 5 was removed from the download page. Use the 6th version which is more secure.
MikhailModeratorTo display strings in the web app, set channel data type to Unicode string.
MikhailModeratorCould you provide screenshots?
The driver works with numbers and 4-character strings. Long strings currently not supported by the driver.
MikhailModerator
MikhailModeratorOPC DA (Classic) may be unpredictable. It’s a bad technology. You should use OPC UA instead.
The checkbox is in the screenshot https://ibb.co/wzjYYrN
MikhailModeratorThe proper way is upgrading Rapid SCADA to the version 6 and after that solve export questions.
MikhailModeratorCommand type of the output channel should be binary.
MikhailModeratorIn the screenshots, the number of the output channel is 201 while in the configuration form 631 is specified, which is wrong. It should be 201.
MikhailModeratorName Constraints
Class names and namespaces are important. Locations of the classes’ files are about code style. -
This reply was modified 1 year, 4 months ago by
-
AuthorPosts