From 2c4f401a5551d050831ecc4a54161bf07804d06f Mon Sep 17 00:00:00 2001 From: Dai Mr <1822802785@qq.com> Date: Tue, 22 Oct 2024 15:13:22 +0800 Subject: [PATCH] 11 --- JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs b/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs index 056999d..643c130 100644 --- a/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs +++ b/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs @@ -54,6 +54,7 @@ namespace JiShe.CollectBus.Protocol return; } AnalysisData(cmdResult); + } public override void Send() @@ -518,7 +519,11 @@ namespace JiShe.CollectBus.Protocol }, dataUnit); } - + /// + /// 电表抄读 + /// + /// + /// public void GetAmmterReading(string a,int pn) { var bytes = GetCommandBytes(new ReqParameter2() @@ -538,8 +543,7 @@ namespace JiShe.CollectBus.Protocol Fn = 129 }); } - - + /// /// 组装电表阀控 ///