Browse Source

fixed num

main
jkpete 4 weeks ago
parent
commit
22ee2dad8b
  1. 2
      Script/Protocol/RequestTrackEngine.cs

2
Script/Protocol/RequestTrackEngine.cs

@ -108,7 +108,7 @@ public class RequestTargetReadEnabled: ModbusRTU_ReadHoldingRegisters, IEGFramew
public RequestTargetReadEnabled() public RequestTargetReadEnabled()
{ {
this.DeviceAddress = 0x01; this.DeviceAddress = 0x01;
this.RegisterAddress = 0x44; this.RegisterAddress = 0x00;
this.ReadCount = 0x01; this.ReadCount = 0x01;
} }
} }

Loading…
Cancel
Save