Hello all,
I must show the alarms in the Alarm configuration on VISU.
I have a structure like: arrA1 : ARRAY[1..50] OF FB1;
And FB1 has a variable named bFault.
I must therefore create one line for each array position, but I guess / hope I could use an array and automate the message to be shown.
Currently I can create an alarm group, and add observation type digital, add each array position = TRUE and add the message...
Can I make all the alarms of that array at once?
Is that possible? and if it is... how should I do it?
Log in to post a comment.
Hello all,
I must show the alarms in the Alarm configuration on VISU.
I have a structure like: arrA1 : ARRAY[1..50] OF FB1;
And FB1 has a variable named bFault.
I must therefore create one line for each array position, but I guess / hope I could use an array and automate the message to be shown.
Currently I can create an alarm group, and add observation type digital, add each array position = TRUE and add the message...
Can I make all the alarms of that array at once?
Is that possible? and if it is... how should I do it?