Forum Replies Created
-
AuthorPosts
-
MikhailModeratorAlso, try specifying a byte order. For 16-bit float it could be 2301.
MikhailModeratorHello,
Usually, you should remove 4x from register address. Address of register 40000 is 0.
MikhailModeratorHello,
Formulas work with current data. To solve this task, Elastic Report Plugin can help. It can calculate the difference. See the example here.December 22, 2023 at 10:45 am in reply to: Use logical judgment to calculate equipment working time #13865
MikhailModeratorHello,
The related answer is here
If the motor change its state not too often, you can check it every minute and add a channel value if it is on.December 22, 2023 at 10:43 am in reply to: Create a channel with increment per minute using the value of a variable as step #13864
MikhailModeratorIn Rapid SCADA the general syntax of the formula would be
EveryMin(() => MyFunc())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.
-
AuthorPosts