Ignition Alarm against tags array

Hi All

I have an Array in my PLC which I want to use for alarms. In this case, I have "HMI_Alarm_0", whithin this I have "HMI_Alarm_0_[0]", "HMI_Alarm_0_[1]"... "HMI_Alarm_0_[31]". The tag is an array of INT

Is it possible to have this alarm on each of those value bits as they go high/low? How do I go about this or do i need to have atag for each alarm item?

Stephen

I belive this post will help you.

Or this one:

My recommendation is to use an UDT and create one of those for each value on the array.