VISA setup for LXI-VXI Slot 0 Bridge (EX2500A)

We're trying to use a VTI EX2500A LXI-VXI Slot 0 Bridge with a register based VXI card.  VTI's solution involves the use of Agilent's VISA either by itself or in conjunction with NI-VISA.  The controller/bridge needs to be treated as a VXI device and not a network device.  When using Agilent VISA as a secondary implementation the device shows up as a miscellaneous device (NOT  a network device).  It appears the trick is to set up the to talk over a network as a VXI device (not a network device).  Our application will not allow the installation of both Agilent and NI implementations of VISA.
Any suggestions?

Hi TheEngler,
Sorry about the delay in getting back to you. I contacted the VISA Product Support Engineer about this and learned that it is not possible using only NI VISA. To be able to communicate with the  VXI devices through the LXI-VXI controller, an LXI-VXI VISA passport is needed but NI does not have one. The manufacturer of your controller suggests installing an Agilent plug-in that will allow this functionality. You can get more information on this here. It is possible that NI will develop a VISA passport to communicate with LXI-VXI controllers but that will depend on the demand. I would suggest filing this as a product suggestion on our website (search "product suggestion" at ni.com) so that R&D can better prioritize their efforts.
Happy Holidays!
Sean Ferguson
Application Engineering Specialist | RF and Reconfigurable Test

Similar Messages

  • DBMS_JOB setup for a time slot

    Hi all,
    Do you know is there a way I can setup a dbms_job run in a particular time range every day. For example I have a job and I need to schedule it run every 10 minutes between 8am to 8pm. Is it possible? Many thanks.
    Pete

    Dear lcpx,
    What is your Oracle version? User DBMS_SCHEDULER instead of DBMS_JOB.
    DECLARE
      X NUMBER;
    BEGIN
      SYS.DBMS_JOB.SUBMIT
        ( job       => X
         ,what      => 'AIRCOM.OSS_MAINTENANCE.MAINTAIN_TABLESPACES;'
         ,next_date => to_date('27.08.2010 13:09:46','dd/mm/yyyy hh24:mi:ss')
         ,interval  => 'SYSDATE+(0.17/24)'
         ,no_parse  => TRUE
      SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
    END;
    commit;Regards.
    Ogan

  • Need advice on best setup for Extreme and Express w/ (n only) network

    I'd like to get some advice on the best setup for my situation. I've read a number of posts on WDS, Extending a Network, etc. and, unfortunately, I'm now more confused than ever.
    We have an Airport Extreme 802.11n using WPA2 Personal, 2.4Ghz (n only connection) which I've found to give us the best range/connection speeds for the following devices (all computers running 10.5.5, Apple TV's using most current update):
    (2) MacBooks
    iMac
    (2) AppleTVs
    The good news we have a large house, the bad news we have a large house. Meaning of course that I don't get the range in parts of the house I'd like to. I also have an older Mini (G4) connected to the AEBS thru ethernet (the Mini acts as the iTunes server for the ATVs).
    I just bought a new Airport Express with the desire to place it on the other side of the house to both enhance the range of the wireless network and to provide another wired to wireless connection to the network.
    I initially merely chose to "Extend a wireless network" but that seems to have a MAJOR adverse impact on the speeds of the wireless network. dropping the streaming to one of the ATV by like 90%. I would like to maintain the security settings I have as well as the 2.4Ghz (n only) since these provide the best speed/connection range on the AEBS.
    My question then is what is the best way to use the AX (WDS? Bridge?).

    The best way to use it is the option you chose "Extend a wireless network".
    WDS forces you to the much slower 802.11g and even cuts that bandwidth in half.
    Operating as a bridge has nothing to do with wirelessly extending a network. Changing this option won't have any effect on wireless bandwidth.

  • Best Setup For Frequent File Sharing On Home Network?

    Hi guys,
    I'm setting up an office at my house with multiple computers on a network, and we'll be sharing files over the network frequently. My question is, what is the best setup for this?.. Fastest transfer of files, stable wireless connection, etc.
    All of the computers will be Macs (iMacs and Macbooks).
    We'll be editing videos/photos on the computers. (Potentially large files)
    Is the easiest setup just to have the main computer attached to a good router, setup file sharing on all other computers, and just do it that way?
    Or would it be better to create some sort of NAS?
    Also can someone reccomend a good router for this type of scenario?
    Thanks for any help given.

    NAS is the right tool for this job.
    It is expensive but the market leaders.. synology and QNAP have really been doing it for long time and the ability to do file store/sharing and most importantly backup in these is excellent. Pick the best you can afford.. and buy disks that are in the recommended list. ie the cheapest are not always the best.. indeed they seldom are.
    Plan very carefully for rotation of USB drives (easy and cheap now with 4TB single drives). Rotate backups with offsite location on weekly basis.
    I would buy a 4 disk case.. you can use 4x3TB which are the best value at the moment.. that gives you 9TB of storage.. plus redundancy for a dead drive.
    Alternatives are using a Mac Mini as a server.. with a large stack of disks on it.. generally should be thinking thunderbolt if you want speed. Hideously expensive though for now.
    You can buy an Extreme or TC.. either would work well. TC allows you easy TM backups without using your NAS..
    Edit very large files on the computer. ie copy to computer.. edit.. copy back to the NAS.
    Editing very large files over wireless.. not good. Multiply that by mutliple computers.. not even fair.
    Copy a large project to the computer.. work on it.. copy back to the NAS.. in the meantime Time Machine should be able to take care of incremental backups.
    There are heaps and heaps of solutions.. as long as it is logical and easy to you.. and covers what you need.
    Don't skimp.. spending a $1000 for a NAS with disks.. plus extra for the backup disks.. that represents how many day's work for you plus anyone you have helping.. $$$$ ????
    A mini as a server is a good alternative.. You don't need to run server OS.. but share files to the network. Very hard to build the capacity of the NAS though.
    And a Mac Pro is now a joke without internal slots and cages for drives. (nice machine but wrong for this).
    And Apple have nothing in between.. a short tower case.. been missing for a long long time.

  • Simple VISA Setup Problem

    Hi all,
    I'm having issues working with VISA in LabVIEW. Previously, I've used Peek/Poke VIs (before they were VISA VIs) that allowed me to read and write directly to registers at a given Windows address. I have a new, custom PCI Express board that uses the same architecture that I've worked with previously only this time I'm trying to access the registers using VISA.
    As this is my first time using VISA, I'm having some setup problems. Yesterday I got to a state where logically things should work but I still end up getting an error when I try to run a simple VISA Open command (see attached screenshot).
    The initial problem I had was I was not able to acquire a VISA resource that opens a session to my PCIe board...it would simply not show up on the resource list. After reading around I discovered I needed to create a custom VISA driver for my board. Once I did that using the VISA Driver Wizard, the device showed up in my list (as seen in the screenshot). I wrote the simplest of all VIs where I simply open that VISA resource, however, the error seen in the screenshot is produced.
    I'm pretty sure this is a simple setup issue, but does anyone know what I'm doing wrong?
    Attachments:
    Screenshot1.JPG ‏145 KB

    Hi bonhomme,
    I see you're having some issues using VISA. It sounds like you're new to VISA, so I wanted to pass along some information that we have availble on this software. This link gives good general information about VISA, and the related links are extremely helpful in finding specific issues.
    Thank you for attaching your error. This is extremely helpful in debugging since we can actually see the numbers. There is another forumn that talks about these at this link and at this link. 
    Hope this helps you out!!
    Lea D.
    Applications Engineering
    National Instruments

  • Looking for (2) VXI-MIO-64E-1 for purchase

    All,
    I am currently looking for (2) VXI-MIO-64E-1 multifunction cards for purchase. If you have any cards you wish to sell or know of any cards forsale, please contact me at...
    Roger A. Coffmon
    Senior Design Engineer, ATE
    [email protected]
    614-841-5871
    Liebert, NA
    www.liebert.com
    Emerson Network Power
    www.gotoemerson.com
    "Consider It Solved"

    Roger,
    Don't have what you are looking for but depending on your VXI controler there may be an alternative for you to consider. If you are using an embedded controler with a PCI expansion slot (such as 872B or 875B)you can always opt to use a PCI Data Acquisition board that meets your needs. The PCI equivalent board to the VXI-MIO-64E-1 is the PCI-6071E. You can find the product specs at the following location - http://sine.ni.com/apps/we/nioc.vp?cid=1042〈=US. This board has the functioanality equivalence with one exception, the onboard memory. So assuming you are not using the onboard memory option for the VXI-MIO-64E-1 you should have both programming and functionality transparancy.
    Regards,
    Christer

  • X99s PCI setup for msi-750 and 650

    Hi, I'm trying to get my nv-750 and nv-650 working together in my PC (just separately since they don't SLI). The 750 is OEM and the 650 is new. But the Haswell x99 board doesn't appear to be setting my PCI slots correctly (all three settings in BIOS are in auto). Though that's a guess on my part. With only 28 PCI channels, I need a 16x8x4 config.
    At least, the 650 doesn't get recognized and show up in the control panel device list. The 750 works just fine. I've read through the manual pages for the PCI slots and BIOS setup, but it isn't clear why 'auto' doesn't seem to be working. I tried setting the PCI-3 slot (650) to Gen2 manually, but left the others on 'auto'. That didn't do the trick. Please advise.

    So far, I've tried the following setups in the BIOS but have not yet seen the nv-650 (PCI slot 3) appear in the Device Manager, just the nv-750 PCI slot 1).
    Setup Trial:    1       2     3      4     5      6
    PEG0 E6   :  Auto    G2  Auto Auto Auto   G1
    PEG1 E3   :    G2    G2  Auto  G2   G3     G1
    PEG2 E1/5:    G3    G2   G2   G1   G3     G1
    Each time only the nv750 appears in Win-DevMan and has 16 lanes per the TechPower Util (as Afterburner doesn't show the PCI config).
    I've read through the BIOS and PCI pages of the 'manual' several times now, but must be missing something as they are quite brief. From the block diagram in the sticky in the mobo section of the forum, I was expecting Setup 1 to work, after the default 3x'Auto' setting didn't work. Even the operation of the 'Auto' doesn't get a single sentence.
    The 3xGen1 was an attempt to get a 8x8x8 PCI allocation (which would be OK), but that didn't seem to work either.
    Please advise.

  • Network Setup for a 1232AG config with multiple AP's

    I'm looking to deploy a temporary outdoor network using 1232AG radios, with only one radio connected to Ethernet & Internet. All the other radios will have a A radio connection to the parent. And their
    G radios will advertise for Client Access. Ultimately I'd also like to have the local ethernets active on each of the remote Radios, so that a switch could be setup for people who don't have Wireless.
    So the questions, Is this type of setup even possible? If I use the A radios for back haul, and the G radio for Client Access, does the Ethernet get disabled?
    What station-role in the network should each of the radios play. Ultimately I believe we could have different SSID's and IP Subnets for each AP, but if we kept them all the same, can we make this one big Bridge? So that someone can Roam between AP's. Granted I don't have the funds for Wireless Lan Controller. Sugestions?

    So what you are trying to do is have some sort of MESH outdoor wireless, but using the 1232AG? Don't think you can do this by using the bridge role. You would have to go bridge to bridge and then have an ap connected to one of the bridge to handle users...

  • HT4557 whats the best itunes/appleID setup for family of 3 with 3 ipads, 3 iphones, one PC with all music on.  if we use 3 separate ones how do we share purchased and home content?

    been with apple for years.  one itunes/appleID in use for family - all purchases and downloads on the one account..
    now got 3 ipads, 3 iphones and when we update the software, we seem to get text/facetime issues due to multiple email addresses and phone numbers for the different devices that each individual uses.  For example, I send a text and it appears to have come from my wife or son to the recipient.  Not good !
    there seems to be direction from apple that each of us should use our own apple id, thogh how do I link the accounts so enable family sharing of music/media we have purchased etc - Id also like to be able to review and keep a private eye on what my son downloads as he is 11 yrs old ! I manage this currently as we allow him access to the password for itunes (as we all use the same id today)
    Am i better setting up accounts for my wife and son independent of my own, or not. Each of us would like access to the family content we have and the master library of synced content.  I just want the most simplistic approach that apple, or others would recommend. 
    Is there a better or optimum setup for a family as we cannot be alone.....

    Thanks for the help, but a follow up question now.
    My iPhone won't arrive for a little while, but my wife already got hers and she wants to set it up now. Using my Apple ID for the purchases, if she starts setting hers up, can she change her iCloud ID to something else quickly? It keeps telling us that we have to sign in with the AppleID first.
    Should we just set up an iCloud account via normal internet before trying all this via iPhone?

  • What is icloud setup for Multiple users, multiple devices in family?

    What would be the recommended setup for iCloud to allow family members with multiple devices and multiple iTune accounts to share purchases, sync there own mail account, contacts, and reminders with multiple devices, and be able to sync calenders with all family calendars? Or better yet how can family members pick and choose what to sync with a common iCloud account?

    I'd like to know this to.
    We have 1 mac mini that serves as a media station that streams audio to Zeppelin air and photos & movies to our TV.
    My wife buys music on her iPhone. And takes pictures of the family.
    I buy apps and music on my iPad. And make movies of the family.
    I have a macbook pro ( itunes with home sharing,  iphoto home sharing ).
    She has a nice macbook (  itunes with home sharing, iphoto home sharing ).
    What we would want is that the mac mini collects all music / videos / media and streams it to all our apple devices via wifi ( not via internet ). But I with my appleID and she with her appleID.
    I wonder is Apple can make an GUInterface that I can understand to solve this.
    This iCloud seems not too suited.
    For families it would be easier if iOS5 would have 'home sharing' with upload and not transfer everything to CA first.

  • VPN Client and Setup for RV042

    Is there a definitive setup for a small VPN using the RV042?
    Situation is 2 remote users wish to get access to a non server (W7P) pc to access files.
    The end point doesn't have a static IP but I've put in a DYNDNS.org so it reports back the IP and I can access the router at least from outside.
    I can setup VPN users but is there more to do?
    Wish to use QVPN client or advise alternative.
    Appreciate all input.
    Thanks
    Bruce

    Bruce,
    QuickVPN normally works well for what you wish to do. Make sure that the Windows Firewall is ON in Windows 7 and Windows Vista clients. Turn off all antivirus and third party firewall software as well at least until you have verified that you have a successful connection. It is very easy to set up, just create a username and password in the router. If you run into trouble, post here or call your local Small Business Support Center:
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html

  • I am planning to buy an iMac 21.5 inch with Fusion drive and 16 GB RAM while i visit USA for a conference. My country of origin is India. Once i am back to India, will my iMac be covered by the Apple's Protection Plan?

    I am planning to buy an iMac 21.5 inch with Fusion drive and 16 GB RAM while i visit USA for a conference. My country of origin is India and the option of configuring to my need is not avaialble here in India. My concern is once i am back to India, will my iMac be covered by the Apple's Protection Plan if something goes wrong here in India?
    I recently came across some posts regarding International warranty related issues for iPhone and iPad....hence this crossed my mind...
    Waiting for response from the support group members...

    Thanks Ralph
    This essentially means that if my iMac develops some problem (both software and hardware) in my country (India), it will be completeley attended (even the whole system requires replacement) by the AASP in India...is that what you say?

  • Unable to configure Mail setup for SMTP : Please Help

    Hi experts,
                 I have been trying since 2 weeks with most of the links like help.sap.com, and other links which experts are sugested, but then also I am uable to configure the mail setup for a SMTP server from SAP R/3 4.7EE.
              Couls anyone help me please,
    Challenge: I want to send mails from SAP system to other internet servers or mail servers.
                    SMTP server is installed,
                     SAP R/3 4.7ee is in place.
    I request you experts please provide the exact step by step procedure to configure, so that I should not run behind the links.
    Thanks in advance,
    Sunil

    Hi Juan, Hi Juan,
                 Thanks for your reply, I am happy that one big hope has come. regarding my issue its starts from the SCOT configuration, I have created the Node, and under support address types selected INTERNET type.
    Under INTERNET settings
    address area = *mail
    have not mentiond RFC destination.
    Hope this info will guide you my issue.
    Thanks in advance,
    Sunil

  • ICloud setup for Family to only share Apps

    Okay, so I've tried reading through several different articles to figure this out but I'm not getting anywhere so I'm hoping there's somewhere here with a similiar setup that can just give the basic setup. So here's what I want to do, I want to be able to setup icloud on each of my families devices so they are backed up into their own accounts but I also want to make sure that App's are shared across the devices. Here's the setup that I have:
    1. For Myself I have an iPhone and a iMac
    2. My wife has an iPhone and a Macbook
    3. My son has a iPad
    Now right now everyone is linked up to my Apple ID since that's the account in which all the Apps are purchased and the billing information is linked up to. I want to setup each device with an icloud account as well so our informaiton can be backed up but I don't want information crossed over between devices (for example I don't want all the contacts from my wife's phone on my phone nor do I want our messages sharted on my son's iPad). I'm not sure on how I can go about this since right now each device is hooked up to my Apple ID (so we can use the Find my iPhone app as well for each device) so I don't know if I create a separate account for everyone if that will still work or if I need to know each login and password. I also want to setup a icloud e-mail account that I can use for the iMac and my iPhone only, and the same setup for my wife and her Macbook. Any help would be great, thanks.

    To avoid sharing and merging your iCloud data, you will need to put each person's devices on a separate iCloud account with a separate ID.  You can continue to all share the same ID for iTunes; it does not need to be the same as the ID you use for iCloud.
    Creating separate accounts will keep everyone's iCloud data separated, and give each person's devices their own 5GB of free storage for their device backups, and a separate iCloud email account/address.  However, Find My iPhone (iPad, iPod, Mac) is tied to the iCloud ID so they cannot be tracked together on the same map.  You will have to sign into each iCloud account separately (on icloud.com or the Find My iPhone app) in order to locate devices using that iCloud ID.

  • 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.

Maybe you are looking for

  • Support Line - Call Forward All through Hunt Pilot to cell phone

    I know I may be beating a dead horse, but I've found so much help in these forums that I figured I'd give it a shot. We have a Cisco Unified Communications Manager Business Edition and we are running into a configuration issue. What we would like to

  • Request Approval Process exception in OIM 11g

    Hi, We have upgraded oim 9.1 to oim 11.1.1.5 and we did not have any request approvals in oim 9.1. Now we are using oim 11g to develop request approval process. We have tried to raise a request for "Provisioning Resource" - Application Access and "As

  • Hard time copying photos from iphoto to external hard drive

    Sorry this is so long, and perhaps unclear, but I would like to copy my photos from my iphoto library onto an external hard drive. The problem is that every time I try and copy the whole library, it finds a picture that crashes the whole effort. I th

  • ERR_DBMSRV_NOSTART error

    Hi, I had installed an Application server for dialog instance two days before, and I have scheduled the background job for backup from DB13, but from the time i had started the application server, my jobs related to database are not getting executed,

  • Successfully connected clients disconnetcs after seconds

    Hello, I'm having troubles with AP541N in clustered mode. The problem is that clients connects successfully but get disconnected  after seconds without any visible reason. The AP541N is configured to authenticate the clients against a Symantec Networ