Loading…
Loading…
Method Name: read_commad
Method ID: 0x4593
Method Label: command 3
Method Help:
- {
- char status[3];
- int slen;
- char disp_string[60];
- slen = 60;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- send(3,status);
- if (status[0])
- {
- display_response_status(3,status[0]);
- _get_dictionary_string(19726342,disp_string,slen);
- DELAY(2,disp_string);
- process_abort();
- }
Please login for more