Loading…

Method Name: select_position_calibration_method

Method ID: 0x40B8

Method Label: Select cal source

Method Help: Select Position Calibration Source: This function selects the Position calibration in use. Factory calibration can not be overwritten by the user. User calibration is initially set by the factory but can be changed by the user.


  • {
  • char status[3];
  • char display_string[60];
  • int position_cal_source_local;
  • int string_length;
  • int calibration_source_selection;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _add_abort_method(16567);
  • string_length = 60;
  • _get_dictionary_string(19726337,display_string,string_length);
  • ACKNOWLEDGE(display_string);
  • calibration_source_selection = SELECT_FROM_LIST(literal_string(316),literal_string(317));
  • if (calibration_source_selection == 0x00)
  • {
  • PUT_MESSAGE(literal_string(318));
  • }
  • else
  • {
  • if (calibration_source_selection == 0x01)
  • {
  • PUT_MESSAGE(literal_string(319));


Please login for more