Alert Summary Notes field

Hi I’m trying to a dynamically display an alarm message on the Alert Summary notes field based on the selected row in the table.

My PLC basically have an array of string messages defined and when I create the alerts for a particular tag there is no option in the Notes field to link it to a tag. Instead of manually typing in text for the notes I want to use the embedded messages in the PLC program that way the PLC and HMI has exact same message.

Right now i just hide the Notes field in the Alert Summary component and created a text field. Then read a tag based on selected row and display it on the text field. Is it possible to just override the text on the notes field?

No, not right now. The built-in notes is the notes configured in the tag.

Thanks Travis…