Hi,
im tryin to write to HR area of omron plc with latest ahmi version. When i put checkbox on form and assign plc address H13.06 to PLCAddressCheckChanged and PLCAddressCheck it wont write true(1) to H13.06. But if i assign H8.00 to PLCAddressCheckChanged and PLCAddressCheck it writes true(1) to H8.00. I double check for set/reset bit duplication in plc program and dont exist.
But if i set bit H13.06 or H8.00 in PLC to true(1), shows checkbox is checked, that means checking bit works.
Any solution...