I have a device with controllable switches.
I can open the switch by writing the data 0x0000 and close it with 0xFF00.
I realized this in SCADA by creating commands like Coils(0X) and assigned created channels to a dynamic image.
The standard way it works is that on click an On(green) and Off(red) window appears.
Clicking on Off(red) opens the switch, and clicking on On(green) closes it.
I need the exact opposite action: On(green) opens and Off(red) closes.
Is the solution a negation in the channel using a formula?