Loading…
Loading…
Method Name: set_inhibit_mode
Method ID: 0x40E2
Method Label: Inhibit Device
Method Help: Set the device into Inhibit Mode
- {
- char status[3];
- char disp_string1[60];
- int temp;
- int check;
- int set;
- int mode;
- int i;
- int choice;
- int iTimeout;
- long ids[2];
- float conc;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- send(197,status);
- if (status[0])
- {
- display_response_status(197,status[0]);
- process_abort();
- }
Please login for more