Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
Triggers of the “On channel data” type fire when channel value changes. In your case, may be an “on command” trigger would be more appropriate.
MikhailModeratorHi,
Please write about results.
MikhailModeratorHi,
what is the input so that the pin is red?
It should be a channel that displays location status. For example, some tag of a device mounted on the site.
MikhailModeratorHello,
May be you can try this OPC server https://www.matrikonopc.com/drivers/opc-siemens.aspx to integrate Profinet and Rapid SCADA.
MikhailModeratorHi,
How to turn the map pin to green if >0 and turns red if 0”
Use a channel formula mentioned above or similar.
MikhailModeratorHi,
Unfortunately, wetransfer.com does not work in Russia, so I can’t check the file.
Please upload the file to another file hosting.
MikhailModeratorHello,
The above error means that ASP.NET has not been properly installed.
If you are starting from scratch, I suggest to try Rapid SCADA 6.
This forum is in English. If you prefer Russian, use https://forum.rapidscada.ru/
MikhailModeratorProbably, you should create a new channel of the calculated type with the formula
Val(101) <= 1 ? 1 : -1; Stat(101)
where 101 is the source channel number
MikhailModeratorHi,
According to the manual: “0 – channel not specified; positive channel value means the location is normal, otherwise the location needs attention”.
So channel formula might be:Cnl <= 1 ? 1 : -1
MikhailModeratorThe the module is required to send commands automatically according to the specified conditions.
I recommend to get the current time once:
DateTime curTime = DateTime.UtcNow;November 23, 2022 at 11:56 am in reply to: Export channel data to excel for longer periode of time #11674
MikhailModeratorHello,
May I know what is the proper procedures to install V6?
Instructions will be created soon.
How about the existing V5 projects?
There will be a converter utility.
Do I need to uninstall V5 first?
It’s possible to use both on the same machine. But it is easier to deploy a new virtual machine for v6.
MikhailModeratorHello,
I mean that channel status can be written as value of another channel.
MikhailModeratorHello,
Cnl and CnlVal are variables.
Val() and Stat() are functions. -
AuthorPosts