Micro 820 Arrays and DINT #212
Replies: 3 comments
-
Can you share the logs for your attempts? I'm not aware of an issue with the Micro800's, but I also don't have a physical device so they're not part of my normal testing. |
Beta Was this translation helpful? Give feedback.
-
Code: `import pycomm3 with LogixDriver('192.168.50.26') as plc: Log: print of .read after that program: On the Bool_DINT, I have also tried setting True but that didn't work either. |
Beta Was this translation helpful? Give feedback.
-
plc.info output: {'vendor': 'Rockwell Automation/Allen-Bradley', 'product_type': 'Programmable Logic Controller', 'product_code': 180, 'revision': {'major': 12, 'minor': 11}, 'status': b'4\x00', 'serial': '60fa8f5e', 'product_name': '2080-LC20-20QWB', 'keyswitch': 'UNKNOWN', 'programs': {}, 'tasks': {}, 'modules': {}} |
Beta Was this translation helpful? Give feedback.
-
With LogixDriver I’ve been successful in .write with any BOOL or DINT but I’ve had a hard time writing to a member of a BOOL array or a bit of a DINT. After reading the comments here, the DINT issue seems good for Compact/ControlLogix but can I get help for the Micro 800?
Beta Was this translation helpful? Give feedback.
All reactions