Loading…
Loading…
方法名称: clear_fault_code_method
方法ID: 0x4060
方法标签: clear status
方法描述: Clear all the status coming from communication or device errors
- {
- char status[3];
- _set_device_status(0xFF,0);
- send(138,status);
- if (status[0])
- {
- display_response_status(138,status[0]);
- DELAY(3,literal_string(434));
- process_abort();
- }
- send(38,status);
请登录以获得完整内容