Loading…
Loading…
方法名称: method_read_unit
方法ID: 0x4361
方法标签:
方法描述:
- {
- 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)
- {
请登录以获得完整内容