Loading…

Method Name: save_reference_echo_method

Method ID: 0x4707

Method Label: Save Ref Echo Curve

Method Help: Method to save a reference echo curve in the device. The reference echo curve will be retained until over-written by a new reference echo curve.


  • {
  • char i;
  • char success;
  • char status[3];
  • int result;
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • if (method_active_button == 0)
  • {
  • result = SELECT_FROM_LIST(literal_string(1568),literal_string(1569));
  • if (result == 0)
  • {
  • send_trans(224,2,status);
  • if (status[0] == 16)
  • {
  • _get_dev_var_value(literal_string(1570),0,16511);
  • send_trans(150,2,status);
  • send_trans(224,2,status);
  • if (status[0] == 16)
  • {


Please login for more