Loading…
Loading…
Method Name: dummy_input_signal_method
Method ID: 0x467C
Method Label: Dummy Input Signal
Method Help: Inputs a dummy signal to the positioner for functional checking.
- {
- char status[3];
- int choice;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- send_trans(164,1,status);
- if (status[0])
- {
- display_response_status(164,status[0]);
- DELAY(3,literal_string(1650));
- process_abort();
- }
- if (ope_authority_sts != 1)
- {
- ACKNOWLEDGE(literal_string(1662));
- process_abort();
- }
- _add_abort_method(18020);
- ACKNOWLEDGE(literal_string(1663));
- dummy_input_signal = 50.0;
- do {
- do {
- send(128,status);
Please login for more