Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Control System (http://www.chiefdelphi.com/forums/forumdisplay.php?f=177)
-   -   Can't connect to the robot (http://www.chiefdelphi.com/forums/showthread.php?t=153371)

OreNPluS 10-01-2017 10:15

Can't connect to the robot
 
Hello everyone !
my team got a new programming leptop for this year, we got labVIEW set-up and everything on the computer, but i can't get the communication light on the driver station to be green (only red...)(using Wi-Fi), the problem isn't the roboRIO itself because i can connect from every another computer i try...

when i try netstat command on the cmd, the computer did find the ip of the robot, 169.254.175.10, but i when i ping that ip or roboRIO-1577-FRC.local, i am getting:

when pinging 169.254.175.10:
Reply from 169.254.66.43: Destination host unreachable (x4 times)

when pinging roboRIO-1577-FRC.local, it just says it could not find the host...


another funny thing is, when trying to connect using ethernet cable diractly from the computer to the roboRIO, everything work just fine
(the usb port of the roboRIO is unreachable, don't ask.... but i guss it will also work just fine like the ethernet cable)

any ideas ?

teletype-guy 10-01-2017 14:24

Re: Can't connect to the robot
 
I am unsure about your ethernet issue, as I have not dug into the new radio setup (which uses 10.x.x.x, and I don't want to change my laptop from 192.x.x.x). I am testing with just an old router in place of the radio and it works fine.

However, USB should work -- connect a usb cable and disconnect the radio cable. In a browser (with SilverLight added) and go to 172.22.11.2 to get to roboRIO-(team-number)-FRC Sys Config page. Driverstation also works over usb, I believe, for tethered tests.

gil

OreNPluS 10-01-2017 15:03

Re: Can't connect to the robot
 
Quote:

Originally Posted by teletype-guy (Post 1628711)
I am unsure about your ethernet issue, as I have not dug into the new radio setup (which uses 10.x.x.x, and I don't want to change my laptop from 192.x.x.x). I am testing with just an old router in place of the radio and it works fine.

However, USB should work -- connect a usb cable and disconnect the radio cable. In a browser (with SilverLight added) and go to 172.22.11.2 to get to roboRIO-(team-number)-FRC Sys Config page. Driverstation also works over usb, I believe, for tethered tests.

gil

that is the thing, using ethernet cable it works fine, usb should work also ...
my problem is, when connecting to the roboRIO using Wi-Fi, i cant get communication on the driverstation ....

Mark McLeod 10-01-2017 17:50

Re: Can't connect to the robot
 
I assume your PC wireless connects to the robot AP just fine.

Try disabling the Windows firewall and any anti-virus you may have running. Those can block the FRC handshake depending on how the connection is treated (Private, etc).

rich2202 10-01-2017 18:15

Re: Can't connect to the robot
 
First thing to check if the IP address of the Programming Laptop is: 169.254.175.xxx. If not, you will have trouble.

Is the IP Address of the Programming Laptop: 169.254.66.xxx? Why is Ping returning 169.254.66.43 if you asked for 169.254.175.10?

I am not a fan of mDNS. I prefer to give everything a valid IP address.

Use IPCONFIG from the CMD box to find out your IP Address.

mdballard 14-01-2017 16:01

Re: Can't connect to the robot
 
I have seen a possibly related problem where the radio sets a frc-robot.local domain on all DHCP clients. This causes pings to the roborio-xxxx-frc.local address to fail and the driver station will not connect. I flashed the ac radio with th 17.2 version of the radio configuration tool. There is no way to configure the domain on it.

I'm still tracking down the issue.

nickmcski 14-01-2017 18:40

Re: Can't connect to the robot
 
Quote:

Originally Posted by rich2202 (Post 1628855)
Is the IP Address of the Programming Laptop: 169.254.66.xxx? Why is Ping returning 169.254.66.43 if you asked for 169.254.175.10?

That second IP address would be the IP of his computer.

The problem I am seeing is you are getting and APIPA address. Do you have the Ethernet cable directly connected from your laptop to the roboRIO? You should make sure that your openmesh radio is imaged and configured for you team.

rich2202 16-01-2017 08:20

Re: Can't connect to the robot
 
Quote:

Originally Posted by nickmcski (Post 1631261)
That second IP address would be the IP of his computer.

It would eventually be a problem if the first 3 numbers in the IP address did not match.

pascal_bergeron 22-01-2017 14:31

Re: Can't connect to the robot
 
Quote:

Originally Posted by mdballard (Post 1631190)
I have seen a possibly related problem where the radio sets a frc-robot.local domain on all DHCP clients. This causes pings to the roborio-xxxx-frc.local address to fail and the driver station will not connect. I flashed the ac radio with th 17.2 version of the radio configuration tool. There is no way to configure the domain on it.

I'm still tracking down the issue.

Where you able to solve this?
We seem to be having the same problem with the wifi connection. We can connect through the radio by ethernet cable, but not by wifi.

When connected by wifi, we can ping the roborio by ip address (10.xx.xx.21) but not by name (roborio-xxxx-frc.local). The driver connection cannot connect however. It seems to be a problem with name resolution.

mdballard 26-01-2017 20:31

Re: Can't connect to the robot
 
So our solution to the name resolution problem was to install Apple Bonjour (part of iTunes). Bonjour is a working implementation of mDNS for Windows.

I asked another mentor who works for Microsoft to check and see if Microsoft was working on any fixes related to mDNS and as of right now it is not a high priority for their development team.

mastachyra 27-01-2017 00:51

Re: Can't connect to the robot
 
Sorry, if I'm starting with too simple a solution, but just a hunch:

The radio Ethernet port furthest from the power input is used for connecting to your computer. The Ethernet port adjacent to the power input is for connecting to the roborio.

Also, it's important to know that the radio power must come from the 12 volt/2 amp outputs of the VRM. (Different than previous years)

BSV 27-01-2017 18:54

Re: Can't connect to the robot
 
We're having the same problem.

When we log in to the roboRio over the USB, the IP address says 0.0.0.0.

We can't log into the router to get the IP or see what's going on because the web interface no longer works.

We ran the radio config utility and same issue.

Old radio works fine.

BSV 28-01-2017 23:34

Re: Can't connect to the robot
 
Bumping because we'd like to be able to control the robot without needing the USB cable plugged in.

We installe iTunes and it didn't help.

Other ideas? Thanks!

Mark McLeod 29-01-2017 07:49

Re: Can't connect to the robot
 
If (1) the roboRIO is connected to the radio by Ethernet, and (2) you connect at the same time via USB and browse to the roboRIO webserver, and (3) the Ethernet address is 0.0.0.0, then the radio is not providing an IP address.
That usually means that the roboRIO is not detecting anything connected to the Ethernet connection.

Does the Ethernet connection on the roboRIO light up with the yellow & green status lights?

Is the roboRIO Ethernet connector plugged into the radio port closest to the power connector?

BSV 30-01-2017 22:44

Re: Can't connect to the robot
 
Quote:

Originally Posted by Mark McLeod (Post 1637716)
Does the Ethernet connection on the roboRIO light up with the yellow & green status lights?

Thanks. The 0.0.0.0 was a bad ethernet cable. We got it to connect.

However, on the driver station, we have to enter the IP address of the RoboRio rather than the team number to get it to connect, and the same with the webcam.

roborio-2723-frc.local address is not recognize on the laptop, and since the IP address changes sometimes there is no guarantee we can guess the correct one. Seems like a laptop networking issue, but we're not sure how to solve it.


All times are GMT -5. The time now is 05:28.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi