The tool on the screenshot is called UAExpert. See this external link. This configuration can be done via any OPC UA client as long as our OPC UA server is running on the ctrlX CORE.
On the data layer, like mentioned, enter e.g. following:
{
"name": "Test",
"endpointUrl": "opc.tcp://192.168.1.1:4840",
"sessionConfiguration": {
"userToken": {
"userIdentityToken_type": "TokenUserPassword",
"userIdentityToken": {
"username": "boschrexroth",
"password": "***"
}
},
"messageSecurityMode": {
"messageSecurityMode": "BESTAVAILABLE"
},
"securityPolicy": {
"securityPolicy": "BESTAVAILABLE"
},
"localeIds": ["en-US"]
},
"timeoutConfiguration": {
"browseCallTimeout": 10000,
"discoveryTimeout": 60000,
"publishTimeout": 60000,
"readCallTimeout": 10000,
"sessionTimeout": 1200000,
"watchdogTimeout": 5000,
"writeCallTimeout": 10000,
"callCallTimeout": 10000
},
"persistent": true
}
ctrlX CORE Web UI data layer viewer add OPC UA client
In the actual version 1.20 you can also use the ctrlX CORE Web UI directly:
ctrlX CORE Web UI add OPC UA client
... View more