From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

How to copy single data from array in front panal while the VI is running

I have attached my VI front panal along this msg , here AI values were running now i want to copy AI0 value from front panal. how is it possible ... its urgent ..
0 Kudos
Message 1 of 2
(2,272 Views)

Copying of a single data from an array, you will have to programatically do in your block diagram

Use an index array function. Index out the 'AI0'th' element from the array and keep saving it to file, using file input functions

Hope this helps

If not, do give more details on what exactly you want to achieve

regards,

Dev

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