LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table generation of all the 30 values at a time

Solved!
Go to solution

hey i have to measure all the 30 values of temperature at a time and generate table of 30 values 

at every minute...

 

how do i fetch a the 30 value at same time and not simultaneously!i am getting a problem in it!

 

 

0 Kudos
Message 1 of 10
(4,898 Views)

Krisna wrote:

how do i fetch a the 30 value at same time and not simultaneously! 


 

 

Sorry, I don't understand the difference between "same time" and "simultaneously". Can you define?

 


Krisna wrote:

i am getting a problem in it!


 

 

What kind of problem are you getting with it? (e.g. no data, wrong data, computer bursts into flames, ...)

0 Kudos
Message 2 of 10
(4,880 Views)

hey m attaching a Vi where i have taken 4 knobs into consideration on clicking a boolean everytime it accepts all the 4values in table at same time!

 

i want that it should happen automatially at  every 1minute for fetching data at same time in the table!

 

i have tried using timer for time elapsed but its not working!Smiley Sad

 

 

 

 

 

 

0 Kudos
Message 3 of 10
(4,856 Views)

You are not using any outputs from the "elapsed time". How is the program supposed to know what you want? I would also use a latch action control to force a recording.

 

Here is a simple rewrite, showing how to add a row whenever 5 second have elapsed or the button is pressed. See if it makes sense.

 

(sorry, it seems the font of the table got messed up when downconverting from LabVIEW 2009 to 8.6. Just select a smaller font again.) 

Message Edited by altenbach on 04-18-2010 10:58 PM
0 Kudos
Message 4 of 10
(4,848 Views)

i tried it not working that way!

 

 

0 Kudos
Message 5 of 10
(4,841 Views)
what way?
0 Kudos
Message 6 of 10
(4,837 Views)

Hey i found the solution it doesnot required to have a lath oor event struture is sequece structure to be used 

Check it out!!Smiley Wink 

0 Kudos
Message 7 of 10
(4,836 Views)
So why do you even use a table and all that 2D gynmastics if you only need one column? You could use a simple 1D array indicator. 😉
0 Kudos
Message 8 of 10
(4,826 Views)
Solution
Accepted by topic author Krisna

Here's a version with much simpler data structures. Maybe it can give you some ideas. 😉

 

 

Message 9 of 10
(4,822 Views)

yop thanks but have to generate a report table in actual purpose!

 so hve to add more other values in it other than it...

neways thanks...

 

0 Kudos
Message 10 of 10
(4,812 Views)