| | |
| | | public class S7DataGHTwo { |
| | | |
| | | |
| | | @S7Variable(address = "DB110.80", type = EDataType.INT16) |
| | | private Short mesControl; |
| | | @S7Variable(address = "DB110.32", type = EDataType.UINT16) |
| | | private Integer f08TemperingLayoutId; |
| | | |
| | | @S7Variable(address = "DB110.80", type = EDataType.INT16) |
| | | private Short requestMes; |
| | | @S7Variable(address = "DB110.80", type = EDataType.UINT16) |
| | | private Integer f09TemperingLayoutId; |
| | | |
| | | @S7Variable(address = "DB110.34", type = EDataType.STRING,count = 10) |
| | | private Short MesReply; |
| | | private String f08EngineerId; |
| | | |
| | | @S7Variable(address = "DB110.82", type = EDataType.STRING,count = 10) |
| | | private Short From1; |
| | | private String f09EngineerId; |
| | | |
| | | } |