LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array form

hi guys,
do anyone got any idea how to store the data in the array form in the LabView... furthermore, the data is wad i generated in the previous function in LABView.....
plz reply me as soon as possible...

thanx a million...

this is vy ugent ....
0 Kudos
Message 1 of 6
(3,042 Views)
Sorry ericzhu, but I don't understand your question.
Could you give some more info about your problem ?
- Do you want to save a multidimensionnal array into a file or is it something different ?
- which LabVIEW versions are you referring to ?

CC
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 6
(3,034 Views)
Hey,
"""do anyone got any idea how to store the data in the array form in the LabView... furthermore, the data is wad i generated in the previous function in LABView.....
plz reply me as soon as possible..."""

Well from the question i feel you are new to LV,in LV if you have a array generated in one subvi and need it in the next you will have to just pass it on making use of the connector pane.See some example on arrays shipped along with LV for better understanding.

Hope it helps else post again we shall respond with a example.
cheers
vicky
0 Kudos
Message 3 of 6
(3,030 Views)
for example store the max peak calculated from the amplitude and level measurement into an array which can we can use to do calculation
0 Kudos
Message 4 of 6
(3,025 Views)
if need any loop or wat as u can mention u cant use the build array & initialise array block fullfill the required things


furthermore, Will there be a way to store the changing value in the max peak which is shown in the front panel when i run my program which acquire real time signal from a DAQ?


thanx a million....

vy ugent issue....thanx
0 Kudos
Message 5 of 6
(3,024 Views)
Hi,
"""for example store the max peak calculated from the amplitude and level measurement into an array which can we can use to do calculation"""
"""furthermore, Will there be a way to store the changing value in the max peak which is shown in the front panel when i run my program which acquire real time signal from a DAQ?"""

First of all IN LV for storing any variable temporily you need to just make use of a Indicator ,if you need later also you need to write it to a file and read it again,
Say you have found the amplitude and peak and you are inserting it in a array you need not do any thing else then inserting for temporary memory.
Yeah you can store the changing value.
But before this i suggest you go through the LV basic 1 document so that you will be clear with what ever i havwe spoken.
grazie
vicky
0 Kudos
Message 6 of 6
(2,999 Views)