This commit is contained in:
USER-20220102CG\noblelift
2023-01-31 21:25:43 +08:00
parent 7a34d26416
commit 4f0bd676fb

View File

@@ -11,8 +11,8 @@ public class OpcServerUtl {
if (domain == null) {
domain = "";
}
// return OpcUtl.getServer(host, clsid, user, password, domain);
return OpcUtl.getAutoServer(host, clsid, user, password, domain);
return OpcUtl.getServer(host, clsid, user, password, domain);
// return OpcUtl.getAutoServer(host, clsid, user, password, domain);
} else {
return null;
}