ZengTao
2024-01-18 5db14138646f88b780fcf90000abdd0cd925c1b9
springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
@@ -21,24 +21,26 @@
        new Plchome().start();
        new Plcalarm().start();
        new PlcLayout().start();
        new Plcsign().start();
        // new Plcalarm().start();
        new Plcstate().start();
        new PlcPositioning1().start();
        // new Plcsign().start();
        new PlcParameter2().start();
        // new Plcstate().start();
        // new PlcPositioning1().start();
        new PLCAutomaticParameterSetting().start();
        // new PlcParameter2().start();
        new PlcManualonePosition().start();
        new PlcManualonePosition2().start();
        new PlcServoManualone().start();
        new PLCManualJog().start();
        new Plclog().start();
        // new PLCAutomaticParameterSetting().start();
        new PlcInteractionState().start();
        // new PlcManualonePosition().start();
        // new PlcManualonePosition2().start();
        // new PlcServoManualone().start();
        // new PLCManualJog().start();
        // new Plclog().start();
        // new PlcInteractionState().start();
       // new PLCAutomaticParameterSettingReview().start();
    }