12-05-2006 01:12 PM
12-05-2006 01:29 PM
Sure. One way is to use the IVI DMM Class functions since both have IVI drivers available. You install the correct driver and configure MAX on each tester and the same program can be used for both. If you ever change to another DMM, then the same program would work without modification.
You could also assign the same VISA alias on the different testers. If you name it 'DMM', then that would be the VISA Resource Name on both testers and the first thing you would do is a *IDN? query. Depending on the response, use one or the other native LabVIEW drivers. VISA will know whether the alias corresponds to a serial or USB instrument so you can use identical names.
The advantage of IVI is that for the most part, you can stop worrying about modifying programs for different instruments. As long as a new instrument has an IVI driver available, it becomes interchangeable (the first 'I' in IVI). The downside of IVI is that the drivers are written in LabWindows/CVI so they are difficult to debug and edit if you need to do that. Also, some companies are using a different IVI technology called IVI-Com. This complicates IVI for no purpose that I can see.
12-06-2006 07:39 AM
12-06-2006 08:38 AM
12-06-2006 09:04 AM
12-07-2006 07:12 AM
12-07-2006 08:39 AM