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...
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 ?
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
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?
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