LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am receiving an error code 1073807300, with the message "VISA Open in initialize.vi"

I am using a Fluke multimeter model number 8842A. While using the initialize VI from the instrument driver, I receive the error message "VISA Open in initialize.vi".

The board interface address is 0 and the primary address is 0 whereas the device address is 02. So the instrument description or VISA resource is GPIB0::02. This doesnt seem to be working.

I am using LabVIEW version 4.
0 Kudos
Message 1 of 3
(2,959 Views)
Try GPIB::2
so no board number at all.
greetings from the Netherlands
0 Kudos
Message 2 of 3
(2,959 Views)
You could also try: GPIB::2::INSTR.
0 Kudos
Message 3 of 3
(2,959 Views)