Define
Connection to OPC UA Server
All OPC UA connections
are defined in a configuration file (JSON format):
[ { "InstanceName":
"OPC UA Simulator", "IsSimulator":
true },
{ "InstanceName": "OPC UA-localhost", "ServerUrl": "opc.tcp://127.0.0.1:49320", "MessageSecurityMode": "SignAndEncrypt", "MessageEncoding": "Binary", "SecurityPolicy": "Basic256", "User": null,
"Password": null, "PasswordEncrypted":
false },
{ "InstanceName": "OPC UA-server
1", "ServerUrl": "opc.tcp://192.168.1.221:49320", "MessageSecurityMode": "SignAndEncrypt", "MessageEncoding": "Binary", "SecurityPolicy": "Basic256", "User": "tk",
"Password": "secret", "PasswordEncrypted":
false } ] |
Provide Feedback