Loading…

方法名称: wizEntrymnuStandardSetupAssistant

方法ID: 0x4347

方法标签: Standard Setup

方法描述: Setup for a "standard" tank or stilling well


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


请登录以获得完整内容