08-25-2011 06:30 PM
Hi
I want to get multiple beep sounds as output if a comparison condition gives output as true.
Can anyone tell me how to get multiple beep sound?
Solved! Go to Solution.
08-25-2011 06:40 PM - edited 08-25-2011 06:42 PM
Put the beep function in a for loop with a small wait statement.
08-25-2011 06:54 PM
Hey Thanx! That worked!
08-25-2011 07:01 PM
You could make it more pleasant if you would play a different sound file based on the comparison. (look in the windows\media folder for the sounds used by the OS. Try e.g. c:\windows\media\tada.wav)
Very few people still communicate in morse code. 😄
08-25-2011 07:06 PM
Thank you for the suggestio. But how to play that file in LabView?
08-25-2011 07:08 PM
Did you click on the link I provided?
08-25-2011 07:43 PM
Got it! Thanks!