| | |
| | | public class S7DataDLPTwo { |
| | | |
| | | |
| | | @S7Variable(address = "DB3.3118", type = EDataType.BOOL) |
| | | @S7Variable(address = "DB3.3118.0", type = EDataType.BOOL) |
| | | private Boolean mesControl; |
| | | |
| | | @S7Variable(address = "DB19.4", type = EDataType.INT16) |
| | |
| | | @S7Variable(address = "DB19.342", type = EDataType.INT16) |
| | | private Short state6; |
| | | |
| | | @S7Variable(address = "DB19.176", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.176", type = EDataType.STRING, count = 20) |
| | | private String id1; |
| | | |
| | | @S7Variable(address = "DB19.198", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.198", type = EDataType.STRING, count = 20) |
| | | private String id2; |
| | | |
| | | @S7Variable(address = "DB19.220", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.220", type = EDataType.STRING, count = 20) |
| | | private String id3; |
| | | |
| | | @S7Variable(address = "DB19.242", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.242", type = EDataType.STRING, count = 20) |
| | | private String id4; |
| | | |
| | | @S7Variable(address = "DB19.264", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.264", type = EDataType.STRING, count = 20) |
| | | private String id5; |
| | | |
| | | @S7Variable(address = "DB19.286", type = EDataType.STRING, count = 22) |
| | | @S7Variable(address = "DB19.286", type = EDataType.STRING, count = 20) |
| | | private String id6; |
| | | |
| | | |