Loading…

Method Name: rcct_LV_adjust

Method ID: 0x41BF

Method Label: Temp LV Adjust

Method Help: Connect a well-known PT100 termistor to the input.


  • {
  • char disp_string1[60];
  • int slen1;
  • char status[3];
  • int choice;
  • long var_id[1];
  • slen1 = 60;
  • {
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • }
  • ;
  • do {
  • choice = SELECT_FROM_LIST(literal_string(1093),literal_string(1094));
  • switch (choice)
  • {
  • case 1:
  • _iassign(16574,0);
  • break;
  • case 0:
  • default:
  • process_abort();


Please login for more