Tethering the myRIO for use in a UAV Submarine

I am currently working on a project where we are building a UAV submarine using the myRIO as the controller. Initially the submarine is planned to be tethered as so to give it commands (not completely autonomous yet) and for it to send image data back to the surface. The tether was decided due to the added safety that if the submarine fails we can still retrieve it by pulling it up. 
My initial thought was to interface over Ethernet as this allows for a long length of cable to be used without a dropout in communication. The myRIO doesn't have an Ethernet port so my first question would be does anyone know of a way that I could add this functionality easily.
If not does anyone know of a different method. I am looking for a reliable connection using about 20-30m of cable. Whatever type of cable that may be.

Ok just to update you on where I have got to. I have had a look in MAX found the myRIO (diddnt think to look in remote devices) and no new NIC same as the web interface.
Installed all VISA software to the RIO in the hope that the USB and ENET passports were what i needed. 
Now i see and unknown USB device listed on the RIO but am unable to configure it in any way
I SSHed into the RIO and had a look how the device was showing up in the /dev/ folder and only appears as 1-1
This seems to me that a driver is need at some level. I have had a bit of a search for how to go about doing this and come accross this tutorial.
http://plugable.com/2010/10/18/howto-asix-88178-usb-ethernet-adapter-on-ubuntu-10-10-linux
This requires me to connect the myRIO to the web to download compile and install the ASIX drivers. I know that these have been included into the Linux kernel recently so not sure how relevant this is and also my linux knowledge runs out here so connecting the RIO to the web is a bit beyond me through terminal. 
Thanks for all your help so far. It feels like im close.

Similar Messages

  • I am using an expense tracker and when I export the file for use it says it is in location /var/mobile/applications/666E-4BC6-8FF1-50CAD35FA541/documents/MyExpenses.csv where do I find this? Assistance greatly appreciated

    I am using an expense tracker and when I export the file for use it says it is in location /var/mobile/applications/666E-4BC6-8FF1-50CAD35FA541/documents/MyExpenses.csv where do I find this? Assistance greatly appreciated

    Attached is Dennis Linam’s Audition – “Log File” and “Log – Last File”
    Contact information Dennis [email protected]
    Previous contact information with your organization (DURIM):
    Dennis - i just finished my audition trial and bought the subscription the 2014 version.
    created by durin in Audition CS5.5, CS6 & CC - View the full discussion 
    DURIM - Okay.  I would expect the "Cache Warning" message because your default directories would not be the same as the ones in the settings file I generated.
    If you go back to the "7.0" directory and open the "Logs" folder, can you copy the "Audition Log.txt" file and send it as an attachment to [email protected]?  We'll take a look in that logfile and see if it gives us more information about why this is failing now.
    Also, do you have any other Adobe applications installed on this machine, such as Premiere Pro?  If so, do they launch as expected or fail as well?
    I do have the trial Pro version of Adobe reader, but I have not activated it, because I fear the same thing will happen did it. I cannot afford to activate the subscription for that product and take the chance of it not working either. I depend on those two programs religiously. Here is the files that you requested. I appreciate any help you can give me to get this audition program started
    Audition Log- file
    Ticks = 16       C:\Program Files (x86)\Common Files\Adobe\dynamiclink\7.0\dynamiclinkmanager.exe
    Sent from Windows Mail

  • When I try to activate my prepaid CC card I get: "This card was purchased in a country that does not match your Adobe ID." I bought it in the USA for use here in the UK...how can I activate it? It is a student edition. Thanks

    When I try to activate my prepaid CC card I get: "This card was purchased in a country that does not match your Adobe ID." I bought it in the USA for use here in the UK...how can I activate it? It is a student edition. Thanks

    I don't know that you can purchase in one country and use it in another.  Try contactoing Adobe support thru chat:
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )

  • I currently have a D-Link DI-604 broadband router with windows computers.  How can I add wifi to the network for use with ipad?  Can I use AirPort Express?

    I currently have a D-Link DI-604 broadband router with windows computers.  How can I add wifi to the network for use with ipad?  Can I use AirPort Express?

    Yes. You can directly connect an 802.11n AirPort Express Base Station (AXn) using an Ethernet cable. The AXn would then just need to be configured as a bridge to allow the D-Link to continue to provide both NAT & DHCP services for all network clients connected to either router.
    In this configuration, the AXn would broadcast a wireless network for your wireless network clients to connect to.

  • HT201365 how do i change the passcode for using my ipad that i created when installing find my iphone. the is different from my apple id and password

    how do i change the passcode for using my ipad which i created when i set up findmyiphone.  this is different from my apple id and password

    On both your devices go to Settings>iCloud, then scroll down and click "Delete Account". You can then sign back in using your updated details.
    Note: "Delete Account" will not delete data from iCloud, it will simply remove the account from your device.

  • Pop Up blocker exceptions are not saved in the browser for use, the next time the PC reboots. How do you save these exceptions for long term use?

    Pop Up blocker exceptions are not saved in the browser for use, the next time the PC reboots. How do you save these exceptions for long term use?

    In case you are using "Clear history when Firefox closes":
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/remove-browsing-search-and-download-history
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, passwords, and other website specific data.
    If you have software like Advanced SystemCare (Surfing Protection feature) that might reset some files to older versions to protect these files against changes then check the settings or uninstall this software.

  • What are the steps for using the backup files to reload data to my blackberry curve (8310, i think)?

    What are the steps for using the backup files to reload data to my blackberry curve (8310, i think)?

    Connect BB to PC. On 'Desktop Manager'>Backup & Restore tab>Click Restore. Double click .ipd file (backup file created from Desktop Manager).

  • What is the condition for using 'for all entries' and  why?

    what is the condition for using 'for all entries' and  why? can any body tell the reason for this ? its a big favour of me .
    regards,
    ravi.

    hi,
    for all entries is used to join two or more tables.
    It is same as join but performance wise for all entries is more effective.
    You can only use FOR ALL ENTRIES IN ...WHERE ...in a SELECT statement.
    SELECT ... FOR ALL ENTRIES IN itab WHERE cond returns the union of the solution sets of all SELECT
    statements that would result if you wrote a separate statement for each line of the internal table replacing the symbol
    itab-f with the corresponding value of component f in the WHERE condition.Duplicates are discarded from the result
    set. If the internal table itab does not contain any entries, the system treats the statement as though there were
    no WHERE cond condition, and selects all records (in the current client).
    for example:
    SELECT * FROM sflight INTO wa_sflight
    FOR ALL ENTRIES IN ftab
    WHERE CARRID = ftab-carrid AND
    CONNID = ftab-connid AND
    fldate = '20010228'.
    this condition, return all entries of the sflight
    hen using FOR ALL ENTRIES the number of matching records is restricted to the number of records in the internal table. If the number of records in the database tables is too large then join would cause overheads in performance. Additionally a JOIN bypasses the table buffering.
    So for all entries is used for filtering out the data from the two tables based on the entries in them.
    Advantages:
    1) For all entries avoids inner join & so the performance increases.
    2) For specified values in 1 itab, if you to fetch values from other table you can use it.
    3) Use of select stmt in loop is gets avoided, as u can use read statement on the the new itab.

  • Can you buy an ipad in the us for use in canada, can you buy an ipad in the us for use in canada

    can you buy an ipad in the us for use in canada, can you buy an ipad in the us for use in canada

    If its bought factory unlocked ( they Are mcuh more expensive) yes
    If not then it will be sim locked to the american carrier
    No matter what then warrenty will only be valid in usa

  • HT2250 I have an Apple network utility that with the previous printer (Canon PIXMA iP 5000) found the printer on the Network for use on a wi fi system but a newish printer (Canon MG6150) does not show up as Bonjour.  Is that correct?

    I have an Apple network utility that with the previous printer (Canon PIXMA iP 5000) found the printer on the Network for use on a wi fi system but a newish printer (Canon MG6150) does not show up as Bonjour.  Is that correct?
    paul.kelly

    Hi Steve,
    No expert, but since nobody else has piped in...
    Did you setup the DNS Server IP?

  • [svn:bz-trunk] 10240: Add validateClient API to the MessageBroker for use in subclases

    Revision: 10240
    Author:   [email protected]
    Date:     2009-09-14 11:36:09 -0700 (Mon, 14 Sep 2009)
    Log Message:
    Add validateClient API to the MessageBroker for use in subclases
    to filter clients.  Add a noop implementation.
    If validateClient throws an exception, return 403 Forbidden to
    client for the request.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java
        blazeds/trunk/modules/core/src/flex/messaging/MessageBrokerServlet.java

  • Where do I go for a safe driver for the Mac for use with Altec Lansing Technologies IMT227 OrbitM Ultra Portable Speakers?

    Where do I go for a safe driver for the Mac for use with Altec Lansing Technologies IMT227 OrbitM Ultra Portable Speakers?

    This is an Altec Lansing IMT227 OrbitM etc
    Is this what you have?
    Here is the specification, please note, no USB
    You are either mistaken or talking about a different model.

  • HT1923 I backed up my iPad on my laptop with iTunes.  I want to remove and re-install  iTunes.  How do I preserve the backup for use after I re-install iTunes?

    I backed up my iPad on my laptop with iTunes.  I want to remove and re-install  iTunes.  How do I preserve the backup for use after I re-install iTunes?

    The device backups and iTunes library should be unaffected by uninstalling and reinstalling iTunes.
    See Troubleshooting issues with iTunes for Windows updates for more...
    tt2

  • My ipad2 was recently stolen.  I have since purchased an iphone4.  Is there a way to retreive the apps that were on the ipad for use on my iphone or a new ipad once purchased?

    My ipad2 was recently stolen.  I have since purchased an iphone4.  Is there a way to retreive the apps that I had on my ipad for use on my iphone or on a new ipad if purchased?
    Thx.
    Adam

    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    All ipad apps are not neccessarily compatible with iphone.  There are some universal apps.

  • If AME 2014 no longer allows .flv export, how am I supposed to import videos to the stage for use in Flash CC?

    Flash CC will notimport .mp4 videos for use on the stage, only .flv. This seems like an ENORMOUS oversight, so maybe I am missing something. But if I'm not missing anything, WHEN THE **** WILL ADOBE UPDATE FLASH TO MATCH THE STUPID FORCED WORKFLOW UPDATE THEY'VE DONE WITH AME AND AFTER EFFECTS? I HAVE TO USE SOME RANDOM 3RD PARTY WEBSITE TO CONVERT .MOV OR .MP4 FILES TO .FLV FOR USE IN FLASH!?!?!?!?!?!!?!?!? ARE YOU KIDDING ME?!?!?!?!?!?!!?!?

    This forum is for Flash Media Server Developers so most likely you migth get much traction here. I would recommend you to post your query on Flash Builder forum: http://forums.adobe.com/community/flash_builder/using_flash_builder
    Also you can try posting here:
    Flash Platform Services For Promotion - http://forums.adobe.com/community/promotion
    Flash : http://forums.adobe.com/community/flash/flash_general

Maybe you are looking for

  • 24" prepurchase questions please

    im looking to buy a 24" 2.33, 2gigram with upgraded video and wireless keyboard and mouse. i see various mention of dark corners and occasional dead pixels which i understand is sometimes the case for all companies products and not exclusive to apple

  • Intel PRO/10+ netwrok card and Solaris 8_x86

    Hi! I have a working Solaris 7_x86. Now I want to try Solaris 8_x86 10/00 with the same hardware. Installation is fine, except it didn't detect Intel PRO/10+ ISA network card automatically. In the first installation, I just ignored it and go on with

  • Create standby DB using RMAN in Oracle10.2 standard ediction

    I am tring to create a standby DB in different host with different directory using RMAN. when I issued the command <duplicate target database for standby>, RMAN gave the error msg as follow: Starting restore at 02-MAY-06 allocated channel: ORA_AUX_DI

  • CP 6 disable slides transitioning on left click

    Hello, I'm having a slight issue with CP6. I'm trying to set up my project using back and next buttons, but once the slide finishes playing, if i left click anywhere on the screen, it proceeds to the next slide. my set up: I am importing PowerPoint 2

  • OWB 10.2

    I've heard about a beta program for owb. There should exist an owb version 10.2. Where can I find a download for this version? Regards Martin