02-25-2008 03:13 PM
02-26-2008 04:03 PM
benannino,
Welcome to the discussion forums. I have some additional questions for you:
1. What driver are you using to communicate with GPIB?
2. Can you recognize the GPIB instruments in MAX (Measurement & Automation Explorer)?
3. Can you communicate with the GPIB devices in MAX or in LabWindows (outside of your current code)?
4. What is the primary address of the GPIB card and is it being referenced correctly in your code?
Additional Resources:
Error acquiring data from agilent oscilloscope with labview
Trouble with addresses between a PCI-GPIB board and an HP 8648C signal generator
02-26-2008 04:31 PM
benannino,
Welcome to the discussion forums. I have some additional questions for you:
1. What driver are you using to communicate with GPIB?
using driver that came with NI-PXI GPIB card
2. Can you recognize the GPIB instruments in MAX (Measurement & Automation Explorer)?
yes. even tho i cant talk to them, i can get valid adresses using viFindRsrc(*instr) and i can see everything in MAX
3. Can you communicate with the GPIB devices in MAX or in LabWindows (outside of your current code)?
before using the lan communication, yes. after using the the LAN, no. MAX (meaning the 488 tool) cannot access anything on the GPIB bus after i have used the vsa scope application (LAN).
4. What is the primary address of the GPIB card and is it being referenced correctly in your code?
Gpib card is at PXI11::14::INSTR, and is named GPIB0
Additional Resources:
Error acquiring data from agilent oscilloscope with labview
Trouble with addresses between a PCI-GPIB board and an HP 8648C signal generator
02-27-2008 12:49 PM