LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display voltage data?

I have the JKR AI continuous scan.Vi function in my main Vi. From the JKR AI continuous scan.Vi, I get the voltage data. I need to see on the block diagram of the main Vi the voltage data which is in column 3 of my data acquisition or channel 0 of the DAQ. Do you know how I can do that? Do I need to zero the voltage in order to see the correct value? Thanks 
0 Kudos
Message 1 of 2
(2,525 Views)
You can use Index Array function to display just one cell or a whole column.  Wire the DAQ outptut 2D array to the index array function as such:
Wire an input to the column selector to get a 1D array of all column values, or wire inputs to both row and column selectors to get just one element.
 

Message Edited by tbob on 09-12-2005 03:24 PM

- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 2
(2,517 Views)