07-17-2019 09:05 PM
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
Solved! Go to Solution.
07-17-2019 09:18 PM
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.
07-22-2019 01:44 AM
Sorry, Did you mean this one?
07-22-2019 10:27 AM
@Nxxtxxcaa wrote:
Sorry, Did you mean this one?
Yes, you call that VI and set the Enable Channel to FALSE to disable that channel.
07-22-2019 11:23 PM
Thank you