Loading…
Loading…
Method Name: burnout_simulation_method
Method ID: 0x40B9
Method Label: Failure Alarm Simulation Mode
Method Help: Failure Alarm Simulation Mode- Simulates the output when the device is in a critical state.
- {
- char status[3];
- char disp_string[60];
- int slen;
- int choice;
- slen = 60;
- choice = 0;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _get_dictionary_string(19726337,disp_string,slen);
- ACKNOWLEDGE(disp_string);
- _add_abort_method(4118);
- ACKNOWLEDGE(literal_string(602));
- _remove_abort_method(4118);
- _add_abort_method(16573);
- while (choice == 0)
- {
- _iassign(16565,1);
- send(217,status);
- if (status[0])
- {
Please login for more