Loading…
Loading…
方法名称: pilot_adjustment_method
方法ID: 0x467E
方法标签: Pilot Adjustment
方法描述: Supports configuration of balanced pressure for a double acting pilot.
- {
- char status[3];
- float previous_travel;
- int counter;
- 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();
- }
- ACKNOWLEDGE(literal_string(1663));
请登录以获得完整内容