Loading…

Method Name: set_actual_level

Method ID: 0x42AF

Method Label: Set Actual Level

Method Help: If the UPPER DIELECTRIC is not known, the ACTUAL INTERFACE level can be entered into this menu item and the UPPER DIELECTRIC will be reverse calculated. The ACTUAL INTERFACE will be measured from the end of the probe in the selected UNITS.


  • {
  • char status[3];
  • char disp_string1[60];
  • int slen1;
  • slen1 = 60;
  • _get_dictionary_string(19726337,disp_string1,slen1);
  • ACKNOWLEDGE(disp_string1);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • _set_xmtr_all_resp_code(0);
  • while (1)
  • {
  • send(3,status);
  • _fassign(17067,_fvar_value(resolve_record_ref(16395,191)));
  • _get_dev_var_value(literal_string(499),0,17067);
  • send(158,status);
  • if (status[0] == 0)
  • break;


Please login for more