LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to turn off channel of oscilloscope by LabVIEW?

Solved!
Go to solution

Hello

I am a new of LabVIEW. I have programed to oscilloscope Tektronix MSO5104 by using LabVIEW. And I want to turn on/off some channel of it. So, I want to ask that how can I program to the scope to on/off. I try to understand and adjust from file in Find Example. Could you please suggest me

0 Kudos
Message 1 of 5
(3,561 Views)
Solution
Accepted by Nxxtxxcaa

Look for a "Configure Channel.vi", or use the SCPI command you can find in the manual.  Its usually something like ":SEL:CHx OFF;" but depends a bit on the age of your scope.  I haven't looked it up for the MSO5104 however, that one is for the MSO2000.  

Message 2 of 5
(3,554 Views)

Sorry, Did you mean this one? Smiley Happy

0 Kudos
Message 3 of 5
(3,496 Views)

@Nxxtxxcaa wrote:

Sorry, Did you mean this one? Smiley Happy


Yes, you call that VI and set the Enable Channel to FALSE to disable that channel.


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 4 of 5
(3,473 Views)

Thank you Smiley Happy

0 Kudos
Message 5 of 5
(3,451 Views)