Loading…
Loading…
Method Name: self_test
Method ID: 0x4059
Method Label: Status
Method Help: Self Test- Directs the THZ2/TDZ2/TCM electronics to perform a selftest. Reports any errors that occured.
- {
- char status[3];
- char xmtr_status[25];
- int x;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- get_more_status(status,xmtr_status);
- if (xmtr_status[0] != 0 || xmtr_status[1] != 0 || xmtr_status[2] != 0 || xmtr_status[3] != 0 || xmtr_status[4] != 0)
- {
- if (xmtr_status[0] != 0)
- {
Please login for more