LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

beep.vi does not sound


@michaelclewis92 wrote:

How do i change it to the actual VI?


What is "it"?

 

At any point during programming you can save the VI. This will create a file that you can attach to the post. The attch button is below the post composition window.

0 Kudos
Message 11 of 18
(1,271 Views)

Oh, sorry do you mean like this?

0 Kudos
Message 12 of 18
(1,258 Views)

You haven't attempted to put the Beep VI into a case structure.

 

It is also a good idea to convert the blue DDT wire to something meaningful like a scalar value right away.

0 Kudos
Message 13 of 18
(1,254 Views)

You have wired a dynamic boolean to the input named "use system alert?". This is NOT a "on/off" selection, but determines if the other two inputs should be ignored or not. There typically will be a sound if it is TRUE or if it is FALSE.

 

Sorry, I don't have DAQ installed. What is the loop rate of your VI?

0 Kudos
Message 14 of 18
(1,245 Views)

How do I find out the loop rate?

0 Kudos
Message 15 of 18
(1,218 Views)

@michaelclewis92 wrote:

How do I find out the loop rate?


As a first approximation, It probably depends directly on how you have configured the data acquisition. Sorry, I cannot see the configuration because I don't have DAQ installed here.

 

You can also simple measure it, of course. 😄 If you place the following code inside the loop, it will indicate the loop time:

 

 

0 Kudos
Message 16 of 18
(1,197 Views)

Hello Altenbach!

I'm using an ADQ (PIC 16F1847) and i do use a loop to display my values.
So what id like to know is the actual refreshment rate of my graphs (or the interval between 2 loops)!

Your link seems to show exactely what i need...but i absolutely cant find that watch icon
Thank you a lot


Sorry replied to the wrong post and apparently cant remove it

0 Kudos
Message 17 of 18
(1,168 Views)

Tick count (ms) in the timing palette.

0 Kudos
Message 18 of 18
(1,162 Views)