04-24-2009 10:02 AM
I am programming an app to take average measurements on all four channels of a Tek 2014 O-scope every minute using LabView 8.5.1 with the control VI's for the 2014. I can't find any way to position the traces vertically on the screen. The init vi positions all traces at 0V and I want to position them at the bottom of the screen to get the highest resolution. I have figured out how to set all other scope parameters I need. I need to run this test continously for a few days. Tek Signal Express spits an error and shuts down after several hours so I decided to do it in LabView myself.
PS
I am a novice with LabView.
Thanks
04-24-2009 10:51 AM
04-24-2009 01:32 PM
04-24-2009 01:56 PM
It's so much easier to change the graph in LabVIEW and I would think that is what the user would be looking at.
Anyway, I think you want the offset command. Look in the scope manual to see if that will do what you want. If you find the command in the manual, you can do a search in the driver for the command.
04-24-2009 02:29 PM