Dan - Thanks for the "modulo 8 tip", but still no joy. So... from the top.
VXI crate
SLOT 0 has E1406A GPIB controller, address 9
SLOT 3 has E1411B multimeter, LADDR=0x18 or 24 decimal
SLOT 5 has E1458A dig. I/O, LADDER=0x28 or 40 decimal
Using NI's "hpe1411b_Initialize.vi" I don't seem to be able to communicated with anything : (
Running the VI returns the message:
"Insufficient location information or the requested device or resource is not present in the system."
I get that same error whether I use:
GPIB0::9::3::INSTR
or
GPIB-VXI0::24::INSTR
Using the soft panel provided by Agilent... I can effectively communicate with the multimeter.
Using NI's MAX, I see:
Instrument 0 at GPIB0::9::0::INSTR (E1406A controller)
I
nsturment 1 at GPIB0::9::3::INSTR (E1411B multimeter)
(but no E1458A... dead board?)
AND... can "communicate with instrument"... the IDN command is responded to as expected.
SO... I'm stuck. The hardware is obviously there; MAX and an Agilent soft front panel can converse. But... I can't seem to get any intelligent response from the VI.
Now all that being said... I've been a LabView user for about 4 hours so this is very most likely "rookie pilot error"... but I've messed around and messed around and can't seem to talk to the instrument.
Is there some pre-conditioning step I am missing, i.e. do I need to do something to the Slot 0 controller to open a channel to the VXI crate?
Thanks Very Much. Doug