ctrlX Plc supports Unicode string with 2 bytes. But how can they be exchanged via OpcUA, when non ASCII characters are contained? Here is my example with special Turkish letters: wstrTest: WSTRING:="ABC şŞÜöÇ⪠abc"; When I display it in UAExpert or WebIQ: "ABC _^ÜöÇâ^ abc" is displayed. Some of the letters are not shown differntly. Is there a way to exchange Unicode strings (e.g. change the encoding to UTF8 on PLC side)?
... View more