Hello,
I am new to using Advanced HMI and have a question. I am using the Allen Bradley Micro850 and am having trouble using the HMI to write boolean inputs to the PLC. I am able to read values from the PLC to turn on LEDs on my HMI, but am unable to send the PLC any inputs. I tried using both the basic button and checkboxes to send the boolean function to no avail. Could it be something with how I write my addresses in the check box or button properties?
For example I'm trying to send a boolean input to adress _IO_EM_DI_01 using a check box or a button, whichever is better. And there are properties for PLCAddressCheckChanged, PLCAddressChecked, PLCAddressText, and PLCAddressVisible. If I wanted to use a checkbox to send my input, which should I set _IO_EM_DI_01 as?
I'd appreciate any input on how I could solve this.
Thanks