
EricCoplan (Customer) asked a question.
I was wondering if anyone has an elegant solution to turning off and on a pump from three different Cmore touch screens using the push button function.
Can I set up the push button as a toggle writing to C0 on all three Cmores? My understanding is that when using a Pushbutton toggle and the PUMP_ON is pressed on HMI_1, HMI_2 and HMI_3 will show pressed as well.
So when PUMP_ON is pressed on HMI_1 it will write C0=1 to the PLC. This will be true until HMI_1, HMI_2 or HMI_3 writes a 0 to C0 by pressing the PUMP_ON push button again?
"Can I set up the push button as a toggle writing to C0 on all three Cmores? My understanding is that when using a Pushbutton toggle and the PUMP_ON is pressed on HMI_1, HMI_2 and HMI_3 will show pressed as well."
Yes, if you add a toggle button to each HMI, pressing it on any HMI will turn C0 on, and all 3 HMIs will show it is on. Then you can press the toggle button on any HMI and it will turn off the bit.