LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with wiring TDS3000

Hello and Good day

 

Can i do array on the read waveform measurements vi as attached in the attachment. I can't connect the array directly to 'Read Waveform measurement's vi' If can what should i do?

 

Thanks for helping

 

0 Kudos
Message 1 of 5
(2,739 Views)

You are trying to read multiple measurements?  Use a FOR loop.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 5
(2,737 Views)

Thanks for reply crossrulz

 

Yes i am going to give multiple input measurement and to read multiple measuremnt that is connected to the 'Read Waveform Measurement .vi' can i do that?

I also attached some jpeg,file if u cant undestand my words. 

0 Kudos
Message 3 of 5
(2,720 Views)
You can't understand the words that have been given to you in the answer above. You have an array of measurements. The function takes one measurement at a time so place the function inside a for loop and pass the array through the for loop. This is called auto-indexing and a fundamental concept.
Message 4 of 5
(2,716 Views)

Thanks Dennis_Knutson & crossrulz

 

I figured it out. Thank you so much!! :manhappy:

0 Kudos
Message 5 of 5
(2,685 Views)