Loading…
Loading…
Method Name: nd_stop_travel_auto_calib_method
Method ID: 0x405F
Method Label: Stop calibration
Method Help: Emergency stop of calibration
- {
- char status[3];
- char disp_string[60];
- _add_abort_method(4118);
- _iassign(16410,0);
- send(192,status);
- if (status[0] != 0 && status[0] != 64)
- {
- display_response_status(192,status[0]);
- _get_dictionary_string(19726342,disp_string,60);
- DELAY(2,disp_string);
- }
- else
Please login for more