From 569b991f884dae08c105c7beffdfab4ae13be4bd Mon Sep 17 00:00:00 2001 From: xyy <544939200@qq.com> Date: Tue, 6 Jan 2026 17:53:11 +0800 Subject: [PATCH] --- .../外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs b/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs index b535c94..396eb44 100644 --- a/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs +++ b/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PrimaryIgnitionForm.cs @@ -48,8 +48,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) {