08-21-2007 08:18 AM
08-22-2007 03:13 AM
08-22-2007 09:58 AM
Hi,
A couple of other questions
What versions of IVI Compliance Package, LabVIEW, and Teststand are you using?
What interface are using?
Are the DMMs one the same bus?
08-23-2007 01:42 AM - edited 08-23-2007 01:42 AM
Hi,
I'm now using a fluke 45 DMM, but we can't buy this anymore. So we were looking for a successor for it. THis woult be the fluke 8845A and the 8846A. These meters could be placed in fluke 45 emulation. So we did it. But there're some little differences between these meters.
This reply came from fluke: "the Fluke 45 ranges between the 100mA and 10A input terminals, while the 8845A/8846A will autorange on the selected current input terminal only".
So my question was, is it possible to send fluke 45 GPIB commands without changing anything in Labview and TestStand? (We want to use these DMM as plug and play without making any changes)
One of the commands we want to send is "RANGE 3;AUTO". And this must be automatically send every time the system starts up.
Our current versions are:
Labview 7.1.1
TestStand 3.0
IVI compliance package 2.2
Those DMM will operate on the same bus, with a different address. Or the new DMM will be used for replacement.
Greetings,
C. Wong
Message Edited by CHIW on 08-23-2007 01:45 AM
08-23-2007 07:49 AM
You are going to have to change something in order to send the command. In TestStand, you could do a query of the instrument and find out the model number. With a precondition, you could then send the command you want. If you are using the LabVIEW class drivers buried someplace in a step, you could do something similar with a case statement. If you have LabWindows/CVI, you could modify the IVI driver for the instrument.
IVI is not perfect. The longer you use it, you'll see that you often have to make small changes when changing instruments.