LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is there no beep. Playback of waves works fine, LabVIEW 8.5

Hello Everyone,

 

I have a problem in LabVIEW 8.5. I have set up my programm, most things already work fine. Except one thing recently decided to quit on me: the beep.vi.

 

In my main VI there are wave-files being player which works fine, some data is read .... not interessting. And at a certain cue the beep is supposed to heared. But I don't hear it, except if I set the system error sound to true. In that case I can hear the systems error sound when the cues comes up. But if I set it to, let's say 440 hz and 500ms I can't hear anything.

 

Has anyone an idea what the problem might be? I am pretty much out of ideas ...

 

Thank you very much

Bye

Jonas

0 Kudos
Message 1 of 5
(2,556 Views)

I assumed the Beep used the system speaker, which most new computers dont have. Many have a small buzzer, else the sound card is used for playbacks. That'd be an explanation, but it's only an assumption/theory.

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 5
(2,548 Views)

But the system alart sound, which I can hear is being generated through my speaker. Or do you thing that the system alarm sound come from the speaker while the manually configures sound comes from the systemspeaker?

0 Kudos
Message 3 of 5
(2,544 Views)

If it is a buzzer of sorts the frequency range is quite slim. Do you get a "real" sound, a "ding" or a "Brrr"?

(still in theory mode)

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 5
(2,538 Views)

@jonidas wrote:

Hello Everyone,

 

I have a problem in LabVIEW 8.5. I have set up my programm, most things already work fine. Except one thing recently decided to quit on me: the beep.vi.

 

In my main VI there are wave-files being player which works fine, some data is read .... not interessting. And at a certain cue the beep is supposed to heared. But I don't hear it, except if I set the system error sound to true. In that case I can hear the systems error sound when the cues comes up. But if I set it to, let's say 440 hz and 500ms I can't hear anything.

 

Has anyone an idea what the problem might be? I am pretty much out of ideas ...

 

Thank you very much

Bye

Jonas


From what I can gather from the help file, all parameters are ignored.  This leads me to believe that it USED to make a buzz on the internal speaker, but now it plays the default "ding."  Did you happen to change themes or something that maybe made your default system sounds get overwritten?

 

[Edit] I did a quick search on "beep.vi" and it tells me that you'd be better served paying a wave file.  😉

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 5 of 5
(2,524 Views)