05-06-2013 10:21 AM - edited 05-06-2013 10:21 AM
@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.
05-06-2013 01:10 PM
Oh, sorry do you mean like this?
05-06-2013 01:26 PM
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.
05-06-2013 02:45 PM
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?
05-07-2013 04:13 AM
How do I find out the loop rate?
05-07-2013 10:32 AM - edited 05-07-2013 10:55 AM
@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:
05-08-2013 10:52 AM - edited 05-08-2013 10:54 AM
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
05-08-2013 11:00 AM
Tick count (ms) in the timing palette.