Escape motion control unit (flushing process)
Jump | |
Description | The PLC can used this control unit to command an escape motion of the electrode during the runtime in the escape channel in a die sinking process. The control unit must then be enabled by enable_w = TRUE. |
Data type | MC_CONTROL_JUMP_UNIT |
ST path | gpCh[channel_idx]^. bahn_mc_control.jumping |
Command data | |
ST element | .command_w |
Data type | HLI_JUMPING_COMMAND |
Access | PLC is writing |
Return values | |
ST element | .state_r |
Data type | HLI_JUMPING_STATE |
Access | PLC is reading |
Activation | |
ST element | .enable_w |
Data type | BOOL |
Access | PLC is writing |
Value range | [TRUE/FALSE] ; TRUE: Control unit in PLC activated |
Flow control of commanded value | |
ST element | .command_semaphor_rw |
Data type | BOOL |
Value range | [TRUE, FALSE] |
Special features | Consumption data item |
Access | PLC sets the command_semaphor_rw to TRUE for a new command_w. The CNC sets the command_semaphor_rw to FALSE after reading the command_w data. |