FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
05-04-2023 10:16 AM
Hello,
I'm new to the topic of OPC UA,I've already gone through the instructions there it is said that an instance by means of an OPC UA call to the method "opcuaclient/create" or by means of a data layer call "create" to the node opcuaclient.
But I can't get to the software in the picture, where can I find it or how is it opened?
Solved! Go to Solution.
05-04-2023 04:20 PM
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
}
In the actual version 1.20 you can also use the ctrlX CORE Web UI directly: