From 92e4bc9151a1254d9dfee6ab96336e807795dd90 Mon Sep 17 00:00:00 2001 From: xyy <544939200@qq.com> Date: Tue, 6 Jan 2026 21:21:51 +0800 Subject: [PATCH] --- .../外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs b/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs index 93eed9a..37f8188 100644 --- a/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs +++ b/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs @@ -50,8 +50,8 @@ namespace 外科辅料和患者防护罩激光抗性测试仪 private void PrimaryIgnitionForm_Load(object sender, EventArgs e) { - //string plcIp = "192.168.1.10"; - string plcIp = "127.0.0.1"; + string plcIp = "192.168.1.10"; + //string plcIp = "127.0.0.1"; bool initSuccess = Data.ModbusResourceManager.Instance.Init(plcIp, 502); if (!initSuccess) {