Loading…
Loading…
Method Name: auto_setup_method
Method ID: 0x466D
Method Label: Auto Setup
Method Help: Auto Setup will automatically configure or calibrate the following parameters. - Parameters on Basic Setup menu - Parameters on Input Range menu - Parameters on Valve System menu - Parameters on Control Configuration menu After Auto Setup, please check the calibration result. It may be necessary to recalibrate the travel angle 100% to accommodate some actuator designs.
- {
- char status[3];
- _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();
Please login for more