Loading…

方法名称: start_testspan_calibration_method

方法ID: 0x41B0

方法标签: Test span >

方法描述: 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();
  • }


请登录以获得完整内容