Loading…

Method Name: th_reading

Method ID: 0x1449

Method Label: Set to Gas Reading

Method Help: Loop test- Allows the User to manually manipulate the Analog Output to a selected constant output value


  • {
  • int choice;
  • long var_id[5];
  • int use_abort_method;
  • char disp_string1[90];
  • char disp_string2[90];
  • int slen1;
  • int slen2;
  • char xmtr_status[25];
  • char status[3];
  • float urv;
  • float factor;
  • int cmd;
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • slen1 = 90;
  • slen2 = 90;
  • send_command(48);


Please login for more