Loading…
Loading…
Method Name: reset_valve_stuck_method
Method ID: 0x433B
Method Label: Reset Valve Stuck Alert
Method Help: Allows the user to reset the valve stuck alert that occured during a Partial Stroke Test.
- {
- float qa, qb, qc, qd, qe; int q, q0, q1, q2, q3; char S[3];
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(1);
- _set_resp_code((8),0);
- _set_resp_code((16),0);
- send_trans(157,1,S);
- if(16 == S[0])
- {
- ACKNOWLEDGE("|en|Access restricted\n\nInstrument was set to 'Out of Service' by another master.");
- }
- else
- {
- DELAY(3,"|en|Resetting the Valve Stuck Alert.");
Please login for more