LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

express table show 10 rows wih time

Hello,
1. Problem
I have some data (dbl) in a 2d array from a keithley 2701 and a 7702 (20 channel).
Which I like to see in an express table so I get 20 columns.
 
I would like to see the 10 last actuals data.
I found a method to see the actual every time in the first row, but to see the last tens data I have to take the roll bar.
But then the next new data come, the roll bar jump in the first row.
 
Which method should I use?
 
2. Problem
Then I like to see the time.
I get 20 rows with the time and then 20 rows with the data.
 
What did I wrong?
 
Thank you!!!!!
 
Cedric
 
 
 
0 Kudos
Message 1 of 2
(2,301 Views)

Right click on the table indicator in the block diagram, select Create->property node. Right click on the property node and select Properties-> Index Values. Chance the property node to Write and create a constant. The constant will be a cluster of two integer values, the top one is the Row and the bottom one is the Column. Enter the Row you wish to be at the top of the Table.

I will need to see your VI in order to figure out what you have done wrong, it is most likly the way you are sending the data to the Express Table. The express table can automaticly put the date and Time in the table for you. It defaults to the First Column of the Table.

Andrew Alford
Production Test Engineering Technologist
Sustainable Energy Technologies
www.sustainableenergy.com
0 Kudos
Message 2 of 2
(2,291 Views)