Stand alone driver for minimal applicatio​n installer MyRIO

Dear All,
I am trying to deploy a complete installation package for a student lab, which would include:
1. exe application file compiled from a VI. This VI connects to the MyRIO via network streams. 
2. labview run-time engine
3. driver for the USB LAN on the MyRIO device.
First 2 steps have been successful, and the VI communicates with the MyRIO device via WiFi. However, I would like to connect trough the USB and need a driver on the host machine. Installing a complete driver package is definitely an overkill for this occasion.
Therefore, I am looking for someone to point me out to a minimal installation package which would ensure proper communication with MyRIO through the USB.
With kind regard,
Ceslav
Solved!
Go to Solution.

Hey Ceslav,
The only official way to install the myRIO USB Drivers is to install the LabVIEW myRIO Module.  This is the only method tested by NI and this method will provide the best user experience.
That being said if all of the computers have the same OS (ie same version and bitness of Windows) you can probably pull the driver form one machine and install it on another.  By default the driver installs to:
C:\Program Files (x86)\National Instruments\CompactRIO\Staging\USBLAN\
I have not tested this and I don't know that anyone has done it so please make sure to fully test the new PCs after performing these steps.  I highly recommend you install the myRIO modele rather than these steps.
Copy and paste the driver folder above from a PC with the myRIO module installed one PC to another without myRIO module installed.
Connect the myRIO via USB to the new PC.
Launch Device Manager
Find your NI myRIO [NI-myRIO-19xx-] under Other devices
Right click the device and select "Update Driver"
Select Install from a specific location
Enter path to the driver you copied from the other system. Windows might warn you regarding lack of Windows Logo testing. Click continue. Windows should successfully install the driver and the NI myRIO US Monitor should pop up.
Thoughly test the new PC with myRIO.
Let us know if that works for you.
Thanks!
-Sam K
LabVIEW Hacker
Join / Follow the LabVIEW Hacker Group on google+

Similar Messages

  • How do I copy albums in iPhoto to a stand alone drive for backups

    How do I copy albums in iphoto to a stand alone hard drive for backup?

    This User Tip
    https://discussions.apple.com/docs/DOC-4921
    has details of the options in the Export dialogue.

  • DPM 2012 - stand alone drive - Short/Long term protection to tape

    We are migrating from BE to DPM 2012. I'm trying to configure DPM 2012 for both short term & long term protection - both using tape (stand alone drive). The goal is:
    Daily backups (Mon, Tue, Wed, Thu) - 2 weeks retention
    Weekly backup (Friday) - 4 weeks retention
    Monthly backup (last weekly backup) on every month - 15 m onths retention
    I've configured the short term protection for daily and weekly backups. Monthly backups are configured under long term protection. Daily and weekly backups are working as expected. However when it comes time for the Monthly, the DataSet copy jobs are failing.
    As I understand it, DPM is expecting another drive to copy the weekly backup tape.
    How I can achieve above goals ? Backup to disk is not an option.

    Hi,
    Any time DPM schedules a dataset copy job, you will need more than one tape drive, there is no way around that requirement.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Independent Stand-alone calculation for each Crosstab

    Hi All,
    In my report, I have two crosstabs in two different report header sections. In the first crosstab, I have Division and Company chars.
    In the second crosstab I have Category and Company chars. I have one key figure (KF) in both crosstabs.
    My expectation is to see independent, stand-alone results for these two crosstabs. But this is not the case..
    Sum of Company X in the second crosstab (which is for category level) is displayed in the first crosstab (division level) for Company X.
    But in my scenario, Company X has a different value in division level..
    When I remove the second crosstab (category level) and refresh the report, then I see correct values for Company X in division level.
    How can I tell the CR that each crosstab should run separately, without being influenced from other ones?
    Below, I tried to show the issue..
    Crosstab1:
    Division A...........100
    Company X..........55  -
    >  This is sum of below crosstab values (for company X).
    Crosstab2:
    Category C........60
    Company X........20
    Company Y........10
    Category D........40
    Company X.......35
    Company Y.......5
    Thanks
    Ozan

    Hi Ozan,
    One of your crosstab will need to be a subreport.  The reason they both show the same result is they are both using the same recordset.  Your second crosstab needs to be run as a result of the Company in Report1. 
    Try creating a group in your report and drop the first Crosstab into the GroupHeader. 
    Now create a new report that matches your second Crosstab.  Insert this new report as a subreport into the GroupFooter. 
    That should give you the result your looking for. 
    Good luck,
    Brian

  • No Stand alone GWCHECK for Linux PO

    HI,
    I need to use a stand alone GWCHECK for a linux based PO. The GWADMIN version does not seem to work with the RESETMAINTFLAG on the user as I need to put in the database name.
    Anybody know if there is a stand alone version of GWCHECK for a LINUX based Server?

    Originally Posted by stevencodling
    HI,
    I need to use a stand alone GWCHECK for a linux based PO. The GWADMIN version does not seem to work with the RESETMAINTFLAG on the user as I need to put in the database name.
    Anybody know if there is a stand alone version of GWCHECK for a LINUX based Server?
    We include the binaries as part of the base server install. After installing the server install, you can find the binaries at the following location:
    /opt/novell/groupwise/agents/bin/gwcheck
    /opt/novell/groupwise/agents/bin/gwcheckt
    Pam

  • Stand alone client for remote EJB corba error

    Regarding problem below, I've checked System env variables
    that weblogic server is using for CORBA classes:
    javax.rmi.CORBA.UtilClass=weblogic.iiop.UtilDelegateImpl
    org.omg.CORBA.ORBSingletonClass=weblogic.corba.orb.ORB
    org.omg.CORBA.ORBClass weblogic.corba.orb.ORB
    javax.rmi.CORBA.PortableRemoteObjectClass=weblogic.iiop.PortableRemoteObjectDelegateImpl
    But these are server classes and not found in wlclient.jar and wljmsclient.jar. What classes should be used for client? What needs to be set in order to get successful remote RMI/EJB call to weblogic server?
    Original post:
    I have a stand alone spring client for simple stateless session EJB deployed on weblogic 9.2. I'm using spring (jdk 1.5) to call this remote EJB and the only way I can succeed is to have full weblogic.jar in my bootstrap classpath. Otherwise I get corba error:
    CORBA BAD_PARAM 0 No; nested exception is:
    org.omg.CORBA.BAD_PARAM: vmcid: 0x0 minor code: 0 completed: No
    Interestingly, within same client I have JMS call to weblogic JMS and that fails if weblogic.jar is in boot classpath. Getting rid of weblogic.jar from boot classpath works if I have wlclient.jar and wljmsclient.jar in regular classpath (as per weblogic docs). I would think that for stand alone client all I would need is to weblogic client jars, why should I need to have full weblogic.jar?
    I can't get those work together with same classpath. I wonder if anybody has some pointers and/or advice. I was looking to set system parameters for corba for weblogic client that maybe could help:
    org.omg.CORBA.ORBClass
    org.omg.CORBA.ORBSingletonClass
    javax.rmi.CORBA.UtilClass
    javax.rmi.CORBA.StubClass
    javax.rmi.CORBA.PortableRemoteObjectClass
    But I can't find definitive answer.
    Regards,
    -pp
    Edited by mr.papini at 06/28/2007 9:05 AM

    I'm stuck exactly with the same issue while trying to port my application from weblogic to jboss.
    I tried to specify different ORB implementations (JacORB, OpenORB) for jvm option org.omg.CORBA.ORBClass, but JBoss couldn't get them instantiated. Native Sun implementation which is used in JBoss by default and can be instantiated, apparently is not fully compatible with weblogic security module.
    So did you manage to find out the solution?
    Edited by DigitalDude at 04/09/2008 11:47 PM

  • Want firefox as a stand alone, not for yahoo

    firefox for yahoo does not help
    how can i get a stand alone firefox?
    thanks

    Check your Windows Control Panel > Add or Remove Programs for anything related to Yahoo and for anything that you don't recognize (sometimes "things like that" are named differently that what you might expect).
    Then remove it or "them".
    Also check the Firefox Addons Manager. {Ctrl + Shft + A}

  • Stand alone charger for MBP batteries

    I'm looking for a free-standing battery charger for my spare MBP batteries. Are such beasts made and if so, who makes the best one. It is really a pain to have to charge a battery on the computer, pull it out, and then stick another battery in to charge it. It is kind of a waste of lots of valuable time.

    have you solve your problem? i have the same problem too.

  • Setting up CIMC on C220 stand-alone server for LDAP authentication.

    I'm trying to setup the CIMC so that all users who require access to the console of the server have to be authenticated by Active Directory. I have placed my authenticated users in an AD group called "APAC IT Administrators".
    Here are the fields I have so far:
    Enable LDAP: Checked
    BaseDN: DC=mydomain,DC=com
    Domain: mydomain.com
    Enable Encryption: Checked
    Time Out: 60s
    Configure LDAP Servers: Checked
    Server 1: 10.0.0.100
    Port: 389
    Server 1: 10.0.0.101
    Port: 389
    Binding paramters:
    Method: Login Credentials
    Search Parameters:
    Filter Attribute: sAMAccountName
    Group Attribute: memberOf
    Attribute: CiscoAVPair
    LDAP Group Auhtorisation: Checked
    Index: 1
    Group Name: APAC IT Administrators
    Group Domain: mydomain.com
    Role: Admin
    I've read here (http://www.aaviso.com/tech/?p=94) something about having to create a new attribute for domain users then assigning the attribute to the specific users, which I have not done so far as I do not have permission to do this and needs to be done by a higher source, but would this be the reason I cannot get the CIMC logon to authenticate against AD? Is there a log I can check to see what the problem is?
    When I try to log onto the CIMC using the format "mydomain\myusername", I get the error "Login failed. Verify that your username and password are correct."
    CIMC is version 2.0(3e).
    Thanks.

    Ingo thanks very much for replying..
    We called up BusinessObjects Service to ask where we can download the SAP Integration Kit for Crystal XI but they had didnt have a solid answer for us.
    We have the SAP GUI and also installed the Crystal Reports Designer XI from the CD.  Also the installation of Crystal XI prompted me to download SP1 from internet and we did that.
    As a result of the Service Pack installation another SAP component got installed called the "SAPInteractiveXL1" which is excel based.  There is a connection SAP icon toolbar in SAPInteractiveCl1 but when the SAP GUI pops up and I input my logon information it just says says "Connecting..." and the excel just hangs....
    So right now I have no clue where to get
    - Client components from the BusinessObjects SAP Integration Kit

  • Stand-Alone exe for Windows

    Hi -
    I would like to use Java to create executables that will run by themselves with their own icon in Windows 2000 prof. - preferably without any other software installed. I am learning Java but at this point I am confused by all the choices for compilers, interpreters, GUIs, IDEs, etc.
    Which of these elements and which versions will I need?
    Thanks,
    dppatt

    I don't think it's worth doing this. If all you want is a standalone installation that has an icon shortcut, you can do all of that with the JVM.
    1. Distribute the JRE in your application. Installs are for suckers. You don't need them. Create a subfolder in your application direcory and put the JRE you want to use in it.
    2. Write the java command to run your app using the jre from 1, don't just use java because you have no idea what the user has installed.
    3. Create a shortcut in windows. Right click, open properties. Select your icon. In the target, enter your java command but use javaw instead of Java.

  • Packaging a stand-alone app for distribution...

    Can you please point me to the details...thanks
    null

    mike fowler (guest) wrote:
    : Can you please point me to the details...thanks
    Use the depl;oyment wizard and for the required jars look in the
    help. Make sure your classes111.zip(jdbc driver) is also
    deployed for your particular database
    null

  • BPEL PM Stand alone designer for bpelz_0.0.96

    I wish to operate the BPEL PM designer on a different machine than server. I found an example for the same at www.oracle.com/technology/products/ ias/bpel/htdocs/orabpel_technotes.tn005.html but that was for an older version bpelz_0.0.8. I want the same for bpelz_0.0.96... plz help

    Make sure that the BPEL server configuration in the designer is not defined. That is, all the fields are blank.
    You can set that in Eclipse Window -> Preference -> BPEL

  • Stand alone tool for 3 way merge [SOLVED]

    I'm looking for a standalone tool for a base - contributor - target merge. Use case is: I have old.source, old.patches and new.source. After patching new.source with old.patches there will be rejected.patches. Then I want to do a 3 way merge between (a) old.source patched with accepted patches, (b) old.source patched with all patches and (c) new.source patched with accepted patches.
    What's a good tool for that, or (even better) is there a tool supporting the workflow above?
    I know that this is part of every version control system, but it seems like an overkill to put things under version control just for this.
    Last edited by grey (2009-10-21 13:43:15)

    kdiff3 looks good, esp. this bit:
    Special case: Files with the same name
    If all files have the same name but are in different directories, you can reduce typework by specifying the filename only for the first file. E.g.:
       kdiff3 dir1/filename dir2 dir3
    plus the fact that they have a whole chapter on recursive directory merges in the documentation. And the fact that they *have* documentation - not a given with KDE apps these days.
    Thanks!

  • Creating Activation code for LabVIEW Applicatio​n Installer

    Hi,
    How could we create Activation code for LabVIEW Application Exe to restrict use to Single PC using LabVIEW settings/add-ons.
    I think NI should provide in-built feature in Application Builder to generate activation code as required.
    Regards,

    Or just vote for this idea.
    Try to take over the world!

  • How to buy stand alone Illustrator for Desktop outside of Creative Cloud for a one time charge?

    I cannot seem to be able to find a Ai version for a one time charge. Is there such an option?

    Creative Suite 6

Maybe you are looking for