Loading…
Loading…
方法名称: hardware_test
方法ID: 0x4209
方法标签: Hardware
方法描述: Testing of the BM 70 A/P /700/702 hardware can be initiated with this function when the device is operating. When an error is established, corresponding error/status bit is set. This hardware test is carried out automatically every time the BM 70 A/P /700/702 is started up. During the test the current output holds the last measured value. (Fct. 2.1.1)
- {
- char cmd_status[3];
- long ids[2];
- send(153,cmd_status);
- if (cmd_status[0])
- {
- display_response_status(153,cmd_status[0]);
- return;
- }
- ids[0] = 16619;
- ids[1] = 16620;
- _set_resp_code(8,0);
- do {
请登录以获得完整内容