Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Why do you expect any time limit? This is open source, i.e. no limits. Many users build the software by themselves from the source code.
MikhailModeratorHow to show UI of coomunicator?
There is no UI on Linux, because it is a server. You should configure the software on Windows, and then copy configuration to Linux. I hope we will simplify this process in the future.
MikhailModeratorHi,
.exe is OK for Linux when you use Mono Framework.
If you performed the installation steps correctly, the daemons were created and Server and Communicator start automatically after restart RPi. You should check logs.
MikhailModeratorTake the required DLLs in C:\SCADA\ScadaComm after installing Rapid SCADA.
Then check their path in the project dependencies.
MikhailModerator1. 125 elements in one group of holding registers. Just add new group.
2. By default 1 element is a word. You can choose the appropriate type of element in the template for float or double.
MikhailModeratorThe command line utility for converting snapshots.
MikhailModeratorDAT format is used for the configuration database, measured data (snapshots) and events. These are 3 different formats with the same file extension.
The existing utility able to convert snapshots to CSV. I can share the link to it.
One good guy gianguido is now working on other types of data.
MikhailModeratorDon’t delete an image please.
MikhailModeratorThank you. I added this bug into our ticket tracker. When it is solved, I’ll write info here.
MikhailModeratorHi,
For minute data:
It summarizes the values which were received during the minute and divide the sum by the number of values.For hourly data:
The same, but values are summarized during the hour.You can calculate number of points if create a formula that increases a counter each time when it is calculated by SCADA.
MikhailModerator
MikhailModeratorUse EncodeDate(DateTime.Now)
MikhailModeratorHello,
Each group in Modbus template is one request to a device. Address of a group is included in a request.You can try different templates by yourself then decode and compare them by http://modbus.rapidscada.net/
MikhailModeratorYou have to reinstall the Webstation app. There is a mess of the old and the new files.
-
AuthorPosts