Author Topic: Omron HR area  (Read 623 times)

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Omron HR area
« on: January 19, 2021, 06:09:54 AM »
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...

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: Omron HR area
« Reply #1 on: January 20, 2021, 05:51:45 AM »
Found on another topic that hostlink driver dont support write HR bits, soo I need to move HR bit to DM location on plc, and then on ahmi form write to DM bits which is supported.