Loading…

Method Name: method_calibrate_sensor_read

Method ID: 0x40BB

Method Label: Read Calibration Value

Method Help: Read Calibration Value


  • {
  • char status[3];
  • char disp_string1[120];
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _add_abort_method(4118);
  • send(193,status);
  • disp_string1 ="|en|Wait for the gas to stabilize";
  • DELAY(2, disp_string1);
  • send(128,status);
  • disp_string1 ="|en|Gas value \n%{MEASUREMENT_MODE_VALUE}";
  • DELAY(2, disp_string1);


Please login for more