amarks
August 15, 2023, 2:52pm
1
How do I access a custom tag property within the alarm configuration.
For instance, a custom property "valveNum" (Integer) on a tag, I have the alarm message
"VM"+{Manifold_Number}+" Valve 1 Failed to Open"
But I want something like
"VM"+{Manifold_Number}+" Valve "+{this.valveNum}+" Failed to Open"
1 Like
amarks:
custom tag property within the alarm configuration.
For instance, a custom property "valveNum" (Integer) on a tag, I h
Hi Amarks,
I am on version 8.1.28 for this example, after creating a custom property on the tag, I created an expression binding on the alarm display path. You can also have this binding for the other messages depending on your device.
amarks
August 15, 2023, 9:00pm
3
Thanks, it looks like Customproperty
is a string type. In this case, is the value of the prop " from custom property"
(with the quotes)?
1 Like
Hello,
Yes you are correct, I just use that string with quotes as a test variable for my custom property.