Loading…
Loading…
Method Name: meth_SelectCalPoint
Method ID: 0x444F
Method Label: Select Point
Method Help: Select specific calibration point
- {
- int l_iChoice;
- int l_iFocusedItem;
- int l_iItemsToWrite;
- int l_iFocusedIdx;
- char status[3];
- float l_fResetValue;
- SET_NUMBER_OF_RETRIES(5);
- _set_no_device(2);
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- ;
- if (!(write_protect == 1 || lock_device_status_code == 0x04) && 1)
- {
- send(226,status);
- if (status[0] != 0)
- {
- display_response_status(226,status[0]);
- process_abort();
- }
- ;
- send(236,status);
Please login for more