From 22ee2dad8b84fe0b29555cda2e995fc6d4c179b7 Mon Sep 17 00:00:00 2001 From: jkpete <1031139173@qq.com> Date: Wed, 17 Dec 2025 17:04:19 +0800 Subject: [PATCH] fixed num --- Script/Protocol/RequestTrackEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script/Protocol/RequestTrackEngine.cs b/Script/Protocol/RequestTrackEngine.cs index 7466aa1..b64ac11 100644 --- a/Script/Protocol/RequestTrackEngine.cs +++ b/Script/Protocol/RequestTrackEngine.cs @@ -108,7 +108,7 @@ public class RequestTargetReadEnabled: ModbusRTU_ReadHoldingRegisters, IEGFramew public RequestTargetReadEnabled() { this.DeviceAddress = 0x01; - this.RegisterAddress = 0x44; + this.RegisterAddress = 0x00; this.ReadCount = 0x01; } }