03-19-2014 08:51 PM
Curious if it is possible to connect the myRIO to a router via a USB-to-Ethernet cable instead of using the wifi on the myRIO. I want to do it this way because for part of a design project we have to read telemetry from a remote location in a competition and part of the competition rules state that there shouldn't be any rouge signals from the robot besides from a router that sits on it.
03-20-2014 09:56 AM
Hey GusC,
You can indeed use a USB/Ethernet Adapter with myRIO. We discussed this in this thread.
Most USB / ethernet drivers will probably use the ASIX chipset which should work 'out of the box' on myRIO.
For example, this one should work.
-Sam K
Join / Follow the LabVIEW Hacker Group on google+
04-07-2014 10:38 PM
After looking through that thread I decided to purchase this adapter and it works. After plugging in the adapter in to myRIO I had to restart it for it to be detected under the network settings tab. Then I connected it to the my router and after a while the router gave it an IP address. I then changed the IP Address/DNS Name under myRIO Properties to the new IP address and it connected and works just like before.
04-08-2014 09:10 AM
Hey GusC,
Glad to hear that you got it working, and thanks for posting the update on this thread. It's always good to have confirmation that a USB adapter works out of the box with myRIO.
-Sam K
Join / Follow the LabVIEW Hacker Group on google+
02-15-2016 06:52 AM
Dear Sir
I just want to ask how did you connect the converter to the myrio ?!
and just to be sure, did you connected the myrio with this plug only and then to the pc or what ?!
Regards
Nabil
02-16-2016
08:24 AM
- last edited on
11-16-2024
02:03 PM
by
Content Cleaner
Hi,
For what I understand of Gus post is that yuo use the adapter in the ethernet cable side you plug it to the router and the other side (USB) to the myRio from there you have to proceed with the steps to set up the ip address as Gus pointed up. The myRio will be seeing by the network (router) not by connecting it to a PC.
https://www.ni.com/docs/en-US/bundle/myrio-1900-getting-started/resource/376047d.pdf myRIO 1900
regards
M
03-09-2017 10:14 PM
Hello, I bought the adapter you suggested, but unfortunately it does not work directly.
In my case, I'm using myRio 1900. I've tried plugging in the adapter before and after startup. No new adapter shows in NI MAX.
Afterward, I tried ssh into myRio. ifconfig shows no new interface. I tried lsmod before and after plugging it in, it adds the following line when plugged in.
Afterward I tried to install the driver by referring to the manufacturer's website. But all driver needed to be compiled. So I try compiling the driver. To do that, I've installed several things including make, gcc, g++, kernel-dev. However, when I tried to do a 'make' command, it returns the following:
Now I don't know what else to be done. If there is a solution, please suggest it to me. Thank you.
03-13-2017 09:16 AM
Hello Adam,
Does the myRIO show up in MAX when you plug the Ethernet cable straight into the computer instead of the router?
Eric
Applications Engineering
03-14-2017 10:05 PM
Hello Eric,
No it does not show in MAX. I think this is unlikely to work since the adapter itself is not yet usable in MyRIO and the IP address is not configured accordingly.
Just an update. I've tried another USB-to-Ethernet adapter and tried the same thing before. It is just the same as the previous adapter. I've installed usbutils on MyRIO and execute lsusb. This is the output:
Any suggestion? Do I need to install additional software using MAX? Or MyRIO really doesn't support USB-to-Ethernet adapter?
03-16-2017
09:56 AM
- last edited on
11-16-2024
02:03 PM
by
Content Cleaner
Hi Adam,
Did you make sure to install the myRIO drivers? Look through this page and make sure you got it all installed correctly:
Another step that might help is to reset your IP address. Hold the reset button for 5 seconds to put the myRIO into safe mode, and then hold it for 5 more seconds to reset the IP settings.
Cheers,
Ryan