Loading…

Method Name: wizEntrymnuClusterCheck3Assistant

Method ID: 0x421A

Method Label: Cluster 3

Method Help: This parameter set configures the process medium and which measurement values are presented at the device's outputs and display.


  • {
  • 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_mnuClusterCheck3Assistant();
  • readCriticalParameters();
  • _add_abort_method(18349);
  • do {
  • if (_curStep != _lastStep && _delay == 1)
  • {
  • DELAY_TIME(1);
  • _delay = 0;
  • }
  • switch (_curStep)
  • {
  • case 0:
  • {
  • currentPageString = literal_string(2322);
  • if (loc_TypeFluid == 0 || loc_TypeFluid == 1 || loc_TypeFluid == 2 || loc_TypeFluid == 3)
  • {
  • _MenuDisplay(18350,literal_string(2296),literal_string(2297));
  • mthPostPage_loc_mnuProcessClusterCheck3Assistant();
  • _delay = 1;
  • }
  • else
  • {
  • if (_lastStep <= _curStep)
  • {
  • _curStep = _curStep + 1;
  • }
  • else
  • {


Please login for more