Hello,
Does anyone use AsOpcUac to access data from OPC UA server whose node identifier contains Chinese? you can see this node in the UaExport as show in follow image, the identifier of the node is 温度压力\CHIM_PRESS1
You have to use UNICODE (WSTRING). For Example: NodeID_0.Identifier := “测试字符串\TESTSTRING”;
Important is also the definition of NodeID_0.Identifier. This must be also WSTRING.