Forum Replies Created
-
AuthorPosts
-
December 22, 2023 at 10:41 am in reply to: Can I update sch file without using the ScadaAdmin editor? #13863
MikhailModeratorHi,
On Linux the service is named scadaweb6December 21, 2023 at 11:39 am in reply to: Can I update sch file without using the ScadaAdmin editor? #13858
MikhailModeratorYes, you can update *.sch files in the destination location. To take them in use and clear cache, you need to restart the web application. You can do that using the Administrator app.
Also you can upload only views using the Administrator app.
MikhailModeratorCool! It can be useful for many users 🙂
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.
-
AuthorPosts