Warning message if residual motion path is too small (P-CHAN-00299)
P-CHAN-00299 | Output of a warning message if residual motion path is too small at edge banding |
Description | After the measurement signal is received, the CNC executive plausibility checks for the residual path at edge banding, e.g. whether the residual path is greater than the deceleration distance. By default the CNC generated error messages (P-ERR-50443, P-ERR-50498 or P-ERR-50065) if the expected conditions are not fulfilled. By setting the parameter to 1, the error message can be changed into warning messages. Program processing is then continued and the axes move to the target point of the measurement travel. The faulty measurement must be treated properly by the user e.g. in the PLC |
Parameter | kasto_warning_residual_path |
Data type | BOOLEAN |
Data range | 0/1 |
Dimension | ---- |
Default value | 0 |
Remarks | This parameter can only be used in the ‘Reject rest block’ mode (P-CHAN-00149 must therefore be set to the value 1). Parameterisation example: # Reject rest block kasto_reject_rest_block 1 # Raise warning messages, when remaining residual path is too small. kasto_warning_residual_path 1 |