Forum Replies Created
-
AuthorPosts
-
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?September 21, 2022 at 7:20 am in reply to: How to manage MQTT JSON data from Rapid Scada version 6 beta #10850
MikhailModeratorHow can I update to the new release keeping all of my settings ?
– Make a backup of your Rapid SCADA project
– Upgrade Rapid SCADA
– Upload the existing project
– Check for errors
MikhailModeratorThank you too!
September 20, 2022 at 12:15 pm in reply to: How to Install Automatic Control Module in Raspberry PI #10841
MikhailModeratorHi,
Does the file /opt/scada/ScadaServer/Log/ModAutoControl.log exist?
Are there any errors in ScadaServerSvc.log on the service start?
MikhailModeratorEvents are created automatically by the Server application depending on channel properties. You should set event checkboxes for the channel. Events are stored in the event archive, located by default in C:\SCADA\ArchiveDAT\Events
-
AuthorPosts