-
Does pylogix work with PLC5, SLC, MicroLogix? No
-
Does pylogix work with emulate? Yes, locally only. Ensure ProcessorSlot is set to 2
-
Does pylogix work with softlogix? Yes, locally and remote. Ensure ProcessorSlot is set to 2
-
Does pylogix work with Micro8xx, and CCW Simulator? Yes
-
Can pylogix read Micro8xx program tags? No, it can only read global tags.
-
Does pylogix works with other brand PLCs, such as Omron, Siemens, etc? No
-
Does pylogix support custom path routing? Yes
-
Does pylogix support reading from multiple PLCs? Yes, create multiple PLC object instances
-
What PLC models does pylogix support? CompactLogix, ControlLogix, Micro8xx
-
How can I install pylogix? Installation can be done primarily with pip, or local install. Instructions on README
-
Does pylogix support UDT's structure read? Yes, and no. You can get a read in raw bytes which you'll then need to know how to unpack yourself example of that here. There is no way to read the structure of the UDT at the moment discussion here. There's also no current way to write raw to UDT's.