LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform & Digitworth in a box

Hello,

I use an D/A Converter and get some volt worthes in a 2D Array (first Index, second worth).
Now I wont to read the actual worth and put it to a box.
Unfortunately the  waveform  should  dimension  it self, because I don´t know  how long  a  mesurement  take and i need the hole graph.

I use Labview 7.0.
thx

0 Kudos
Message 1 of 2
(2,335 Views)
LV7.0_Developer_DE,

i am not sure if i understand you correctly, but i repeat what i understood:
you are acquiring data via a dataacquisition-device (infact, you are using an A/D-Converter then, analog-to-digital). you retrieve the data in a 2D array, where the first column represents a incrementing number (index) and the second column contains the values of the measurement. now the point i do not understand: in LV, you simply connect the signal you retrieve to a waveformchart or - graph to display it. there is no need to "to read the actual worth (value would be the correct word here) and put it to a box". if the chart or graph displays it the wrong dimension first, you should transpone your array first. if you dont want to display the index-column, you can simply remove it with the array-functions in LV.
all in all, i believe that you want to acquire the data continuously. so please take a look into the example finder of LV under DAQ->Analog in->continuous acquisition with chart. this is of course only applicable when you are using DAQ-hardware from NI.

Norbert B.
- NI Germany
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,325 Views)