CncChannelProgramStatus

Status of program execution within a channel.
The fields of the CncChannelProgramStatus DataType are defined in the following table:
Name | Value | Description |
---|---|---|
Stopped | 0 | Channel program stopped. |
Running | 1 | Channel program running. |
Waiting | 2 | Channel program in waiting state. |
Interrupted | 3 | Channel program interrupted. |
Canceled | 4 | Channel program canceled. |
The representation of the CncChannelProgramStatus DataType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3002 |
NamespaceUri | http://opcfoundation.org/UA/CNC |
BrowseName | CncChannelProgramStatus |
IsAbstract | False |
SubtypeOf | Enumeration |
Categories |
The references from the CncChannelProgramStatus DataType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | EnumValues | EnumValueType[] | PropertyType | Mandatory |