Loading…
Loading…
Method Name: fix_frequency
Method ID: 0x4108
Method Label: Fix frequency out
Method Help: Outputs a user-programmed frequency to the frequency output.
- {
- char status[3];
- int choice;
- long var_id[1];
- _add_abort_method(16712);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- ACKNOWLEDGE(literal_string(426));
- do {
- choice = SELECT_FROM_LIST(literal_string(443),literal_string(444));
- switch (choice)
- {
- case 0:
- _fassign(16503,10000.0);
- break;
- case 1:
- _fassign(16503,10000.0);
- _get_dev_var_value(literal_string(445),0,16503);
- break;
- case 2:
- default:
- process_abort();
Please login for more