Loading…

Method Name: fix_frequency

Method ID: 0x410E

Method Label: Frequência de saída fixa

Method Help: Outputs a user-programmed frequency to the frequency output.


  • {
  • char status[3];
  • int choice;
  • long var_id[1];
  • _add_abort_method(16725);
  • _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(203));
  • do {
  • choice = SELECT_FROM_LIST(literal_string(225),literal_string(226));
  • switch (choice)
  • {
  • case 0:
  • _fassign(16547,10000.0);
  • break;
  • case 1:
  • _fassign(16547,10000.0);
  • _get_dev_var_value(literal_string(227),0,16547);
  • break;
  • case 2:
  • default:
  • process_abort();


Please login for more