Loading…

Method Name: method_read_unit

Method ID: 0x4361

Method Label:

Method Help:


  • {
  • char status[3];
  • if (FrontEndInterface_frontEndBoardType == 1)
  • {
  • send(214,status);
  • if (status[0])
  • {
  • display_response_status(214,status[0]);
  • }
  • send(213,status);
  • if (status[0])
  • {
  • display_response_status(213,status[0]);
  • }
  • if (MeasurementPh_analyzerTypePh == 117)
  • {
  • send(218,status);
  • if (status[0])
  • {
  • display_response_status(218,status[0]);
  • }
  • }
  • }
  • else
  • {
  • if (FrontEndInterface_frontEndBoardType == 2)
  • {


Please login for more