06-08-2009 09:07 AM
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
06-08-2009 09:14 AM
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.
06-08-2009 09:19 AM
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
06-08-2009 09:33 AM
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
06-08-2009 09:41 AM
06-08-2009 09:57 AM
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