pycomm3 icon indicating copy to clipboard operation
pycomm3 copied to clipboard

Q: What is the 'status' field in `get_plc_info`?

Open dakotahorstman opened this issue 1 year ago • 3 comments

I'm using a Micro820 and retrieving the PLC's info for a heartbeat monitoring system. In the 'info' property, there is a 'status' field that isn't documented. What does this field reflect?

dakotahorstman avatar Aug 31 '23 20:08 dakotahorstman

It's defined by CIP Volume 1 CH 5-2 under the identity object. I'm not sure about the copyright of posting from the exact CIP spec, but the short of it is basic device statuses such as minor/major faults, self testing, FW update in progress, IO connection status, etc.

Colt-H avatar May 01 '24 14:05 Colt-H

Ah, got it. Do you happen to have a link to the specific document you're referencing, even if it is paywalled?

dakotahorstman avatar May 01 '24 14:05 dakotahorstman

The document I have is the CIP specification from ODVA.

The CIP Networks Library Volume 1: Common Industrial Protocol

Colt-H avatar May 01 '24 15:05 Colt-H