Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

acquire data from oscilloscope DPO2024

Solved!
Go to solution

I am trying to acquire data from oscilloscope DPO2024 using labview. I am able to do so, but my vi file works only for channel 1. Other than channel 1, it do not work and instead, it changes the setting of oscilloscope as well. Find the vi files attached.

 

Any help is much appreciated.

0 Kudos
Message 1 of 6
(5,404 Views)
Solution
Accepted by topic author ajha

You need to wire the channel into the Read Waveform.  It defaults to channel 1 if unwired.


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 6
(5,400 Views)
Solution
Accepted by topic author ajha

Thanks, got it.

0 Kudos
Message 3 of 6
(5,387 Views)

You should mark the most helpful answer as solution, not your own post.

0 Kudos
Message 4 of 6
(5,380 Views)

I am trying to acquire signals from multiple channel and view them in the same graph. I tried but failed each time. Any help will be appreciated.

0 Kudos
Message 5 of 6
(5,221 Views)

1.  You only need to initialize the scope once.  You not need to branch the VISA Resource wire.  Call the Initialize, Setup Channel 1, and then Setup Channel 2 all chained together.

2.  Use Build Array to create your array of channels.  The Merge Signals is a completely backwards way to do it.

3.  You only need to close the instrument once.


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
0 Kudos
Message 6 of 6
(5,208 Views)