Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe Minute archive has bit 1.
See https://ibb.co/jv7HS8JSeptember 16, 2024 at 7:52 am in reply to: How to retrieve data from the Channels table in a custom module? #15472
MikhailModeratorProbably, you need both.
MikhailModeratorHello,
In the current version of Map Plugin the status colors are predefined.
It can be a good idea to implement more colors in the future versions of the plugin.
MikhailModeratorThe result is the file without any extension and only data in it below
The output filename should have the same name as it was entered.
MikhailModeratorInput and output timestamps in UTC.
-
This reply was modified 1 year, 8 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. -
This reply was modified 1 year, 8 months ago by
-
AuthorPosts