Loading…
Loading…
Method Name: methodReadFaults
Method ID: 0x4031
Method Label: Current Faults
Method Help: Read the device's current faults.
- {
- char status[3];
- int fault[6];
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- send(136, status);
- if( status[0] )
- {
- display_response_status(136, status[0]);
- }
- if( status[2] & 0x10 )
- {
Please login for more