Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
3bd7cc9cdc
|
@ -46,6 +46,8 @@ public class PlungerTimer extends Command implements Timing {
|
||||||
// 0003*2->hex
|
// 0003*2->hex
|
||||||
// 地址码 功能码 起始地址 连续长度 连续字长
|
// 地址码 功能码 起始地址 连续长度 连续字长
|
||||||
// 01 10 006A 0003 06
|
// 01 10 006A 0003 06
|
||||||
|
// todo 使用功能码 10 修改多位, 点表中参考功能码为16
|
||||||
|
// todo SensorDelay 类中同样使用功能码 10 修改多位, 待测
|
||||||
command.append("0110006A000306").append(this.toHexString(this.plungerRiseTime));
|
command.append("0110006A000306").append(this.toHexString(this.plungerRiseTime));
|
||||||
return List.of(ModbusCommandDto.builder().command(command.toString()).length(16).build());
|
return List.of(ModbusCommandDto.builder().command(command.toString()).length(16).build());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue