Placeholder

The alarm extension offers the option of adding certain information to the alarm text. Placeholders are available for this purpose, which are then replaced with the corresponding values. The placeholder must be entered in the translation text.

Placeholder

Value

alarmSetting

Is replaced by the name of the alarm setting.
(ALARMSETTING)

condition

Is replaced by the comparison set in the alarm setting.
(> 3.0 && < 5.0)

domain

Is replaced by the domain of the symbol.
(TcHmiSrv)

error

Replaced by an error code.

errorMessage
(internal only)

Will be replaced by an error text. Is only used internally to display errors when establishing the database connection.

symbolName

Is replaced by the symbol name.
(ADS.PLC1.Alarm)

value

Is replaced by the value of the alarm symbol.
(4.00)

0
(Internal only)

Is replaced by internal values. Is only used for specific internal messages.

Example:

{symbolName} value is inside the condition ({condition}) with value {value}!

ADS.PLC1.Alarm value is inside the condition ( > 3.0 && < 5.0) with value 4.00!