Warning on non-detection of probing signal (P-CHAN-00298)
P-CHAN-00298 | Output a warning message if probing signal is not detected at edge banding |
Description | By default the CNC generates the error message P-ERR-50063if no measuring signal is detected for edge banding G107. By setting the parameter to 1, the error message can be changed to a warning message. The program run is then continued without measuring signal. The faulty measurement must then be rectified by the user, e.g. in the PLC. |
Parameter | kasto_warning_no_signal |
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 # Generate a warning message not an error message if measurement signal is not detected. kasto_warning_no_signal 1 |