Hi colleagues !
Could you please advise how to add variable data into alarm description by defining Equipment ?
Currently i'm designing M580 diagnostics equipment.
According to equipment definition XML and Alarm description with variable data syntax i have to put something like:
Alarm Desc: HSBY, CPU {{equipment.TAGPREFIX}_Local_PLC} in RUN PRIMARY MODE,
where {equipment.TAGPREFIX}_Local_PLC is a string calculated TAG, becomes "A" or "B" depending on which PLC is currently communicating with SCADA.
But double braces are not correctly interpreted by xml parser. How to shield inside brackets during equipment update ?
BR