|
|
|
@ -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; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|