Loading…

Method Name: enter_cable_resistance

Method ID: 0x404E

Method Label: Enter value

Method Help: Enter new value for cable resistance. If the device setup is RTD/Ohm 3 or 4 wire, cable resistance for sensor 1 is the expected max value for the total cable resistance in 2 wires. Otherwise it is the actual total cable resistance for the selected sensor


  • {
  • char status[3];
  • char disp_string1[60];
  • int sensor_select;
  • int meas_val;
  • int slen1;
  • _set_all_resp_code(0);
  • slen1 = 60;
  • meas_val = _ivar_value(16393);
  • sensor_select = 3;
  • switch (meas_val)
  • {
  • case 1:
  • sensor_select = 2;
  • break;
  • case 2:
  • sensor_select = 2;


Please login for more