PLC parameters
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 | MC_CONTROL_BOOL_UNIT, see description Control unit Available as of CNC Build V3.01.3021.1 MC_CONTROL_UNS32_UNIT |
Access | PLC reads request_r + state_r and writes command_w + enable_w |
ST Path | gpCh[channel_idx]^.decoder_mc_control.program_block_ignore |
Commanded, requested and return values | |
ST element | .command_w .request_r .state_r |
Data type | BOOL or UNS32 |
Value range | [TRUE = Skip mode NC block ON, FALSE = Skip mode NC block OFF, default: FALSE] |
| Available as of CNC Build V3.01.3021.1 for UNS32: 0x0 - Skip mode NC block OFF 0x1 – Skip level 1 0x2 - Skip level 2 0x4 - Skip level 3 0x8 - Skip level 4 0x10 – Skip level 5 0x20 - Skip level 6 0x40 - Skip level 7 0x80 - Skip level 8 0x100 – Skip level 9 0x200 - Skip level 10 Skip levels active simultaneously are enabled by bitwise ORing. Example: Enable all skip levels by setting 0x3FF. |
Redirection | |
ST element | .enable_w |