I got it sorted

, but not using your method - in
set controller alarms.vi I wired the output from the for loop (which already goes to
alarm global.vi and the alarm states indicator) to an
Or Array Elements Boolean (so that if ANY of the channels are in an alarm state, the alarm will sound) and then wired this Boolean output to the
little question mark (don't know what this is called) on a case structure I inserted inside the while loop. Finally, I put the
Snd Play Wave File VI in the case structure when true.