Issue
How can I insert the points name or path into the alarm text?
Product Line
EcoStruxure Building Operation
Environment
- Building Operation Enterprise Central
- Building Operation Enterprise Server
- Building Operation Automation Server Premium
- Building Operation Automation Server Bundled
- Building Operation Edge Server
- Building Operation WorkStation
Cause
Require dynamic text insertion in the alarm text.
Resolution
The following substitution codes exist for alarm messages:
All SBO/EBO versions:
@(F) – The path of the monitored variable.
@(O) – The monitored object name.
@(P) – The monitored variable.
In addition to the above, Version 1.2 also includes:
@(V) - Displays the value of the monitored variable at the time of the state change.
e.g. If you create an alarm that is monitoring a temperature object named Room1Temp and write an alarm message that says: “The point @(O) is too hot.” When the alarm is triggered it will display:
“The point Room1Temp is too hot.”
Refer to: Alarm Messages