Alarm Messages, Condition and Sub-condition
Hi,
How is it possible to change alarm message content of predefined object, such as:
- Message
- Condition
- SubCondition
etc...
I've gone through the NLS manager, but lot of messages I haven't found them and not sure how they are connected or referenced to.
How is it possible to change alarm message content of predefined object, such as:
- Message
- Condition
- SubCondition
etc...
I've gone through the NLS manager, but lot of messages I haven't found them and not sure how they are connected or referenced to.
Voted best answer
IIRC, with 800xA, SubCondition tracks Condition. Unsure if SubCondition can be set independently.
To translate alarms, you must create Alarm and Event Translator aspects on the OPC AE server you want to translate texts from. The texts must start with ||TAG and have a matching "TAG" in the tranlator aspect.
Condition and Message should be possible to adjust this way. I also believe you can format numbers like "printf(...)" in C to "embed" values into your translations. Like "The temperature is 80.5º degreesC" where 80.5 is sent via parameter and rounded by the translator, e.g. from 80.499 which was sent in the Message text.
Add new comment