Loading…

Method Name: factory_sensor_trim

Method ID: 0x4066

Method Label: Factory trim

Method Help: Sensor Factory trim method - The factory trimming is a reset to the values used in the factory for the trimming operation and can be usually done without the need of external equipment.


  • {
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • slen1 = 60;
  • _set_all_resp_code(0);
  • _get_dictionary_string(19726337,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • _add_abort_method(4118);
  • ACKNOWLEDGE(literal_string(442));
  • send(139,status);
  • if (status[0])


Please login for more