Loading…

Method Name: wizEntrymnuSteamSuperheatedSetupAssistant

Method ID: 0x46E1

Method Label: Superheated Steam

Method Help: Starts configuration for superheated steam applications.


  • {
  • int _lastStep;
  • int _curStep;
  • int _selection;
  • int _delay;
  • _lastStep = 0;
  • _curStep = 0;
  • _selection = 0;
  • _delay = 1;
  • _set_comm_status(0x7F,0);
  • _set_device_status(0xFF,0);
  • ActivateAssistantMode();
  • mthMakeBackup_mnuSteamSuperheatedSetupAssistant();
  • readCriticalParameters();
  • _add_abort_method(18155);
  • mnuSteamSuperheatedSetupAssistant_mthInitSteamSuperheatedSetup_Init();
  • do {
  • if (_curStep != _lastStep && _delay == 1)
  • {
  • DELAY_TIME(1);
  • _delay = 0;
  • }
  • switch (_curStep)
  • {
  • case 0:
  • {
  • currentPageString = literal_string(2295);
  • _MenuDisplay(18156,literal_string(2296),literal_string(2297));
  • _delay = 1;
  • mthPostPage_loc_mnuUnitsAssistantSteamSuperheated();
  • _lastStep = _curStep;
  • _curStep = wizEvaluatePageResult(_curStep,_selection);
  • break;
  • }
  • case 1:
  • {
  • currentPageString = literal_string(2298);
  • _MenuDisplay(18157,literal_string(2299),literal_string(2297));
  • _delay = 1;
  • mthPostPage_loc_mnuProcessAssistantSteamSuperheated();
  • _lastStep = _curStep;
  • _curStep = wizEvaluatePageResult(_curStep,_selection);
  • break;
  • }
  • case 2:
  • {
  • currentPageString = literal_string(2300);
  • if (TypeMeter == 1 || TypeMeter == 2 || TypeMeter == 3)
  • {
  • _MenuDisplay(18158,literal_string(2299),literal_string(2297));
  • mthPostPage_locInputCurrentSetup();
  • _delay = 1;
  • }
  • else
  • {
  • if (_lastStep <= _curStep)
  • {
  • _curStep = _curStep + 1;
  • }


Please login for more