Is it possible to use OpcUa_any in simulation mode?
I’m trying to connect to a OPC UA server on an ABB Omnicore C30 and I want to test this connection when using the simulation mode in AS. I have set the simulation IP address to 0.0.0.0 in the configuration, and I’m able to connect to the OPC UA server when using AsOpcUac. So I already know that the security settings and certificates are ok at both ends.
But when I try to use OpcUa_any it doesn’t work. ModuleOk is TRUE, but the connection to the server doesn’t seem to work at all and there are no errors in the logger.
I’ve used UaExpert to find the path. For instance, I’ve used this path: /0:Root/0:Objects/3:Robots/3:OmniCore/2:RAPID/3:T_ROB1/3:GU_MachineConfig/3:GripCmd_PowerOn
Here are some examples from UaExpert:
It is possible to use the OpcUa_Any in simulation mode, for this to work you need to set the “Simulate OPC UA devices” to off in the PLC’s Simulation configuration.
I have not tested with the simulation IP as 0.0.0.0, you might need to set it to the actual IP address of the Ethernet interface you want to use.
To me it looks like you have configured the browse path correctly by following the BrowseNames of the nodes starting from the root until your target node. The number in the BrowseName is the NamespaceIndex. Some more information here in the community below.