| | |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import com.example.springboot.component.PlcHold; |
| | | import com.example.springboot.component.PlcManualonePosition; |
| | | import com.example.springboot.component.PlcParameter; |
| | | import com.example.springboot.component.Plcaction; |
| | | import com.example.springboot.component.Plchome; |
| | |
| | | // |
| | | System.out.println("启动完成"); |
| | | |
| | | // new PlcHold().start(); |
| | | // new PlcHold().start(); |
| | | |
| | | new Plcaction().start(); |
| | | |
| | | |
| | | new Plchome().start(); |
| | | // new Plchome().start(); |
| | | |
| | | new PlcParameter().start(); |
| | | |
| | | /* new Plcalarm().start();*/ |
| | | new Plcalarm().start(); |
| | | |
| | | new Plcsign().start(); |
| | | |
| | | new Plcstate().start(); |
| | | |
| | | // new PlcManualonePosition().start(); |
| | | } |
| | | } |