ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LABVIEW

Solved!
Go to solution

Hi,

I have some dymanic data ,,,i need to check all those data and as per requirement i will take only one data at a time from those dymanic data and use that data in other purpose as a input  ,,how can I implement this in LabVIEW?? 

0 Kudos
Message 1 of 4
(2,847 Views)

Tell us more about your dynamic data. Is it an array?

 

The simplest thing I can imagine is use a for loop and wire up your array using the autoindexing tunnel. The for loop will step through the array one element at a time and you can write code that operates on each element, such as acting as the input for some other function like you describe.

 

 

CLA - Kudos is how we show our appreciation for comments that helped us!
Message 2 of 4
(2,838 Views)

Actually I have a analog signal,,which I get from Daq assistant,,,i want to use those input ,,,i hope that is a dynamic data ,,,i want to check all those data one by one and my program will check those data with a specific vale which is constant ,,and as per requirement the program will increase or decrease of that value one by one,,this is my object ,,,so I want to know that what will be the code for this program??

0 Kudos
Message 3 of 4
(2,832 Views)
Solution
Accepted by tendoraj22

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

0 Kudos
Message 4 of 4
(2,799 Views)