We cannot capture GPIB traffic using GPIB-USB-HS

We are trying to monitor a GPIB bus using the GPIB-USB-HS device. The version of MAX we have is v4.5 and the version of GPIB Analyze is v2.6. I have attached some screenshots that may aid in a resolution.
The first screenshot (GPIB Analyzer Error) shows the error that comes up when we start the GPIB Analyzer tool whether we have the GPIB-USB-HS plugged into the pc or not.
The second screenshot (Unknown GPIB+Card) shows that the Analyzer tool does not recognize the GPIB-USB-HS device and has disabled all of the controls/indicators.
The third screenshot (Instrument Not Found) shows that MAX indicates that it sees the GPIB-USB-HS device but has an error message in the bottom of the screen indicating that "Instruments not Found".
We are using NI Spy (version v2.6) to capture traffic and cannot see the traffic on a GPIB bus and are not sure what to do at this point. Please advise.
Thanks,
Steven
Attachments:
GPIB_Error.xls ‏109 KB

The first error really explains it well. The only supported cards for the GPIB Analyzer are the "+" series of cards. Obviously, you do not have one of those.
If an instrument is not found, then I would recomend that you try a different instrument and a different cable.
In the future, you would also want to post to the correct board. This does not have anything to do with the program called "Measure".

Similar Messages

  • How do I create Labview VISA ports for *individual* GPIB instruments using Prologix USB GPIB controller?

    Hello,
    I'm trying to use a Prologix USB GPIB controller to control GPIB
    instruments, and I would like to have a virtual serial (VISA) port for
    *each instrument*, as is the case with a normal GPIB controller with a
    standard NI driver. However this is not what the Prologix driver
    provides -- it provides a single VISA virtual serial port for the
    entire controller. To address the instrument with GPIB address 11,
    you first send "++addr 11" to the serial port, and then you're talking
    to instrument 11. However, this means I have to change all old
    Labview programs.
    Is it possible to create a "wrapper" function of some kind that will
    define a virtual serial (VISA) port for each *instrument* on the
    controller? For example, to talk to GPIB instrument 11, call it
    ASRL3::11::INSTR, each time it is written to it would have to write to
    the virtual serial port of the controller, say ASRL3::INSTR, first "+
    +addr 11" and then the command that is sent to it.
    A clearer explanation of the difference (i.e. incompatibility), and of
    my objective:
    1) A normal GPIB controller with NI driver: I go to the NI
    Measurement & Instrumentation Panel, under GPIB, and Scan for
    Instruments; all the live instruments show up; subsequently when I
    want to use Labview programs that use VISA ports, the VISA drop boxes
    allow me to choose a different port for each instrument, e.g.
    "GPIB0::11::INSTR", "GPIB0::12::INSTR" would be instruments at
    addresses GPIB 11 and GPIB 12.
    2) The Prologix GPIB controller that plugs into a USB port: In
    Labview you get a *single* VISA virtual serial port, ASRL3::INSTR, for
    the entire GPIB0 controller. Therefore to address GPIB instrument 11,
    you write "++addr 11" to the virtual serial port ASRL3::INSTR, and
    then you are communicating with device 11, so you can write and read
    ASRL3::INSTR to talk to that device. Then to talk to device GPIB 12,
    you write "++addr 12" to the same VISA port, and then you are talking
    to that device. The problem is that this requires recoding all
    Labview code, whereas I would like to be able to use the same program
    either with a normal or with a Prologix GPIB controller. Therefore, I
    would like to create code that scans the controller for all GPIB
    attached devices and creates VISA ports for all. Such ports, when
    written to, would have to first write "++addr DEVICENUM" to
    ASRL3::INSTR (i.e. the port of the GPIB-USB controller) where
    DEVICENUM is the GPIB address of the instrument corresponding to that
    port, and then would have to do a write or read or whatever function
    is being done on that instrument VISA port.
    I haven't figured out if it is possible to do this easily. Help and
    pointers on where to look for hints would be much appreciated. Many
    thanks!
    Milos

    My first impression is that if you don't want to make any changes at all to existing programs is that the wrapper you need is one around VISA. You would need to intercept all of the calls into the NI VISA driver. If you create your own visa32.dll and in there, change the addressing and then call the real VISA driver, you might (repeat, might) get something to work. If this would even work, you still might find that you have to make significant changes anyway. The serial connection is going to be considerably slower, and interface specific functions such as service request handling, bus triggering of multiple instruments, etc., would be difficult to impossible. This would be a lot of work, imho, to just save a couple of hundred dollars over a real GPIB controller. I've seen this Prologix device before and have even used NI's RS-232->GPIB controller. The Prologix intended use to me seems to me more for a hobbyist or very casual user. Of course, I'm used to having multiple GPIB instruments worth 10s/100s of thousands of dollars and the cost of an fully compliant GPIB controller is just lost in the noise.

  • I am currently using the firewire port on my macbook pro to record dv from my camera. Can I capture video/audio using my USB port as well?ra

    I've been connecting a sony PD170 via firewire to my Macbook pro to record directly using Quicktime pro. Can I use the usb port (and mini audio in) to accomplish this with a camcorder that doesn't have a fire wire port but does have USB out?

    It could just be a bad disc - I use Verbatim and have only had one fail in a ten-year time period. Try getting a batch of Verbatims and see if you have any problems. I didn't even know that there were Kodak branded discs...
    Clinton

  • Screen capture of HP8562A using GPIB-PCMCIA card

    Hi,
    does anyone know if there is a way to do a s
    creen capture of an HP8562A spectrum analyzer using
    the GPIB-PCMCIA card? In the programming manual
    I can only find how to print/plot the screen, is there a way to
    save the screen in a file?
    thanks!

    See the NI488 command IBRDF
    Iason Vassiliou wrote:
    > Hi,
    >
    > does anyone know if there is a way to do a s
    > creen capture of an HP8562A spectrum analyzer using
    > the GPIB-PCMCIA card? In the programming manual
    > I can only find how to print/plot the screen, is there a way to
    > save the screen in a file?
    >
    > thanks!
    Best Regards,
    Mike T
    Mike Tranchemontagne
    Consulting Applications Engineer
    TeraComm, Inc.
    148 Main Street
    Building A, 3rd Floor
    North Andover, MA 01845
    877-900-TERA (8372)
    978-557-9490 (FAX)
    603-598-4773 (Direct Line and Cell)
    Attachments:
    miket.vcf ‏1 KB

  • Can I use a USB hub to connect to multiple USB ports from one GPIB-USB-HS?

    I have one instrument which has a GPIB-USB-HS connected and the USB cable is connected to a USB hub. Can I have multiple PCs to connect using USB hub at their respective USB ports? If so, how many PCs can I connect using the USB cable?
    I have downloaded the latest NI-VISA from the website.
    Solved!
    Go to Solution.

    You would first need a hub that allows you to switch between multiple pc's and then only one pc at a time would be connected and in control.
    When you buy this special type of hub, one of the specs is how many pc connections it has.

  • Cannot read instrument errors for Ando AQ6317B using GPIB commands.

    Maybe related to reading the status byte using GPIB commands for the AQ6317B OSA: how can I read the instrument errors, if one or more occur? Several instruments return their instrument errors in the format <errorCode>, <"error message"> as a response to the command "YST:ERR?" or similar. Not the AQ6317B optical spectrum analyzer.
    Can anyone help me with this one?
    Thanks in advance,
    Cristian

    Yes, I did this using NI MAX also and using NI IO Trace (former NISpy). Many instruments accept "SYST:ERR?" as a query to return any INSTRUMENT ERROR (hardware or firmware).
    Well, I guess my ANDO does not. it responds with an empty string, or whatever it has in its buffer from the previous query.
    In any case, be it as it may, I will close this issue (still in limbo for me), and just ignore instrument errors for the time being.
    Thank you for your answers, though.
    Cristian

  • What is the recommended length of the cable in between the GPIB instrument and GPIB-USB card.

    hi,
    we are planning to use GPIB-USB Controller in our application by replacing the existing GPIB-PCI controller. Our GPIB instrument doesn't have the standard IEEE GPIB Connector. So, we will have to connect one more cable in between GPIB-USB controller and the GPIB Instrument. I just want to know what is the recommended lenth of the cable that can be connected in between the GPIB instrument and the GPIB-USB card. Could anybody please help me?
    Thanks,
    Rajaram

    Page 730 in the 2001 catalog gives detailed cabling requirements for the GPIB bus. It's usually best to keep the length 2meters or less.
    Randy Solomonson
    Application Engineer
    National instruments

  • What kind of changes I have to do when I move from GPIB Controller to GPIB-USB Controller.

    I want to know some information about GPIB-USB Controller. We are using National Instruments GPIB Controller to read and write data in a Instrument called Diagnostic Readout Box(DRB III) which will hook up with the Engine controller of the car. Now we plug-in the GPIB card in to the I/O slots of the Computer. Now, we want to use GPIB-USB Controller instead of GPIB Controller because of its portability and other features. However, we have developed some C++ applications which are available in the form of DLLs that will interact with the DRB III. Do we have to do any modifications in the coding of these applications when we move into the GPIB-USB controller?.

    Once the GPIB-USB is configured, it behaves exactly like a PCI-GPIB board so you should not have to change your program. The GPIB-USB is only supported on Windows 95 and 98. If you are planning on using the GPIB-USB on 95\98 you would still use driver version 1.6 or 1.7. If you need to work on Windows Me or 2000, then you will need the GPIB-USB-A and driver version 1.0. The GPIB-USB is not supported on NT.
    The USB-A driver does not allow you to use GPIB device templates. This issue is covered in Knowledge Base 266CNP00 (see link below).
    http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/862567530005f09f862569ec006c8bef?OpenDocument
    Kim L.
    Applications Engineering
    National Instruments

  • I have an iphone 4, i connect it to my laptop using the usb and then when connecting to itunes it says my phone is not up to date with itunes yet i cannot find an update 11.1 for my phones itunes? someone please help me.. kind regards

    i have an iphone 4, i connect it to my laptop using the usb and then when connecting to itunes it says my phone is not up to date with itunes yet i cannot find an update 11.1 for my phones itunes? someone please help me.. kind regards

    Itunes 11.1 is for your computer, not your iphone
    It is required in order to sync with ios 7.

  • HT2188 i just upgraded my iphone 3gs to ios 6 not sure if it updated but now when i turn on my phone it says automatically that i need to connect it to itunes using the USB port but when i connect it it comes up as new hardware and cannot find a program/s

    i just upgraded my iphone 3gs to ios 6 not sure if it updated but now when i turn on my phone it says automatically that i need to connect it to itunes using the USB port but when i connect it it comes up as new hardware and cannot find a program/software for my device even though i have the latest itunes on my computer. i have tried reinstalling itunes but it still cannot find my phone and now i cannot use my phone as it is stuck on the sync to itunes screen

    Have you downloaded and installed the latest version of iTunes from here:
    http://www.apple.com/itunes/download/

  • How to read from a HPIB instrument using GPIB software?

    How Can I read from a HPIB instrument using GPIB software and library functions in Visual Basic Environment? In HPIB we do not have to send query first but in GPIB we do? Although writing and sending a command is to a HPIB instrument is pretty much the same as a GPIB instrument. Any help or suggestion?
    Thanks in Advance
    Shazaduh

    HI,
    HPIB and GPIB are the same thing at a low level in terms of instrument communication. They are both compliant with the IEEE 488.2 standard.
    The difference is the driver you have to use. Each manuafacturer has to develop a driver to control the interface ont he host. For National Instruments interfaces you use NI-488.2 (which you refer to GPIB functions). For HP interfaces you need to use the SICL library. For information using this library in Visual Basic you'll have to look at the SICL documentation.
    You can also use VISA (HP-VISA) which would allow you use NI interfaces or other buses in the future.
    Hope this helps.
    DiegoF
    National Instruments.

  • Cannot tether to iPhone using bluetooth, only USB

    I am having an issue using bluetooth.  I am trying to connect my iphone using bluetooth, and it does pair.  but for some reason, i cannot get onto the internet.  I go to the network settings and it gives me a yellow circle beside "bluetooth pan".  But when I use my USB cord to connect my iPhone to the Macbook, the internet works.  You think there is a problem with my bluetooth?
    I was wondering because now I notice that my bluetooth wireless mighty mouse is acting funny.  It doesnt track properly... then again, I've always been having issues with my BT mighty mouse.
    Is there a way for me to test whether my bluetooth on the Macbook is working or not?

    i'm having the same problem too. you might want to use alternative by tether wifi or usb.
    it might be 7.0.3 bug

  • Buying used GPIB/ENET100 card. What software must have with it. Have LABView 7

    Buying used GPIB/ENET100 card. What software must have with it to configure and use. Have LABView 7

    Actually, I believe the drivers that are available on the NI website are licened for upgrades only. If the hardware came with an NI-488.2 driver, you can upgrade that to the latest version with the link above.
    If your purchase did not include a software license (the hardware is sold separately from the hardware due to single- and multi-user license options), you need to purchase a license of NI-488.2.
    http://sine.ni.com/apps/we/nioc.vp?cid=10622〈=US
    The part numbers for the single and multi-user license for Windows are 778598-02 and 778598-01. Other operating systems are listed as well.
    If you have any confusion, you should contact NI to confirm licensing issues.

  • How do I interface a computer to the HP8753D Network Analyzer (NA) via a GPIB cable using Labview?

    Hi,
    I am a new beginner to LabVIEW. Right now, I am trying to acquire data from the HP8753D Vector Network Analyzer (VNA). However, I don't think I even managed to get past the first step.
    I tried to create a simple VI with only a single READ GPIB and a WRITE GPIB both to the address 16 (default for HP8753D) with the command IDN?;. I output the result from the READ GPIB to the a string indicator but the front panel displayed boxes and unrecgonized characters.
    The NA didn't even showed that it was communicating to the computer at all (No LED lit up).
    I have also varied the byte size from 200 to 2000 but I still did not get the res
    ult.
    I really need help on how to interface the VNA and my computer together. I have a strong feeling that the VI I constructed is too simplified (attachment below). If you know the solution, please help. I really would like to get past this first stage of first getting the computer and the device to communicate first.
    Thank you.
    Attachments:
    LabVIEW_VI.gif ‏4 KB

    Hello,
    There are several things to check. First make sure that you are using the correct GPIB or VISA resource name. If you are using GPIB the name that you use should be something similar to:
    GPIB0::2::INSTR where 2 is the primary address and 0 is the device number.
    Then you need also to check which commands are accepted by your device. It is a good idea to start in MAX (Measurement and Automation Explorer) by right clicking in the device.
    Another thing you might want to try is to download the driver the instrument driver for this HP8753D that you have.
    You can find it in the following address:
    hp8753D Instrument Driver
    H
    ope this helps
    Ricardo S.
    National Instruments
    Message Edited by Support on 12-08-2006 01:36 PM

  • Comunicating to a GPIB port using labview from a pc.

    I want to interface with an oscilliscope Through its GPIB port using my pc. Is there a code out there that has this capability already? What is the easiest method to do this.

    If you had mentioned the make and model number of your scope, I could have given you a definite answer, but since you didn't you're going to have to do a little searching yourself. First go to the Instrument Driver Network. There you will find several links. You should probably browse the ones under the Learn topic first to get an idea of what an instrument driver is. Then you can go to the Search link and try and find a driver for your particular scope. If you find one and assuming that your NI GPIB card is configured, you should be all set. If there is no driver, you'll have to do some programming yourself. You can use the Instrument I/O Assistant on the Instrument I/O palette (LV 7 or higher)
    or follow the links under Develop on the IDN page.

Maybe you are looking for

  • Spotlight on server does not work

    Hi there, I have a Mac Mini Server (mid 2010) with 10.9.5 on it. Server is 3.2.2 (13S5187). I have 2 big iSCSI drives mounted for file sharing services. Spotlight for the shared folders on the server works. Spotlight on the clients (10.10) also works

  • Import bookmarks from word 2003 into PDF

    Hello guys, my english is not the best but i will try my best :-) My enviroment: Microsoft Windows Server 2008 R2 SP1 with XenApp 6, Office 2003 SP3 and Adobe Acrobat 9. My problem: I installed Adobe Acrobat 9 without Adobe Tabs / PlugIns for Office.

  • AJAX - JavaScript - HTML

    Hi all, I am currently trying to find editors or IDEs for AJAX,HTML,Java. I am currently using Eclipse for my JAVA projects. Can you please suggest me which editor do you prefer to write html,javascript, or AJAX. I am not really interested in visual

  • Time machine makes 30 backups for the last two days, no backups for any earlier times: is there a way to control it?

    I've been running Time Machine in the background for as long as I've owned my current Mac--- a few months.  It is a completely generic set-up: it's a desktop (rarely shut off or asleep) connected to an external hard drive that is much larger (1 TB) t

  • Can I download ibooks from my mac to my kindle?

    Can I transfer iBooks from my MacBook Pro to my Kindle ereader?