| | |
| | | public class S7DataDLPOne { |
| | | |
| | | |
| | | @S7Variable(address = "DB3.3118", type = EDataType.BOOL) |
| | | @S7Variable(address = "DB3.3118.0", type = EDataType.BOOL) |
| | | private Boolean mesControl; |
| | | |
| | | @S7Variable(address = "DB19.0", type = EDataType.INT16) |
| | |
| | | @S7Variable(address = "DB19.1246", type = EDataType.INT16) |
| | | private Short glassCount; |
| | | |
| | | @S7Variable(address = "DB19.8", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.8", type = EDataType.STRING, count = 20) |
| | | private String id1; |
| | | |
| | | @S7Variable(address = "DB19.30", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.30", type = EDataType.STRING, count = 20) |
| | | private String id2; |
| | | |
| | | @S7Variable(address = "DB19.52", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.52", type = EDataType.STRING, count = 20) |
| | | private String id3; |
| | | |
| | | @S7Variable(address = "DB19.74", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.74", type = EDataType.STRING, count = 20) |
| | | private String id4; |
| | | |
| | | @S7Variable(address = "DB19.96", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.96", type = EDataType.STRING, count = 20) |
| | | private String id5; |
| | | |
| | | @S7Variable(address = "DB19.118", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.118", type = EDataType.STRING, count = 20) |
| | | private String id6; |
| | | |
| | | @S7Variable(address = "MW1002", type = EDataType.INT16) |