PLC parameters up to Build V2.11.20xx
Skip mode, NC block | |
Description | Activates/deactivates skip mode at interpreter level for the NC program. The status of skip mode is only evaluated at the start of the NC program. Switchover during execution of an NC program has no effect. |
Data type | MCControlBoolUnit, see description of Control Unit |
Access | PLC reads Request + State and writes Command + Enable |
ST Path | pMC[channel_idx]^.addr^.MCControlDecoder_Data.MCControlBoolUnit_ProgramBlockIgnore |
Commanded, requested and return values | |
ST element | .X_Command .X_Request .X_State |
Data type | BOOL |
Value range | [TRUE = Skip mode NC block ON, FALSE = Skip mode NC block OFF, FALSE] |
Redirection | |
ST element | .X_Enable |