Loading…

Method Name: wizEntrymnuClusterCheck9Assistant

Method ID: 0x4220

Method Label: Cluster 9

Method Help: This parameter set configures the flow totalizer and how its values are displayed or presented at the device's outputs.


  • {
  • 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_mnuClusterCheck9Assistant();
  • readCriticalParameters();
  • _add_abort_method(18712);
  • do {
  • if (_curStep != _lastStep && _delay == 1)
  • {
  • DELAY_TIME(1);
  • _delay = 0;
  • }
  • switch (_curStep)


Please login for more