Using a lan/hpib gateway (Agilent) with a NI GPIB pci card

Need to be able to use a E2050 lan/hp-ib gateway (Agilent) together with a NI GPIB pci card on the same workstation (windows). I need 2 seperate gpib busses but also need the remote functionality or the lan/hpib box. I would use ni enet but it will not work together with a installed gpib card, only one or the other. Read information on useing an hp card with a ni card in the same system but cannot get it to work with the lan box. I do not have a hp card to install in my computer to see if that works or not. Has anyone attempted a similar task?

Hello-
It is possible to use a PCI and ENET board in Windows 9X/ME. The solution for Windows NT/2000 is to use the new VISA server technology using two computers.
Computer A:
This is a computer that will not use a GPIB plug-in board, but is on the network. Install the GPIB-ENET/100 driver and VISA 2.6. Then, set the appropriate VISA server permissions and run VISAServer.exe (see the VISA Programmer's Reference for more details ni.com/manuals).
Computer B:
Install the PCI-GPIB driver and VISA 2.6. Use Remote VISA to access the ENET/100 through the other computer's driver.
This is also a very useful technology for remotely controlling numerous instruments throughout a distributed laboratory.
Randy Solomonson
Application Engineer
Natio
nal Instruments

Similar Messages

  • Using HP E2050 HPIb gateway with labview

    Hi,
    I was wondering if it is possible to use an HP E2050 Ethernet-HPIB
    gateway (interface) with Labview. National Instruments has a similar
    product (a GPIB-Ethernet interface), but I was wondering if it was
    possible to use the HP product since I have a whole bunch of them lying
    around.
    Thanks,
    Prasun Chaudhuri

    "Chaudhuri, Prasun [WDLN2:2M22:EXCH]" wrote:
    >Hi,>>I was wondering if it is possible to use an HP E2050 Ethernet-HPIB>gateway
    (interface) with Labview. National Instruments has a similar>product (a GPIB-Ethernet
    interface), but I was wondering if it was>possible to use the HP product
    since I have a whole bunch of them lying>around.>>Thanks,>Prasun Chaudhuri>
    Prasun,
    If the HP Gateway has a VISA interface, i.e. you can interact with it through
    VISA calls then you should be able to use it in LabVIEW after installing
    HP-VISA. I've never tried it but it might be worth looking into.
    Kamran Shah
    National Instruments

  • Error Code 10 with GPIB PCI Card

    PC used: Dell optiplex GX110, lastest Bios release, Windows 2000 SP4, GPIB Drivers version 2.2, Local Admin session.
    After having install the driver (without the GPIB)and plug the card, this one is automaticaly recognised by the Os.
    But, after the reboot (asked by the OS to validate the installation), the GPIB card appears, in the device manager, with an error code 10 (not started)....
    I tried with two (new) differents GPIB PCI Card, two OS (First time with NT4.0 SP6 Drivers 1.7 and now, Win2000 SP4 Drivers 2.2) and with two PCs Dell Optiplex GX110 !
    I even tried with a "Ghost" from an other PC (also an Optiplex GX110, with the same model of GPIB Card)
    -> I obtain the same error each time !
    Help me please..........

    Hello,
    Could you give me the exact reference of the board (PCI-GPIB, PCI-GPIB+, AT-GPIB, AT/GPIB-TNT...)?
    Is the error code displayed on the Windows device manager (in the properties dialog box of the device)?
    What is the exact description of the error code?
    A PCI-GPIB installation do not need to reboot the OS if the NI-488.2 driver is correctly installed. The board should be recognized in MAX and you must be able to scan for instruments and start I/O communication with the device from test panels in MAX.
    Update me as soon as you receive another feedback.
    Regards.

  • JNI to access functions of a dll to deal with a data aquision pci card

    i am trying to do an applicattion to access the functions of a dll
    to deal with a data aquision pci card (Analogig/Digital pci card).
    i�m using jni of course, but i have some problems.
    first i did a class called "TesteDll" witch contains all the native methods to access the functions of the pci card.
    after, i did a "TesteDll.jar" to use these methods in another applicattions.
    everything was fine until there. so created a single program like this:
    TesteDll td = new TesteDll();
    short res1 = td.P1602_DriverInit(wTotalBoards);
    short r = td.P1602_ActiveBoard((short)0); // ativa a placa
    short res2 = td.P1602_GetConfigAddressSpace((short)0,wAddrTimer,wAddrCtrl,wAddrDio,wAddrAdda);
    int dwRepeat;
    for(dwRepeat=0 ; dwRepeat<100 ; dwRepeat++)
    short wRetVal;
    wRetVal = td.P1602_ClearScan();
    wRetVal += td.P1602_AddToScan((short)0,(short)0,(short)1,(short)0,(short)0,(short)0);     // CH:0 to scan
    wRetVal += td.P1602_SaveScan((short)0,wV0);
    wRetVal += td.P1602_AddToScan((short)2,(short)0,(short)1,(short)0,(short)0,(short)0);     // CH:2 to scan
    /* ->error here!*/ wRetVal += td.P1602_SaveScan((short)1,wV2);      
    the programs compile correctly, but in the execution the folowing error was descripted:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x8079A50
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at TesteDll.P1602_SaveScan(Native Method)
    at Teste2.main(Teste2.java:119)
    Dynamic libraries:
    0x7CD80000 - 0x7CD9D000      C:\WINDOWS\SYSTEM\IMAGEHLP.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 161K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 31% used [0x10010000, 0x100385c0, 0x10090000)
    from space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 0K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 0% used [0x104f0000, 0x104f0000, 0x104f0200, 0x10650000)
    compacting perm gen total 4096K, used 1044K [0x14010000, 0x14410000, 0x18010000)
    the space 4096K, 25% used [0x14010000, 0x141152e8, 0x14115400, 0x14410000)
    Local Time = Wed Jun 01 10:21:14 2005
    Elapsed Time = 0
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
    functions like "P1602_DriverInit(wTotalBoards)","P1602_ActiveBoard((short)0)" functions correctly.
    i run the same program in c++ builder and everythings goes fine, but i need to do it in java. i don�t know what to do,can you help me?
    thanks

    i almost forgot, i�m using win 98.
    First i used Dev C++ to make the JNI dll and the error ocurred at the first call of "P1602_AddToScan()" function. after i made the jni dll using C++ Builder, and the error ocurred at the second call of "P1602_SaveScan()" function. but the error message in both cases was the same.
    for(dwRepeat=0 ; dwRepeat<100 ; dwRepeat++)
    short wRetVal;
    wRetVal = td.P1602_ClearScan();
    /*First Error - Dev C++*/ wRetVal += td.P1602_AddToScan((short)0,(short)0,(short)1,(short)0,(short)0,(short)0); // CH:0 to scan
    wRetVal += td.P1602_SaveScan((short)0,wV0);
    wRetVal += td.P1602_AddToScan((short)2,(short)0,(short)1,(short)0,(short)0,(short)0); // CH:2 to scan
    /* Second error C++ Builder */ wRetVal += td.P1602_SaveScan((short)1,wV2);
    ...

  • Range Expander with a WMP54GX4 SRX400 pci card

    I am having a great deal of trouble receiving a signal from the various radio signals here. Can I use a range expander with this card or do I have to utilize a router? Is there an expander that will work with my product or is there a product to extend my current antenna wire so that I can move the unit around the room?
    Thanks...

    I am not using a router...I have a pci card with an antenna. I need to find out if I can use a range expander with this card or do I need to install something else, if there is something else.
    I appreciate anything you can recommend.
    Thanks.

  • Rev. A Beige G3 DT compatible with USB 2.0 PCI cards?

    Having had a lot of luck upgrading and updating some old Sawtooth G4s I decided to try my hand at something more interesting - an old Rev. A Beige G3 that fortuitously dropped into my lap.
    I tried installing a 5-port USB 2.0 card with an NEC chipset, since apparently NEC's chipsets are the most compatible chipsets with the Mac. However, I've been getting Type 11 errors on startup everytime. Curiously, an older 2-port USB card works fine.
    So my main question is: has anyone else seen this occurring? Have other successfully used NEC-based USB 2.0 PCI cards on their Rev. A Beige G3s?

    Sorry for the inordinately long time it took me to reply. The OS running on the G3 is 9.2.2.
    After doing some digging around I discovered a trick with replacing the OS 9 USB adapter card extensions with those from the installer for USB Adapter Card 1.4.1 updater. What I did was that I took out of my extensions folder the following files: USB Authoring Support, USB Device Extension, USB Software Locator, and USBAppleMonitor. I then ran the 1.4.1 update, and everything seems to work - the computer recognized the card and USB mice and hard drives were detected by the system.
    I'm normally not one for mixing and matching extensions, but I'm glad the card now works.

  • IPod touch will not work with USB 2.0 PCI Card?

    I have a dual processor PowerMac G4 that has USB 2.0 via a PCI card. When I plug in the iPod nothing at all happens. I haven't read anything about PCI cards not being compatible with the touch. Is anyone else having this problem?

    Just thought I'd add my 2 cents...I've got the same problem...I've had a Keyspan USB 2.0 5 port card in my Dual MDD G4 for years and it's worked fine. Well, until a few days ago when I tried updating some stuff on our iPods. It would initially start working then lose connection. Now nothing at all with 5 iPods. It won't even show up on the desktop under Disk Mode. I did the same and it works fine under the old stock USB 1.0 but slooooooowwww. Is this yet another problem with Leopard? I've searched the Keyspan site and they don't have any updated drivers. Guess I'll look for a Belkin as well...ugh!!! Leopard is horrible! First no printer drivers, then no iSub support, now this!

  • New classic with third part USB pci card

    Hi,
    Just got a new 120gb classic for my son. But it does not
    seem to work with his computer. He has an old g4 tower, with
    third part usb 2 card. That worked fine with his 30gb video,
    but the new 120gb classic is not even recognised by the system.
    It is recognised by my g5, and my older 160gb classic is recognised
    by his g4.
    My guess is that the current generation of ipod classics
    is not compatible with the third party pci usb card. Aarg.
    Does anybody know of a cheap usb 2 pci card that will work
    with both a g4 and a new "classic" ipod?
    Any other thoughts?
    Thanks
    David

    I reset parameter ram, updated all the software, and it seems to work fine now.

  • LG GGC-H20L with Sonnet Tempo Sata Pci Card into Powermac G5

    Hello dear Community.
    I have a LG GGC-H20L HD-DVD/Blu Ray Drive. And a Sonnet Tempo SATA PCI Card.
    The Problem is, that the Computer cant find the LG GGC-H20L Drive. The Sonnet Tempo Card it find. Broke i drivers? And where i can get it?
    Can one of you Help me?

    Nokiman
    I made sure there was a good 'thunk' as it slotted in to the PCI slot everytime I installed it, I wiggled it to make sure, I applied reasonable pressure to make sure it was seated correctly, etc. I tried everything, short of using a hammer! Still no joy. I have a PCI firewire card which works perfectly in all slots.
    I've sent it back to the supplier for a replacement/upgrade to the Tempo-X 4+4.
    Thanks for the tips.
    Andrew

  • Unable to use wireless printer or gateways/bridges with new D-Link 2750

    I have setup a new D-Link modem/router and connected my printer, HP Inkjet 4500, and a Netgear Range Extender WN200RPT. I had no problems with connecting them, but I can not print with any of my computers and the Netgear can not connect to the internet throught the ethernet ports. Verizon wants me to sign up for the Premium support, but all of the equipment worked with my old modem/router. Any ideas?

    Also, (don't know if this is relevant) but I've got three sticks of ram: 2 2GB modules and 2 1GB modules. They are grouped together properly.

  • How can I use an unlocked Droid Razr M with another company's sim card?

    How do you use another company's sim card in an unlocked Droid Razr M? I tried the phone in both Global and GSM mode, but both say unknown sim card, and cannot find a network.

    S. 517: Unlocking Consumer Choice and Wireless Competition Act
    Introduced:
    Mar 11, 2013 (113th Congress, 2013–2015)
    Status:
    Enacted — Signed by the President on Aug 1, 2014 
    Law:
    This bill became the law numbered Pub.L. 113-144
    The bill would allow consumers to use their mobile devices with any wireless carrier. It also expands the right to unlock devices from mobile phones to all wireless devices. Unlocking mobile devices would allow consumers to choose their wireless service provider and would prevent wireless providers from restricting mobile phones to operating only on certain networks.

  • I have used I tunes to download music with a paid I tunes card. I can no longer open the music store to download my music.  When I do open the music store it fades in and out, preventing me from downloading music.

    I can nolonge download music from I tunes, because the music store page fades in and out and will not remain permanent to allow me to download music with a pre-paid I tunes card.
    Also, why is it you can only download music to an I-pod from one primary computer.  Is there a method that will allow me to download music from a variety of computers.

    it only happens for previous purchases - if you have a computer you can try to download your purchase history there and then just sync them to your device - http://support.apple.com/kb/ht2519 - http://support.apple.com/kb/ht1386.

  • IPhone 5 Verizon-Will I be able to use my phone in The Philippines with a local filipino sim card?

    Hello Everyone!
    QUESTION: Will I be able to use a local sim card for cellular service when I'm in the Philippines?
                                  - I have an IPhone 5 from Verizon Wireless
                                  - Running IOS 7
                                  - I've called verizon and was told that it woud work but I don't really get correct information from them sometimes so...
    If this does work and you have any advice on which provider worked well for you, please let me know!
    I'd love to use my phone like normal and not purchase a cheap one that is hard to operate...that's why we've got IPhones right?
    Thank You!

    Hi there ecarr2202,
    You may find the information in the article below helpful.
    iPhone and iPad: Using cellular networks while in another country
    http://support.apple.com/kb/ht1807
    Many carriers offer international voice and data plans. Always contact your current carrier for details about international-roaming countries, SIMs, rates, and policies before you travel to another country. While you may not need an international plan to use voice or data roaming on your iPhone or iPad, your carrier may charge additional fees or higher data rates if you don't have an international plan.
    -Griff W. 

  • Is it possible to take a wireless signal into my time capsule, and use the LAN connections?

    Hello everyone,
    My wife has a clinic behind our house, that does not currently have a hard wired ethernet connection.  We are wondering if we can use our old 2nd generation time capsule to pick up the wirless signal from our home, and then use the LAN connections on the back to tie her credit card/debit machine into?  If we can't use the time capsule is there anything out there that would allow us to accomplish this?
    Thank you for your time

    We are wondering if we can use our old 2nd generation time capsule to pick up the wirless signal from our home, and then use the LAN connections on the back to tie her credit card/debit machine into?
    Yes....IF.....the wireless network in the house is provided by another Apple wireless router. In that case, the Time Capsule can be configured to "extend a wireless network". When it does this, the Ethernet ports on the Time Capsule are enabled as well.
    If the wireless network in the house is provided by a third party wireless router, there is a special feature only present on the AirPort Express that would allow it to be configured to "join" the wireless network. When it does this, the Ethernet ports are enabled on the Express.
    As you might imagine, the Ethernet signal is only going to be as good as the quality of the wireless signal connection between the house and the clinic. As a test, take a laptop out to the clinic and see if you can get a good Internet connection that way. If you can, then an AirPort should work well for you.

  • P4M Freezes with WiFI PCI Card

    My PC freezes requiring a reboot.
    This has occured since I recently replaced an IDE HDD with a SATA HDD.  The PC freezes pretty quicky;  sometimes when everything is up and running for a few minutes, othertimes at the XP logon screen
    This is associated with my WiFi network PCI card (D-Link DWL-G520). Using an ethernet cable to my router everything works absolutely fine.
    Things I have tried:
    MOBO BIOS is the latest version
    WiFi card drivers are the latest
    Used both PCI slots
    Used both SATA sockets.
    All suggestions gratefully received!!
    JMH

    Hello,
    look for a PCI Latency Timer option in BIOS and increase the value.  Try different settings and test again each time.

Maybe you are looking for

  • Problems with inserting elements into vectors

    Hi, I have a problem with the setElementAt() method for vectors. I want to initialise a vector that is same size as a previous vector declared in my program and insert float 0.0 in all the positions. The code below is a for loop to do just this where

  • How to crop a video in Premiere Elements 13?

    How do I crop a video in Premiere Elements 13?  I see 'pan and zoom.'   And, it retains the aspect ratio automatically, but I don't always need the 'pan' or the 'zoom' -- just want a tight shot on an actresses' sunglasses, which reflect something she

  • My ipod-mini isn't being recognized & has a ! on a folder!! =(

    Does anybody know what I have to do to get rid of the Exclamation (!)point on the folder... or know steps to get my ipod to be recognized on the computer.. or just to PLAY PERIOD!!!!! im so fusterated i have been trying for 8 hours and i have tried e

  • Automatically eliminates the zeros in front of other numbers

    Numbers and Excel automatically get rid of the zeros in front of another number (like 1,2,3,4 etc) How do I fix this?

  • Installing OS X 10.4.4 on my ibook g4

    I hope someone can help.... I bought a refurbished ibook g4 12'' 1Ghz with the following.. a. airport extreme b. 512 Mb of ram c. 8x combo drive d. OS X 10.3.9 Now that being said, i was given this dvd with OS X 10.4.4 on it. The problem is when I tr