Hi everyone,
I recently got mapp View working with external OPC UA servers on both Lenze and Siemens PLCs. I faced a few challenges, especially around namespace index and refId configuration, so I’m sharing what worked for me in case it helps someone else.
I have used AS6. For Namespace i suggest first you connect with UAExpert then check in NamespaceArray whichever node you want to use then you can configure accordingly.
In the logbook I see three failing bindings with “#EURange” is not found. Based on the information you provided so far, I’d assume, that these nodes do not have a unit assigned and therefore no #EURange (::MainLogic:HMI.LogicButton.bStart does not sound like a node with units …).
If the node does not have units - but you use a node-binding - this message is expected and does not really indicate an error … (If my assumption is correct, I would recommend to switch to value bindings - as this requires less resources and is quicker).
Additionally, the binding reference in the log seems to be odd …
If you’re connecting to a B&R System, it should not be needed to provide a NS in your binding data - you just need to configure the default namespace in the .uaserver file … then it should be sufficient to just use the identifier (“::MainLogic … “)