Open
Description
I want to get in which state my controller in from following ?
States defined in CIP Spec Vol 1, chapter 5, Identity Object
STATES = {
0: "Nonexistent",
1: "Device Self Testing",
2: "Standby",
3: "Operational",
4: "Major Recoverable Fault",
5: "Major Unrecoverable Fault",
**{i: "Reserved" for i in range(6, 255)},
255: "Default for Get_Attributes_All service",
}
From identity object i am able to get status(RUN, Prograam or TEST) of controller but not exact state ?