Forum Replies Created
-
AuthorPosts
-
MikhailModeratorYes, you can create a enumeration in the Units table. Use “Off-On” unit as an example.
MikhailModeratorHi Matt,
We will create ModDbExport for version 6 too.
MikhailModeratorIn version 5 a user can acknowledge any event.
In version 6, an acknowledgement is available or not according to the status.
MikhailModeratorIn rolling mode chart is shifted to the left when new values come.
MikhailModeratorTimestamps in historical and event archives in UTC.
If you write timestamp as a channel value, it may depend.
MikhailModeratorThank you.
MikhailModeratorHi,
Which version of Rapid SCADA is in use, 5 or 6? Answer would be different.
MikhailModeratorHi,
As a beginning you should make Notification plugin work.
MikhailModeratorHi,
Input channel works for incoming data. Output channel works for commands. Checkbox for output channel means writing an event when command is sent.September 23, 2022 at 9:41 am in reply to: Continue sending command to Modbus device using Auto Control Module #10894
MikhailModeratorHi,
There is a repeat commands checkbox of a data trigger. If you provide a screenshot of your trigger, I can give more exact info.-
This reply was modified 3 years, 4 months ago by
Mikhail.
September 22, 2022 at 10:27 am in reply to: How to Install Automatic Control Module in Raspberry PI #10886
MikhailModerator🙂
MikhailModeratorCan you see the screenshot of the archive settings?
No, I can’t.
MikhailModeratorAt least a screenshot should contain an event.
MikhailModeratorHello,
The SQL request is executed every time when new data comes from Communicator to Server service.
MikhailModeratorTry the formula that works for v5 and v6:
public int MyStat() { if (1 <= Cnl && Cnl <= 2) // your limits return 100; // your status else if (3 <= Cnl && Cnl <= 4) return 200; else return 300; }In the channel formula:
Cnl; MyStat() -
This reply was modified 3 years, 4 months ago by
-
AuthorPosts