MAX shows my GBIP-USB Interface, but no communicatin with Labview

I'm using a GPIB-USB(Agilent) Inferface to communicate with my devices.I Install the drivers form agilent and Labview 6.0.2. MAX 2.0 does not show me my USB-GBIP Interface and no devices. So i have download MAX 2.2 and now i can communicate with my devices. The problem ist, that i can't open the VISA session in LABVIEW, so that i can't communicate with my devices. I try to open the NI-Spy, but it show me an error. Have erverybody a idea how can i solve this problem. THX

Adi wrote in message news:<[email protected]>...
> I'm using a GPIB-USB(Agilent) Inferface to communicate with my
> devices.I Install the drivers form agilent and Labview 6.0.2. MAX 2.0
> does not show me my USB-GBIP Interface and no devices. So i have
> download MAX 2.2 and now i can communicate with my devices. The
> problem ist, that i can't open the VISA session in LABVIEW, so that i
> can't communicate with my devices. I try to open the NI-Spy, but it
> show me an error. Have erverybody a idea how can i solve this problem.
> THX
My friend at Agilent supplied the following answer. There are suppose
to be two pictures at the end of this note, but my news group
interface
does not allow them to be added.
Les Hammer
[email protected]
Complete Test
PO Box 6
Loveland, CO. 80539
===========================================================
I understand you want to control GPIB instruments using NI LabVIEW, NI
VISA, and the Agilent 82357A USB/GPIB Interface.
This method works for me. Perhaps you can compare your results to
this procedure, and then make progress.
1. Starting Conditions:
I start with my HP Kayak XU800 PC (single 800 MHz CPU), with an NI
PCI-GPIB+ card installed.
My Agilent 82357A USB/GPIB Interface is not connected to PC nor
instrument.
The attached Visagpib01.vi LabVIEW program is on an uninstalled floppy
disk: A:\Visagpib01.vi
I format the C: hard disk and install Windows 2000 Professional. I
reboot.
Windows runs a Found New Hardware Wizard (for a PCI Simple
Communications Controller). I assume that is for the NI PCI-GPIB+
card. I click the Cancel button. I'll run a similar wizard AFTER I
install the NI software.
2. Install NI-488.2 for Windows:
I put in my NI-488.2 for Windows CD (July 2000, 500739E-00) and let it
autorun. I click on "Install NI-488.2 Software for Windows". I use
the default Destination Directory: C:\Program Files\National
Instruments\NI-488.2\ .
I choose the default "Typical" installation, and complete the
installation.
Now I click on "Explore CD" and run the "SetupVisa" icon to install
NI-VISA 2.5 . I use the default NI-VISA Folder: C:\VXIpnp\ . I
choose the default "Complete" installation, and complete the
installation.
I click the Yes button to reboot my PC.
Now that I have installed the NI software, the NI-488.2 Getting
Started Wizard runs. I click on "Verify your hardware and software
installation". It found my NI PCI-GPIB+ card as GPIB0. The Agilent
82357A will not be visible yet. I click the Exit button. I'm done
with this NI-488.2 Getting Started Wizard, so I click the x in the top
right of the window.
3. Install Agilent I/O Libraries for Windows:
I put in my Agilent I/O Libraries for Instrument Control for Windows
CD (L.01.00) and let it autorun. I click the Next button a few times
until I see 2 big buttons: Full Installation & Custom Installation.
Because this is the L.01.00 release and I installed the NI VISA first,
either button would work. But I'll be precise and click the Custom
Installation button. I use the default Destination Folder: C:\Program
Files\Agilent\IO Libraries . I choose "SICL and side-by-side Agilent
VISA Installation". This will leave the NI VISA as the primary VISA,
and install the Agilent VISA as secondary VISA. After a few clicks on
the Next button, it says the Agilent IO Libraries have been
successfully installed. I choose neither View Readme nor Run IO
Config. I click the Finish button.
Some Operating Systems may require a reboot here. My Windows 2000
does not.
4. Prove NI VISA is Primary VISA:
Start button - Programs - Accessories - Windows Explorer. Browse over
to and highlight My Computer\C:\WINNT\system32\visa32.dll . File
pulldown menu - Properties - Version tab. My file is National
Instrument's VISA Library 2.5.0.0 .
I click the Cancel button. File pulldown menu - Close.
5. Plug the 82357A into the PC:
I finally plug the 82357A into my PC's USB port (any USB port). The
standard 82357A live configure window pops up: "Agilent 82357A
USB/GPIB Interface Detected". Because Agilent VISA is installed, the
VISA Interface Name defaults to "GPIB0". Because I know I already
have a GPIB0 (my NI PCI-GPIB+ card), I click the Edit button and
change the VISA Interface Name to GPIB1, by clicking the nearby little
up arrow. I click the OK button.
6. Configure NI Software to Recognize Agilent Interfaces:
Start button - Programs - National Instruments - Measurement and
Automation Explorer. I click the OK button because I don't care when
MAX searches for new devices. Tools pulldown menu - NI-VISA -
Passport Editor. I put a checkmark in the "NIVisaTulip.dll - VISA
Library Passport for Tulip" line. I click the OK button. Because I
changed a setting, I need to click the OK button again. File pulldown
menu - Exit to exit MAX.
7. Access an Instrument through the 82357A:
The Agilent 82357A USB/GPIB Interface should now be accessible from
NI-VISA. With my 82357A plugged onto my HP 34401A Multimeter, Start
button - Programs - National Instruments - VISA - VISA Interactive
Control. Below the "GPIB1 (hpib7, 82357)" line, is a line for my
instrument, "GPIB1::23::INSTR". I double click on that "INSTR" line
to pop up a session window. Basic I/O tab - viWrite tab, I click the
Execute button to write the default "*IDN?\n" string. viRead tab, I
click the Execute button to read the expected
"HEWLETT-PACKARD,34401A,0,5-1-1\n" string. I'm done, so I click the x
in the top right of the window. File pulldown menu - Exit to exit the
VISA Interactive Control window.
8. Install NI LabVIEW Evaluation 6i:
I put in my NI LabVIEW Evaluation Software for Windows 2000/NT/Me/9x
CD (version 6i, 350778A-01) and let it autorun. I click the Install
button. Eventually I choose the Complete installation. It says
LabVIEW 6i Evaluation has been successfully installed. I click the
Finish button. Eventually I click the OK button.
9. Run the attached Visagpib01.vi LabVIEW program:
Start button - Programs - National Instruments LabVIEW 6i. I click
the lower left RED Start using LabVIEW button. I click the Open VI
button and enter the File name as A:\Visagpib01 . I close the
Controls and Tools palettes by clicking the x in the top right
corners. Notice the resource name field of "GPIB1::23::INSTR" to use
my GPIB1 82357A connected to my 34401A at GPIB address 23. Operate
pulldown menu - Run, and the read buffer field now says this expected
string: "HEWLETT-PACKARD,34401A,0,5-1-1". Running the example again
simply writes over the earlier string, and so does not appear to
change the display. The attached Visagpib01.vi LabVIEW program is
simplified from the "C:\Program Files\National Instruments\LabVIEW 6
Eval\Examples\instr\visa\SRQ Event Handling.vi" NI example program.
I attach 2 GIF files to describe the attached Visagpib01.vi program:
Visagpib01_panel.gif
Visagpib01_diag.gif
I hope this helps!
| Ted Cline
| IO Support
| Basic, Emerging and Systems Technologies (BEST) PGU
| Agilent Technologies
| CU-326, 815 14th Street SW, Loveland, CO 80537-6390 USA
| 800-452-4844 Customer Support (United States)
| 877-894-4414 Customer Support (Canada)
| 970-679-5260 FAX
| [email protected]
| ftp://ftp.agilent.com/pub/mpusup/index.html Postsales Support
GPIB and Connectivity Solutions:
http://www.agilent.com/find/xbv_pgr_gpib
IO Libraries:
http://www.agilent.com/find/iolib
http://www.agilent.com/find/iolibux
VEE:
http://www.agilent.com/find/vee
Instrument Drivers:
http://www.agilent.com/find/inst_drivers
http://www.agilent.com/find/inst_drivers_pnp

Similar Messages

  • I had a Tascam US 122 usb interface, but it didn't work with OSX Mavericks. What model would work with this? Would the US-144 mkii work with my system?

    I had a Tascam US 122 usb interface, but it didn't work with OSX Mavericks. What model would work with this? Would the US-144 mkii work with my system?
    Thanks!

    You didn't mention the kind of track in GB you are trying to create, but if you are connecting the keyboard with a guitar chord to the Tascam, you will need to set up a Real Instrument Track in GB to hear anything. If your keyboard has a midi out, use a midi cable to the midi input of the Tascam, create Software Instrument Track, and you will hear something. But with a guitar chord, it won't send the right signal to a Software Instrument Track. The headphone jack in the Tascam monitors the signal coming back to it out of GB (if you choose the US-122 as your monitor in GB's preferences), so you wouldn't hear your keyboard if the track is not set up correctly. It could be the drivers, but since you didn't mention the type of keyboard or the type of GB track, I thought that might be a possible answer as well.
    eMac   Mac OS X (10.3.8)  

  • My iphone5 wont charge with usb port but works fine with wall plug... Infact computer. Doesn't recognizes the iphone

    Battery not charging with usb port but works fine with wall plug.. So the prob is computer is not detecting the iphone5 . This problem started after upgrading to 6.1.3 version

    Try to see what happens on another computer. If it works on another computer, the issue is not at the iPhone.

  • Hi all, complete novice to this so step by step answers much appreciated please. thank you. Ibooks app showing in my itunes apps but wont sync with my ipod touch - have tried deleting app in itunes then re-downloading but still wont sync, any ideas please

    hi all, complete novice to this so step by step answers much appreciated please. thank you. Ibooks app showing in my itunes apps but wont sync with my ipod touch - have tried deleting app in itunes then re-downloading but still wont sync, any ideas please?

    See if this helps
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch

  • How to communicate with HID USB device under windows XP with Labview

              I have designed a EZ-USB FX2 device and I need to communicate with LabVIEW. I mean I just want to send and receive data. I don’t know how to achieve this goal.Someone have advised me to design a HID device,then use VISA Driver Development Wizards to generate driver(inf file).SO I defined it to a hid device .However when I connect my hid device to the computer, it will automatically be recognized as HID compliance device. I can’t to install the inf file driver. I wondered whether all HID devices will be acquiescently installed the drivers contained in the windows rather than use the inf file driver generated by VISA Driver Development Wizards? If so,what should I do next to communicate with HID USB device under windows XP with Labview? HOPE TO GET HELP!
              KIVI

    Hi,
    I am working on a project using PIC18F4550 MCU and USB.
    I would need to send and receive data from the MCU thru USB. I have uninstaled the HID and created a new NI-VISA driver for my MCU. this worked fine, and it did showed up in MAX
    Unfortunately I was not able to receive data from the MCU, Just sending!
    I thought to use HID.DLL but the way I need to use the functions inside the HID DLL is simply too much for me, I am not a PC programmer.
    There is any kind of VI that is able to use HID.DLL to comunicate with external devices conected to PC thru USB?
    Please Help
    Andrei

  • Looking for a way to get my Product ID and Vendor ID so I can enable my Radium 49 USB MIDI keyboard to work with Labview 7

    Looking for the Product ID and Vendor ID for my Radium 49 USB MIDI keyboard to work with Labview 7
    Is there a tool to find out the Vendor ID and Product ID for a USB device?
    Example: of what I'm looking for
    The Product ID for National Instruments DAQPad-6020E is 0x12C0. The
    USB vendor ID is 0x3923. This is a 16-bit hexadecimal number(1093)
    (that is decimal 4243).
    Thanks for all the fast responses this newsgroup RULES!!!!!!!!!!!!

    http://digital.ni.com/public.nsf/allkb/335A90747734097886257070006415B9
    How To Find The Vendor and Product ID for USB Devices?
    Primary Software: Driver Software>>NI-VISA
    Primary Software Version: 3.3.1
    Primary Software Fixed Version: N/A
    Secondary Software: N/A
    Problem:
    I want to make an NI-VISA driver that requires the vendor and product ID?
    Solution:
    There is a utility called USBView,
    free from Windows, attached below, which you can use to view what is
    connected to your computer's USB ports. It is necessary to load this
    program and connect the USB device in development. Upon selecting the
    device in USBView, one can then look on the right side of the
    application window to obtain the Product ID and Vendor ID. This will
    allow you to enter in the correct IDs when creating a driver .inf file
    when using the VISA Driver Development Wizard. For more information
    about how to use the VISA Driver Development Wizard see the related
    links below.
    Note: It is necessary to keep the hexadecimal
    (0x####) format. Do not remove the "0x" hexadecimal format preceding
    the ID number. 

  • Has anyone interfaced an Instron 5500 with Labview?

    I'm trying to get my company to buy labview.  If I can get it to control an Instron 5500 they will be sold.  Has anyone attempted to do this?  Instron tells me that they do not have Labview drivers.

    I did a couple of Instrons with Labview a few years back, but they were older models (2725 and 2734 if my memory serves me right for numbers). I wrote the daq and machine control software in Labview from scratch. Neither of these machines was new enough to have a GPIB port, they were the type with the old mechanical recorder outputs. I had to re-work some of the machine mechanics and electrics to take a custom interface adapter from a NI Lab 1200 Daq card. I also had to build a custom extensometer for one unit. I don't know if I could be of any help to you, but I would be willing to work with you via e-mail and offer what assistance I can. I have 38 years in custom machine controls and general process instrumentation, so I have quite an extensive background to call upon. If you are interested drop me an e-mail at:
    [email protected]
    Dave

  • Interfacing temperature sensor LM35 with Labview

    I would like to know the best possible way by which I can interface a temperature sensor LM35 with Labview for monitoring the temperature of patients that can be incorporated into a patient monitoring device that includes monitoring of ecg, hrv, spo2 and cuffless bp (calculated using PPT, pulse transit time).

    Sorry no Danny, thanks to Dennis_Knutson,
    By some how you have cleared my confusion a little bit, now i will apply it practically and will ask queries if having any problem.
    I appreciate to you quick response Dennis_Knutson

  • Cant use targus mouse which has a little usb thing that plugs in but does not in the settings say how to use a usb mouse but it works with my macbook pro

    hello i have a imac running mountain lion and a macbook pro running leopard it works with the usb mouse from targus and works with a mac but for some reason it appears as a keyboard and ive heard of select type but they do not have that in my imac it just went automatically with my macbook pro please help

    Hi, I've not heard of such a thing happening!???
    Hopefuly my posting & bringing it to the top will get some more helpers in here.

  • Mail refuses to show messages in one mailbox but is working with another?

    I have two mailboxes in Mail, a gmail one and a .ac.uk one from my university. The gmail one appears to be functioning as normal. However all the messages present in my .ac.uk mailbox have disappeared. I have logged into that account through the university web system and the messages are all still there. How can I get them to reappear in the Mail app? I was able to send a message from the ac.uk account through Mail but don't know if I can receive messages.

    Try Rebuild. Click on the Mailbox. The last item in the Mialbox menu is Rebuild. Select that.

  • MacBook Pro early 2011 System information shows only 2gb Ram installed but it came with 4gb  ??

    I have an eary 2011 model of Macbook Pro. It had 4gb of ram installed on it but i recently checked the system information ans found that it only 2gb installed
    Please help me resolve this issue .

    I'd say either a module fell out or died or was removed.

  • Interfacing SRF04 range finder with LABview

    Hi all,
    I have a project to use the SRF04 ultrasonic range finder to measure the height of the person, I already interface it to the computer with using the labview but the problem is that the readings are strange and I can not calculate the distance
    can anybody help?
    Thanks,

    Dear Basil,
    I’m struggling to get this sensor connected to the NI USB- 6009 DAQ. this is the only DAQ that we manage at the University that therefore i don´t have choise. I´ve purchase an externa supplier that can provide me the 30mA, however i´m not able to adquire the Data from the DAQ, is there any clue or documention  that you can provide me to make this work.
    I´ve been followed a couple of examples but they use a different DAQ
    Attachments:
    distance sensor counter (notes).vi ‏89 KB
    myDistance v2010.vi ‏36 KB

  • Interfacing HP 34401A DMM with Labview 2010

    Hey Everbody,
    I am new to LV and have been handed over a project. A part of it is to interconnect HP34401A Digital Multimeter with the LV. i have used a GPIB interface for the interconnection and all drivers have been installed for this purpose. in the query i can see the DMM but do not know how to proceed.
    any suggestions will be a great help

    Did you try any of the examples? Help>Find Examples>Hardware Input and Output>Instrument Drivers.

  • How can you interface IEEE 488 bus with labview

    Hi
    How should I proceed to interface labview with an instrument (an impedence analyser with a IEEE 488 port) and labview through a IEEE 488 interface card in the PC.
    Thanks
    Mal

    Hi,
    You hava a group of functions to do that. Go to Instrument IO --- GPIB.
    There you can find the tools you need to comunicate with an instrument via GPIB.
    You can also use MAX (Measurement and Automation Explorer) to test your comunication before implementing it in LabVIEW.
    Hope this gets you started,
    Paulo

  • Interfacing a piezioelectric actuator with Labview

    im looking at controlling a Melles Griot piezoelectirc actuator with Labview to obtain real time data of voltage vs displacement. However, i do not know how to write the program for a closed loop function block. Ie, i need to ask the actuator to move a distance by applying a suitable voltage when there is resistance to motion.

    Unless you are using LabVIEW RT on a PXI system it's not a good idea to do control loops in LabVIEW or any other Windows based software. On Windows the timing behavior is not deterministic. That means the loop cycle time varies. The loop cycle time directly influences the control algorithm. The faster a PID loop runs, the lower your Kp, Kd, Ki values need to be. Thus on a system like Windows without deterministic timing it's hard or even impossible to get a stable system.
    A much better choice is the use of a motion control board, e. g. the PCI-7344 or PCI-7342 board. These devices run the PID loop onboard in realtime and you only need to set parameters like travel distance, speed and acceleration. You can use quadrature encoders or analog signals as feedback signals and
    with the latest release of the driver software, NI-Motion 6.0 there is also an assistant included that helps you to eliminate the effects caused by static friction that are immanent to piezo systems.
    Please visit the following link to get more information:
    http://www.ni.com/motion
    Best regards,
    Jochen Klier
    Applications Engineering Group Leader
    National Instruments GERmany GMbH

Maybe you are looking for