Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
If you function works, you can use Automatic Control Module to send commands when channel comes to 0 or 1. You should create a trigger “on channel data” and add commands.
MikhailModerator🙂
MikhailModeratorBefore testing, please update and rebuild Communicator and drivers.
MikhailModeratorHello,
So, any help about how to do that without the Automatic module?
Please specify the algorithm as a text.
November 22, 2022 at 1:47 pm in reply to: Export channel data to excel for longer periode of time #11642
MikhailModeratorIn Rapid SCADA 5 you can get reports one by one and join them manually.
We add new features in Rapid SCADA 6.
MikhailModeratorIf a Windows user already logged in and watch an opened scheme, the web app will start because of web page activity.
If no one watch web pages, the web app will not start on Windows.
You can add extra script into SCADA\ScadaWeb\svc_start.bat to make a web request bu addingcurl http://localhost:10080
MikhailModeratorScadaServer can return file size only for files in the Views folder. Source code.
In the above example, you request info about log files. So you should request ScadaAgent, not ScadaServer.-
This reply was modified 3 years, 2 months ago by
Mikhail.
November 21, 2022 at 10:00 am in reply to: Export channel data to excel for longer periode of time #11630
MikhailModeratorHi,
In Rapid SCADA 6 you can set as big limit as you need. For example, 365 days.
MikhailModeratorHello,
To display channels statuses as numbers, create extra channels of the calculated type that contain statues.
MikhailModeratorif (Cnl=65535) return 0;has wrong syntax. C# uses == as equality operator.
MikhailModeratorHello,
Please provide clear description of the issue.
MikhailModeratorHello,
“Real” channels are measured by devices.
“Calculated” channels are calculated based on real channels.
MikhailModeratorHello,
To display status as a number, useStat(102)formula.
MikhailModeratorHello,
Using too many channels in a one view will be slow and not comfortable for an operator.
-
This reply was modified 3 years, 2 months ago by
-
AuthorPosts