Forum Replies Created
-
AuthorPosts
-
MikhailModeratorRapid SCADA version 5 will be deprecated soon. Use Rapid SCADA 6.
MikhailModeratorScadaCommShell takes WinControl from this repository that should be downloaded either.
MikhailModeratorHi,
Yes, you can.
MikhailModeratorHello,
In the rolling mode, you can select only the length of the period in minutes. Max value is specified in the plugin configuration file PlgChartPro.xmlTo select a date, the fixed chart mode should be used.
MikhailModeratorHello,
Add to the Scripts table:
public string GetPayload() { return "{\"tagId\":\"pump1\",\"value\":" + CmdVal + "}"; }Then use GetPayload() as an output formula of the channel.
Let me know if it works or not.
MikhailModeratorHi,
Unfortunately no. It is always from 0:00 to 23:59.
May be the Rolling mode can be useful to display 24 hours from current time.
MikhailModeratorPlease provide a correct link to a screenshot. I deleted the incorrect link.
MikhailModeratorHi,
Thank you for the detailed description. There is no such feature to specify exact time. Only date selection is supported.
MikhailModeratorIt is very useful!
December 18, 2023 at 9:21 am in reply to: Whether the color of the enumeration can be modified #13835
MikhailModeratorHello,
In Rapid SCADA 6 you can set colors for enumerations in the Formats table. See Normal-Error row for example.
MikhailModeratorHi,
The next step is I just enable those archives with ModArcPostreSql module then Rapid SCADA will start storing data into PostgreSql database already, right?
Yes, if default settings are used. You should select data from the database table to make sure that data exist.
MikhailModeratorHi,
To select particular time period in Chart Pro, you should click and hold a left mouse button, then move the mouse to select the required period of time.
MikhailModeratorHi,
Please make a screenshot of the received data and provide an example what data you need to extract.
MikhailModeratorMy vision is that the solution can include a new database schema and the custom web forms built in the Webstation application as a web plugin. It requires development that is not a part of the Rapid SCADA core.
-
AuthorPosts