dmroeder

Results 73 comments of dmroeder

As I mentioned, Logix is not letting you import the module because it is terrible. I had the module in a CompactLogix, you have a ControlLogix, it is not smart...

Can you capture it via wireshark and email the result to me? I do have a ControlLogix and ENBT, though I won't be able to test until Friday. Edit: My...

Is your script running in that instance? All I see is list identity, which is not pylogix, it is probably RSLinx. To minimize wireshark traffic, shut down RSLinx and LogixDesigner....

Here is the problem I'm having. You show the screenshot of your generic module's Module Info tab, it is reporting a Rockwell Software Communication Adapter. You are telling me that...

Wait, can you go to the Network and Sharing Center and check if your adapter is set to "public network"? I had trouble with this, the firewall was blocking the...

Okay, you are getting close. I don't think RSLinx would cause what you were seeing but maybe RSlinx Enterprise, I can't say for sure. The timeout is what I would...

Can you email me that wireshark packet capture? What's odd about your capture is that the forward open response, which should be coming from pylogix is the wrong size, which...

This came up last year too: https://github.com/dmroeder/pylogix/issues/236

```python from pylogix import PLC with PLC("192.168.1.9") as comm: device = comm.GetDeviceProperties().Value print(device.ProductName, device.VendorID) ```

I think what you are saying is that since pylogix doesn't set the time zone, if you have a controller that doesn't already have the time zone set, the clock...