This commit is contained in:
wxt
2026-01-13 10:43:35 +08:00
parent e8c103432f
commit b35937e545

View File

@@ -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)