04-27-2006 07:55 AM
05-02-2006 01:11 AM
Hi,
With visa, can communicate with different device through different interfaces using the same API, so when you open a session to a device you have to specify, not only the device address but also the interface.
general syntax is <interface><board>::<device address>::INSTR
If you have more than one interface of the same type in your system then you have to provide this information. the first card/board/interface is usually 0 (zero).
The actual device address, will vary depending on the interface ie for a GPIB interface you will have a primary address but you may have a secondary address as well.
In your case, you must have more than one pxi interface in your system and you want to communicate with the device in the second PXI system and the device (DAQ) in the 15 slot of the PXI rack.
You can find more information by view the help of the viOpen VI.
Hope this helps
Regards
Ray Farmer