LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

BEEP in Lab Windows

How can I force LabWindows CVI to give a beep from the PC-speaker? I tried the 'printf' function with the ASCII code for the "BEL", but I only got a screen output. Probably that was my fault - I'm a bloody LabWindows beginner.
Thnx, Florian.
0 Kudos
Message 1 of 4
(3,362 Views)
Within the Programmers Toolbox there is a function called StartPCSound (freq); and erm... StopPCSound();
Beginner or not, I think you'll know what to do with them.

If you need help locating or loading the ToolBox function panel, email me back (chris.a.wright@motorola.com) and I'll show you how to do that.

Chris
Message 2 of 4
(3,362 Views)
I felt left out with this answer. This is opened public communication or private connection. I suggest we need to treat each other as NI family here.
0 Kudos
Message 3 of 4
(3,362 Views)
Beep();
0 Kudos
Message 4 of 4
(3,362 Views)