Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

scope

Hello ,

               I have a Lecroy Waverunner scope and would like to create a scope driver for my application . 

All I require is the user be able to input the number of channels , adjust trigger levels , and monitor waveforms.

Are there are any app notes/tutorials available to understand this . I would like to create my own since I would like to integrate it to other test VI's I have created .

 

Thanks in advance

0 Kudos
Message 1 of 6
(3,754 Views)

Assuming you are using LabVIEW, go to Tools>Instrumentation>Find Instrument Drivers. Chances are you will find a driver already that you can integrate into your own program. Most, if not all, of the drivers will have at least one example VI that shows how to use some of the functions in the driver. On the main Instrument Driver Network page, you will find links on what a driver is, how to use one, etc.

 

p.s. Next time, it would be a good idea to include the actual model number of the scope.

0 Kudos
Message 2 of 6
(3,752 Views)

Hi Fitch,

 

Alan from LeCroy Tech Support here... If it is a Windows-based Waverunner, you can find the "lcwave" driver in NI's Instrument Driver Network.  If it's an older non-Windows Waverunner, look for the lcltxxxx driver.

 

Best Regards,

Alan

--------------------

Alan Blankman, Software Engineer
Teledyne LeCroy
800-425-2000
http://www.teledynelecroy.com
alan.blankman@teledyne.com
Message 3 of 6
(3,748 Views)

I apologize for mentioning the scope model , it is  waverunner 104xi , I saw the lcwave VI's I am just looking for basic functions , is there a stand alone file that would help me look at how the different functionalities are

executed so I could modify/write my own any if needed later.

 

Thanks

0 Kudos
Message 4 of 6
(3,745 Views)
Each function in a driver is a standalone VI that you can view/edit with LabVIEW. The driver does include the basic functions such setting the timebase, vertical range, etc. Writing your own seems counter-productive.
0 Kudos
Message 5 of 6
(3,739 Views)

Hi Fitch,

 

The lcwave driver is your best reference if you want to understand how to send commands via LabVIEW.  Can you explain a bit more why you wouldn't simply use this driver? Beyond the driver, our Remote Control Manual gives the commands to use: http://www.lecroy.com/tm/library/manuals/X-Stream_Scopes/RemoteControlManual/WM-RCM-E_Rev_D.pdf

 

Best Regards,

Alan

 

 

--------------------

Alan Blankman, Software Engineer
Teledyne LeCroy
800-425-2000
http://www.teledynelecroy.com
alan.blankman@teledyne.com
0 Kudos
Message 6 of 6
(3,732 Views)