I am using SoundPlayer.seq to ring a bell when a long test requires user interaction.
But now the users want the bell to ring repeatedly until someone responds.
Can anyone suggest how I do this?
SoundPlayer.seq is here https://forums.ni.com/t5/NI-TestStand/Play-Audible-sound-from-TestStand-Sequence-via-NET/m-p/3527175...
I am thinking of a thread that plays the sound in a loop, and is then killed after the user interaction in the main thread, but this feels clumsy and SoundPlayer does not like looping.
Another thought is to generate my own popup in CVI, as the tests already use some CVI code, but again this feels over the top.
So in the hope someone else has deaf operators, I though I would ask here.
Thanks.