Control unit
Programming Inching mode in the case of Manual mode | |
Description | Control unit for management of the data for programming Inching mode in the case of Manual mode, including flow control of the user data. |
| HBTipParameterControlUnit, see description Control Unit with usage check |
Characteristics | The manual mode parameter can be written at any time and it is stored internal in a table under the index 0. This value is set effective in the corresponding operation mode after activation of the axis. |
Access | PLC readsHBTipParameter_Requestand writesHBTipParameter_Command+X_Enable |
ST path | pMC[channel_idx]^.addr^.MCControlHB_Data.HBTipParameterControlUnit_TipParameter |
Commanded, requested data | |
ST element | .HBTipParameter_Command . HBTipParameter_Request |
Data type | HBTipParameter, description see chapter User data |
Usage check, commanded, requested data | |
ST element | . X_CommandSemaphor .X_RequestSemaphor |
Data type | BOOL |
Access | CNC accepts the commanded data if the command semaphore has the value TRUE and sets this element to the value FALSE after complete acceptance of the data. PLC can write data for commanding if the command semaphore has the value FALSE. If all data to be commanded has been written, the PLC sets this element to the value TRUE. CNC writes the data requested by the GUI if the request semaphore is FALSE and then sets this element to TRUE. PLC reads the data requested by the GUI if the request semaphore is TRUE. The PLC sets this element to FALSE after the data has all been accepted in the PLC,. |
Redirection | |
ST path | .X_Enable |