From 0159dad4c99319076bba6af26a233b80db10ca8b Mon Sep 17 00:00:00 2001 From: lhiven Date: Wed, 16 Apr 2025 20:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E9=AB=98=E8=84=89=E5=86=B2=E5=8D=A1?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=BE=93=E5=87=BA=E7=94=B5=E5=8E=8B=E6=94=B9?= =?UTF-8?q?=E4=B8=BA10V?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.Motion/GugaoPulse/GugaoPulseCardManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.Motion/GugaoPulse/GugaoPulseCardManager.cs b/Rs.Motion/GugaoPulse/GugaoPulseCardManager.cs index 60202a7..bbd840d 100644 --- a/Rs.Motion/GugaoPulse/GugaoPulseCardManager.cs +++ b/Rs.Motion/GugaoPulse/GugaoPulseCardManager.cs @@ -139,7 +139,7 @@ namespace Rs.Motion.GugaoPulse { LogHelper.Debug($"{apiResult} = mc_pulse.GT_ClrSts({short.Parse(row["cardid"].ToString())}, 1, 8);"); } - short value = 32767 * 5 / 10; + short value = 32767;// * 5 / 10; apiResult = mc_pulse.GT_SetDac(short.Parse(row["cardid"].ToString()), 11, ref value, 1); MessageQueue.Instance.Insert($"GT_SetDac ret={apiResult}"); }