Hallo everyone,
i have implemented a modular OPC UA Alarming-System using the Systems fb „ALM_REGISTER“.
It works fine, but i am having trouble showing special characters, especially in German Language (for example: äüö etc).
The ALM_STATE structure has a Message string which is used for that.
image.pngsince a string is defined as ANSI Coding, special Caracters shut be no problem.
image.png
but at the OPC UA Client special characters cant be shown. The OPC UA Alarm-Message has the OPC UA LocaleId „en“ i dont see a way to set the correct id („de“) for the alarm Message.
image.pngThe ALM_STATE Structure has a LANG element, but the online help says not to use it…
Is there any known way to solve this problem?