Loading…
Loading…
Method Name: metRelayTest
Method ID: 0x401C
Method Label: Relay Test
Method Help: Test alarm and fault relays.
- {
- char status[3];
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- do {
- varRelayTestState = SELECT_FROM_LIST(literal_string(642),literal_string(643));
- _add_abort_method(16411);
- send(155,status);
- if (status[0] != 0)
- {
- display_response_status(155,status[0]);
- }
- }
Please login for more