12-01-2006 12:52 PM
12-01-2006
01:25 PM
- last edited on
05-27-2025
10:20 AM
by
Content Cleaner
Back on the download page for the LT344, one of the required software components is the IVI Compliance Package. You can follow the link and download it or get the latest here. You should also have it on your LabVIEW driver's CD. IVI is not quite as simple to setup as a native LabVIEW driver and there are a few things you have to do in MAX if you want to use the IVI Scope class driver.
12-01-2006 05:45 PM
How do i install it? i have downloaded the drivers and kept in in my labview instr.lib folder.
How can i make my lecroy LT344 talk to my pc via gpib?
12-01-2006
09:37 PM
- last edited on
05-27-2025
10:20 AM
by
Content Cleaner
If you download the compliance package or select it from the driver's cd, it will launch an installer. You can verify the installation by then opening MAX (Measurement & Automation Explorer) and expanding the software listing. It should be listed. You should probably do some research as to what IVI is. One place to start is at http://zone.ni.com/devzone/cda/tut/p/id/4803. Bascially, IVI drivers are driver written with LabWindows/CVI. The LabVIEW version of an IVI driver is a bunch of VIs with a Call Library Function Node that calls the dll created with CVI. You can use the LabVIEW IVI in a manner similar to the native LabVIEW drivers but unless you have CVI, you can't view or modify the code. Taking IVI one step further, there are class drivers you can use. In your case, there is an IVI Scope class driver. You can create a program with the class drivers and if you ever change instruments, you can just modify MAX to say which instrument is installed and not have to modify your LabVIEW program at all.
12-06-2006 04:11 PM
i have downloaded it and i still have the same problem i had to begin with.
How do i read pk-pk readings from the oscilloscope for various channels?
i have seen with techtronix scopes they have labview programs named ' scope.vi' which does precisely that.
12-06-2006 04:22 PM
12-06-2006 04:43 PM
i know how to set up with differnt scopes as i found labview programs like scope.vi which reads pk-pk voltages from the scope. and i can integrate that to my labview prorgam
i just do not know how i can do the same with the lecroy LT344 waverunner, as i need those sub vi s
12-06-2006 05:14 PM
12-06-2006 05:29 PM
i have tried that everytime i do that it gives me error
(Hex 0xBFFA1190) The session handle is not valid.
what does this mean? my instrument handle is at GPIB0::5:
5 being the address of my oscilloscope
12-06-2006 05:46 PM