Forum Replies Created
-
AuthorPosts
-
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
MikhailModeratorChannel formula example for the calculated channel:
Val(101); Stat(101)
where 101 is the source input channel
MikhailModeratorOnly can access OPC UA server anonymously
The issue in DrvOpcUa has been fixed. Thank you for finding it.
Do you prefer building the source code by yourself or should I provide an updated DLL?
MikhailModeratorHowever, if you have to provide only 2 registers per device as Modbus Slave, I will help you. In this case you should create a new Modbus template, and add a bunch of channels of the Calculated type to make a device mapping.
-
This reply was modified 3 years, 10 months ago by
Mikhail.
-
This reply was modified 3 years, 10 months ago by
-
AuthorPosts