Loading…
Loading…
Method Name: write_flow_cutoff_lo_hi
Method ID: 0x43D3
Method Label: Write Flow Cutoff Values
Method Help:
- {
- 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();
Please login for more