Loading…
Loading…
方法名称: self_test_method
方法ID: 0x40F1
方法标签: 自测试
方法描述: Self Test- Commands the AXR electronics to perform a selftest. Reports any errors that occured.
- {
- char status[3];
- char xmtr_status[25];
- int number_of_tries;
- int x;
- {
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- }
- ;
- send_command(41);
- DELAY(2,literal_string(605));
- number_of_tries = 0;
- do {
- get_more_status(status,xmtr_status);
请登录以获得完整内容