From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

store DAQ acquired signal into array

In my program I am acquiring signal using DAQ assistant. I have attached the image of front panel with this post. Now I have to do some averaging and display the result simulteniously with the acquired signal plot.

can anyone help me to do so? I have tried to unbundled the signal but the concept is not working.

0 Kudos
Message 1 of 2
(3,482 Views)

HI

Use "convert from dynamic data function" and connect to output of Daq assistant. In the properties of "convert from dynamic data function" select the datatatype you want in Conversion section. (averaging the signal you can use 1D array of scalar automatic).

For acquiring data continuously put while loop to your daq assistant and use append signal VI for appending the signal.

Use shift register and add the data append signal VI.

Hope this helps.

Regards

Santosh

Message Edited by SantoshJaiswal on 03-03-2009 08:12 AM
Message Edited by SantoshJaiswal on 03-03-2009 08:12 AM
0 Kudos
Message 2 of 2
(3,453 Views)