Forum Replies Created
-
AuthorPosts
-
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, 7 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()
MikhailModeratorIf you have questions for now, be free to ask.
MikhailModeratorThe above screenshots do not contain a panel of Notification panel plugin. It is shown automatically when a new event matches the plugin settings.
You can see this panel when click the Bell button.
MikhailModeratorCould you provide a screenshot of the archive settings?
MikhailModeratorSystem.Private.Uri is a part of .NET. May be you should install Chinese language pack for .NET.
You can try downloading the dll from https://www.nuget.org/packages/System.Private.Uri/ , unzip it and copy the requested file into SCADA\ScadaServer\Mod\ModArcInfluxDb.Logic\ directory.September 21, 2022 at 7:26 am in reply to: How to Install Automatic Control Module in Raspberry PI #10853
MikhailModeratorHi,
It looks like the module is not in use.
Check that /opt/scada/ScadaServer/Config/ScadaServerConfig.xml contains
<Module code="ModAutoControl" />
MikhailModeratorHi,
mode can be fixed or rolling
period is a number of days in fixed mode or minutes in rolling mode
config is a chart configuration file.
MikhailModeratorHello,
Could you make a screenshot of a notification panel of the plugin that contains an event? -
This reply was modified 3 years, 7 months ago by
-
AuthorPosts