| | |
| | | package com.mes.s7.entity; |
| | | |
| | | import com.github.xingshuangs.iot.protocol.common.enums.EDataType; |
| | | import com.github.xingshuangs.iot.common.enums.EDataType; |
| | | import com.github.xingshuangs.iot.protocol.s7.serializer.S7Variable; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.Builder; |
| | |
| | | @S7Variable(address = "DB49.102", type = EDataType.UINT16) |
| | | private Integer thicknessTwo; |
| | | |
| | | @S7Variable(address = "DB49.2", type = EDataType.STRING, count = 20) |
| | | @S7Variable(address = "DB49.2", type = EDataType.STRING, count = 14) |
| | | private String plcGlassIdOne; |
| | | |
| | | @S7Variable(address = "DB49.24", type = EDataType.STRING, count = 20) |
| | | @S7Variable(address = "DB49.24", type = EDataType.STRING, count = 14) |
| | | private String mesGlassIdOne; |
| | | |
| | | @S7Variable(address = "DB49.54", type = EDataType.STRING, count = 20) |
| | | @S7Variable(address = "DB49.54", type = EDataType.STRING, count = 14) |
| | | private String plcGlassIdTwo; |
| | | |
| | | @S7Variable(address = "DB49.76", type = EDataType.STRING, count = 20) |
| | | @S7Variable(address = "DB49.76", type = EDataType.STRING, count = 14) |
| | | private String mesglassIdTwo; |
| | | |
| | | } |