jasdeep2512

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Everything posted by jasdeep2512

  1. Hi, do you happen to have an example for reading and writing Boolean IO via FINS? I tried using the examples that was in the link attached but ran into several errors: 1. My python compiler was not able to recognize "memory_area.write"  2. For "CIO_WORD", my compiler says Unresolved attribute reference 'CIO_WORD' for class 'FinsPLCMemoryAreas'. For this, based on my understanding it is because the example was made for words and bits, correct me if I'm wrong. I hope there is some solutions or examples to my errors and problems. Thanks in advance fins_instance.memory_area_write(fins.FinsPLCMemoryAreas().CIO_WORD,b'\x00\x64\x00',b'\x00\x1f',1)