| | |
| | | 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; |
| | |
| | | |
| | | // new PlcHold().start(); |
| | | |
| | | // new Plcaction().start(); |
| | | new Plcaction().start(); |
| | | |
| | | new Plchome().start(); |
| | | // new Plchome().start(); |
| | | |
| | | // new PlcParameter().start(); |
| | | new PlcParameter().start(); |
| | | |
| | | // new Plcalarm().start(); |
| | | new Plcalarm().start(); |
| | | |
| | | // new Plcsign().start(); |
| | | new Plcsign().start(); |
| | | |
| | | // new Plcstate().start(); |
| | | new Plcstate().start(); |
| | | |
| | | // new PlcManualonePosition().start(); |
| | | } |
| | | } |