Forum Replies Created
-
AuthorPosts
-
Joao
ParticipantYes, I think that it solve my problem.
Thanks
Joao
ParticipantHi, because I have 15 different places, and some of this places have more than 1 PLC. I builded all the structure agrouping all PLCs, and local variables by objects, each object represent a place.
Joao
ParticipantIm sorry, I didn’t express myself correctly.
I mean that I didnt found the button that group channels by objects.Old version of administrator:
https://imgur.com/a/EcDS0VVJoao
ParticipantHi, how do i organize Channels by Objects?
Joao
ParticipantHi,
you have to use the last version of Rapid SCADA
https://imgur.com/a/WAgtv3UJoao
Participantyou are sending a command type Standard, It have to be binary
this is my configs:
Joao
ParticipantYou can use the module Automatic Control to send Emails automatcly. This can help: http://doc.rapidscada.net/content/en/modules/mod-auto-control.html
Joao
ParticipantYou can create a email group in Communicator> Device Libraries > double click KpEmail
then just send a command type 1 (binary) with this content:
group_name; subject; message
Joao
Participantthe “V” of Val(x) have to be uppercase
-
This reply was modified 5 years, 9 months ago by
Joao.
Joao
ParticipantYou can just add a formula like this in new channel :
(Val(n1)>0 && Val(n2)>0 && Val(n3)>0 && Val(n4)>0) ? 1:0
where “nx” is the channel numbers
-
This reply was modified 5 years, 9 months ago by
Joao.
Joao
ParticipantThis can help: http://doc.rapidscada.net/content/en/modules/kp-telegram.html
and http://doc.rapidscada.net/content/en/modules/mod-auto-control.html-
This reply was modified 5 years, 10 months ago by
Joao.
Joao
ParticipantThe Rapid SCADA only have culture en-GB and ru-RU.
Exist an en-GB.xml file that I can modificate this number format manually?Joao
ParticipantI saw in the first print that you are using the type “discrete”. The channels that you use formulas have to be “Calculated Discrete” or “Calculated Real”.
And in “device” you have to put “Local PC” instead your real device.
-
This reply was modified 5 years, 11 months ago by
Joao.
Joao
ParticipantIf I understanded your question, you can create another channel and make a formula with the condition of the other two channels.
Exemple:
you need (ch1 and ch2) > 0formula of ch3: Val(1)>0 && Val(2)>0 ? 1:0
Then you just put the channel 3 in the image config
-
This reply was modified 5 years, 11 months ago by
Joao.
Joao
ParticipantThanks Mikhail!
-
This reply was modified 5 years, 9 months ago by
-
AuthorPosts