Loading…

Method Name: SM_base_units_method

Method ID: 0x4075

Method Label: Set Base Units

Method Help: Base Units - The transmitter can operate using Base Units of metres, feet or inches. Changing the Base Units will RESET the transmitter and restore it to ex-factory settings in the selected Base Units


  • {
  • char status[3];
  • char disp_string[60];
  • int len;
  • len = 60;
  • _get_dictionary_string(19726337,disp_string,len);
  • ACKNOWLEDGE(disp_string);
  • _get_dev_var_value(literal_string(377),0,16429);
  • SET_NUMBER_OF_RETRIES(2);
  • ACKNOWLEDGE(literal_string(409));
  • ACKNOWLEDGE(literal_string(407));
  • PUT_MESSAGE(literal_string(410));
  • send(174,status);
  • if (status[0])
  • {
  • display_response_status(174,status[0]);
  • }
  • DELAY_TIME(20);
  • {


Please login for more