Loading…

Method Name: sensor_setup_method

Method ID: 0x4091

Method Label: Sensor Setup Info

Method Help: Displays the sensor type, linearization mode, sensor connection, and cold junction compensation.


  • {
  • char status[3];
  • long ids[4];
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send(214,status);
  • if (status[0])
  • {
  • display_response_status(214,status[0]);
  • }
  • ids[0] = 16392;
  • ids[1] = 16394;
  • ids[2] = 16504;
  • acknowledge(literal_string(290),ids);
  • ids[2] = 16393;
  • if (_ivar_value(16392) >= 65 && _ivar_value(16392) <= 76)
  • {
  • send(218,status);


Please login for more