8000 How to get controller state ? · Issue #310 · ottowayi/pycomm3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
How to get controller state ? #310
Open
@tejas987

Description

@tejas987

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0