activate signal relay from toggle button MicroSCADA
Hello, i was trying to activate alarm signal relay from a VAMP relay through spa bus. The main task is "reset" an external equipment with a contact from a relay.
I created the signal in signal engineering from system configuration that is directed to output relay. Then I installed a toggle button in picture editor to create a SCIL script but I cannot find a way to address the corresponding bit.
I marked the object address in red.
I tried with #set LN(IX):OV = 1 form but I had errors. (maybe I need to create some process point??)
Do you know a way to do this? I don't seem to figure it out :(
I created the signal in signal engineering from system configuration that is directed to output relay. Then I installed a toggle button in picture editor to create a SCIL script but I cannot find a way to address the corresponding bit.

I tried with #set LN(IX):OV = 1 form but I had errors. (maybe I need to create some process point??)
Do you know a way to do this? I don't seem to figure it out :(
Answers
as an update, could it be #set "LN":POV"IX"=1 but how can I make a process object to link to this communication address? Is there a common way to do this?
Add new comment