Hi, I cannot find any documentation on the above node error.
I have a system which was working, and then I altered the structure of the node on the server and the client (the structure is the exact same as I am using a reference file for both) and it is suddenly no longer working.
I have seen this B000 0004 error before but unable to diagnose or recognize what the issue is, especially this time.
I have deleted the temp folder, rebuilt, checked OPCUA connectivity, verfied structure matches in UaExpert, and i still cannot trace this issue.
Next I will just move variables within the structure and see what happens?
B&R Online Help - UA_Bad_VariableNameInvalid - Invalid variable name.
Edit, just to know how I got there: B&R Online Help - Going from here, following the table at the bottom and looking at the bits in 0xB000_0004 you can see that “Severity” (bits 31 and 30) are “10” (BAD) and ErrorType (bits 29 and 28) are “11” (PLCopen Vendor StatusCode. StatusCodes of this category should never be transmitted over the network, but are exclusively reserved for local interfaces and components of the OPC UA client and server.) which brought me to click on “PLCopen Vendor StatusCode”)