Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LAN 内のリモート PC にある OPC サーバーに接続しようとしています。ここにコードがあります
ObjOPCServer.Connect(OPCServerName, "192.168.1.5");
192.168.1.5リモート PC の IP です。リモートPCにはユーザー名とパスワードが含まれているため、接続するリモートPCのユーザー名とパスワードをどこに置くことができるかを知りたいです。
192.168.1.5
ありがとう