LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to plot portion of data in digital graph

Hi, I have a mixed graph and I would like to plot first 10% of analog and digital data. Could you please help me on this. What is teh fastest way to plot this portion?

 

Thanks

 

0 Kudos
Message 1 of 2
(2,109 Views)

Well since you're providing an array to the graph that tells it what to graph, just use an array subset to get the first 10% and feed that to the graph. You could also change the X-Axis to only make the first 10% visible. Either way would work.

 

--Ryan S.

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