Loading…

Method Name: load_basic_curve_method

Method ID: 0x408C

Method Label: Load

Method Help: Load a previous stored calibration curve, and overwrite the current one.


  • {
  • char status[3];
  • int i_result;
  • SET_NUMBER_OF_RETRIES(7);
  • _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);
  • i_result = SELECT_FROM_LIST(literal_string(427),literal_string(428));
  • if (i_result == 1)
  • {
  • DELAY(4,literal_string(432));


Please login for more