LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build array from random temperature

Hello,

So I am trying to do the following problem for a school assignment. I haven't had much experience with labview and need assistance.

The requirement for the VI is:

Create a VI that reads 20 temperature measurements using the Demo Temp.vi. With each temperature measurement bundle the time (including seconds) and date of the measurement. Include a Time Delay Express VI to slow the loop so that it executes 4 times per second.

 

I have attached what I have so far, any assistance would be appreciated.

Thank You.

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

First, you have it for a 4 second loop time,  not a 4 times per second loop time.

 

It says "bundle" so that implies using a cluster.

0 Kudos
Message 2 of 5
(2,895 Views)

I think that I set up the cluster right now. I am not sure how to do the 4 times per second loop.

Capture.PNG

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

Math.  4 times per second = 1/4 of a second delay.

0 Kudos
Message 4 of 5
(2,889 Views)

It would also make more sense from a data management point of view to do the Bundle inside of the loop and have the loop autoindex an array of clusters.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 5
(2,845 Views)