Loading…

Method Name: RunTCRecognition

Method ID: 0x4031

Method Label: Run TC Recognition

Method Help: On demand scan for temperature sensor type could be performed using this procedure. Normally, the device scans for temperature sensor at power up and when TC type is changed from Manual to Auto or Auto Sol. This procedure lets the user run the scan when the temperature sensor has been changed.


  • {
  • long varid[2];
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • int result;
  • slen1 = 60;
  • varid[0] = 16432;
  • varid[1] = 16434;
  • _set_resp_code(32,2);
  • _set_xmtr_resp_code(32,2);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • result = SELECT_FROM_LIST(literal_string(439),literal_string(440));


Please login for more