Loading…
Loading…
方法名称: METHOD_self_test
方法ID: 0x4030
方法标签: 自测试
方法描述: 自检——命令电子设备执行自检。
- {
- char status[3];
- char xmtr_status[25];
- char disp_string1[60];
- int number_of_tries;
- _get_dictionary_string(19726337,disp_string1,60);
- ACKNOWLEDGE(disp_string1);
- _add_abort_method(4118);
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- send_command(41);
- DELAY(6,literal_string(403));
- number_of_tries = 0;
- get_more_status(status,xmtr_status);
- while (status[0] == 32 && number_of_tries++ < 4)
请登录以获得完整内容