Loading…
Loading…
方法名称: write_flow_cutoff_lo_hi
方法ID: 0x43D3
方法标签: Write Flow Cutoff Values
方法描述:
- {
- char status[3];
- char read_flowtype;
- PUT_MESSAGE("|en|Method In Progress");
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- SET_NUMBER_OF_RETRIES(3);
- send_command(64822);
- _get_dev_var_value(("|en|Enter 'Flow Cutoff Low' Value "),0,16833);
- _get_dev_var_value(("|en|Enter 'Flow Cutoff High' Value "),0,16834);
- send(64823, status);
- if (status[0])
- {
- display_response_status(64823,status[0]);
- process_abort();
- }
- save_values();
请登录以获得完整内容