Loading…

Method Name: start_testspan_calibration_method

Method ID: 0x41B0

Method Label: Test span >

Method Help: Test Span mode sets the analog output to maintenance. The common digital gas measurement readings are set to unknown. By using a special command the gas reading will be displayed. The user is enabled to simulate/test gas measurements and to ensure the device is measuring properly.


  • {
  • int result;
  • int counter;
  • int alignmentModeActualLocal;
  • char cmd_status[3];
  • long idc[3];
  • long selection;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_all_data(0);
  • send_command(213);
  • if (alignmentModeActual != 0x00)
  • {
  • ACKNOWLEDGE(literal_string(938));
  • process_abort();
  • }


Please login for more