This commit is contained in:
xyy
2026-04-20 14:03:34 +08:00
parent 83c9d27c37
commit dc197701ab
5 changed files with 45 additions and 6 deletions

View File

@@ -114,7 +114,8 @@ namespace EmptyLoadTest
try
{
string plcIp = "192.168.1.10";
//string plcIp = "192.168.1.10";
string plcIp = "127.0.0.1";
bool initSuccess = ModbusResourceManager.Instance.Init(plcIp, 502);
if (!initSuccess)
{