Enabling/disabling via PLC
A control unit in the PLC can be assigned to enable or disable the skip block program_block_ignore .
Release Note
The expanded function for several skip levels is available as of Build V3.01.3021.1. The program_block_ignore control block is of type MC_CONTROL_UNS32_UNIT.
Enabling uses the following data item:
gpCh[nChanIdx]^.decoder_mc_control.program_block_ignore.command_w
The data item is a bit string in which the 10 lower bits are used to enable or disable skip levels.
Enabling uses the following single data:
for CNC Builds > V2.11.2800
pMC[channel_idx]^.addr^.MCControlDecoder_Data.MCControlBoolUnit_ProgramBlockIgnore
for CNC Builds > V2.11.2800
gpCh[nChanIdx]^.decoder_mc_control.program_block_ignore.command_w
This is a control unit of type MC_CONTROL_BOOL_UNIT.