| | |
| | | |
| | | |
| | | @S7Variable(address = "DB19.14", type = EDataType.INT16) |
| | | private Integer taskState; |
| | | private Short taskState; |
| | | |
| | | @S7Variable(address = "DB19.18", type = EDataType.INT16) |
| | | private Integer damageCount; |
| | | private Short damageCount; |
| | | |
| | | @S7Variable(address = "DB19.20", type = EDataType.INT16) |
| | | private Integer rawGlassWidth; |
| | | private Short rawGlassWidth; |
| | | |
| | | @S7Variable(address = "DB19.22", type = EDataType.INT16) |
| | | private Integer rawGlassHeight; |
| | | private Short rawGlassHeight; |
| | | |
| | | @S7Variable(address = "DB19.24", type = EDataType.INT16) |
| | | private Integer slot; |
| | | private Short slot; |
| | | |
| | | @S7Variable(address = "DB19.26", type = EDataType.INT16) |
| | | private Integer totalCount; |
| | | private Short totalCount; |
| | | |
| | | @S7Variable(address = "DB19.28", type = EDataType.INT16) |
| | | private Integer finishCount; |
| | | private Short finishCount; |
| | | |
| | | @S7Variable(address = "DB19.x16.0", type = EDataType.BOOL) |
| | | private Integer taskRunning; |
| | | @S7Variable(address = "DB19.16.0", type = EDataType.BOOL) |
| | | private Boolean taskRunning; |
| | | |
| | | @S7Variable(address = "DB19.30", type = EDataType.INT16) |
| | | private Integer inkageState; |
| | | private Short inkageState; |
| | | |
| | | |
| | | } |