Forum Replies Created
-
AuthorPosts
-
MikhailModeratorWhat device do you use to run Rapid SCADA?
MikhailModeratorTry enabling writing to log in the archive options. It will create a separate log file ModArcBasic_Min.log. Then check the log file for errors.
Did some files disappear or they never been created?
MikhailModerator
MikhailModeratorIf the driver is ready, add it to Store 🙂
June 30, 2025 at 11:17 am in reply to: Where are those goodies (comm status, toggle comm line cmd) in v6 Channel setup #16536
MikhailModeratorHello,
Just create channels of the Output type with the above tag codes. Then send commands to the created channels from the web interface or by Automatic Control Module.
In case of possible issues, please provide screenshots.
MikhailModeratorI suppose, the following should work:
In the Formats table, find the row with ID=33. Set the Format field of that row to HH:mm:ss. Use the format with ID=33 for the channel.
Does it work? If no, I can research by debugging.
MikhailModeratorCould you make a screenshot of the ScadaServer.txt log file?
MikhailModeratorHi,
As an example, open the Formats table ach check the Off-On format.
If you have many values in an enumeration, it’s supported to text each value per line.
MikhailModeratorProbably, the simplest approach is changing the Format table (edit existing or add new format). Possible format strings are here.
MikhailModerator
MikhailModerator🙂
MikhailModeratorMay be data is read from another current data archive. When the Server service starts it reads data from the first active archive of current data.
MikhailModeratorHi,
In short, configure a communication line and device, and you will see the code in the log.
MikhailModeratorHi,
> how do I link a file from my PC to this forum?
Post a link to a file hosting, e.g. Google Drive.
MikhailModeratorHi,
Possible solutions:
1. Use database as an intermediate source.
2. Write your driver for Rapid SCADA that reads data using the API.
3. Try interact via MQTT. -
AuthorPosts