LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Storgae

I am reading voltage through the analog input of ELVIS.  I then display these voltages as a waveform.  However, I need to store the values so that I can manipulate it and calculate certain parameters.  I am not sure of the best way to store this data.  I thought an array might be the best way but I am not sure how I would store each value in a different element.
0 Kudos
Message 1 of 2
(2,374 Views)
Look at the various functions in the array palette.  Build Array allows you to place new elements at the end of an array.  Replace Array subset allows you to replace a particular array element (or multiple elements.)  Insert into Array allows you to insert element into the middle of an array (though this is used more often then it should be when build array may be a more appropriate choice.)
 
Also look at autoindexing of loops.
 
This is basic LabVIEW.  I would recommend looking at the online LabVIEW tutorials.

LabVIEW Introduction Course - Three Hours 

LabVIEW Introduction Course - Six Hours 

0 Kudos
Message 2 of 2
(2,365 Views)