From b35937e54589d0fb7bc954f6856cbe1281a960f7 Mon Sep 17 00:00:00 2001 From: wxt Date: Tue, 13 Jan 2026 10:43:35 +0800 Subject: [PATCH] --- .../外科辅料和患者防护罩激光抗性测试仪/PenetrationForm.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PenetrationForm.cs b/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PenetrationForm.cs index 31141c6..67025a1 100644 --- a/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PenetrationForm.cs +++ b/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/PenetrationForm.cs @@ -1009,8 +1009,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪 private void PenetrationForm_Load(object sender, EventArgs e) { - //string plcIp = "192.168.1.10"; - string plcIp = "192.168.0.130"; + string plcIp = "192.168.1.10"; //string plcIp = "127.0.0.1"; bool initSuccess = Data.ModbusResourceManager.Instance.Init(plcIp, 502); if (!initSuccess)