|
Debug over wireless does not work for CRIO
We have been having the following issues with our robot communications. For one when we start to either load java code from Netbeans or try to debug java code from Netbeans, it complains that the computer is not on the same subnet as the robot. We have however set the subnet in windows to 255.255.255.0 and Netbeans reports that it is instead 255.255.255.254. However this issue only causes problems when we are trying to debug in Netbeans, in which case nothing works and the driver station reports that there is no code loaded on the robot. When we instead simply run the code from inside of Netbeans it presents the same warning, but works just fine and the driver station reports that there is code that is working on the robot. Even more interesting is that when we instead perform these same tasks but over wired communications instead of wireless, it does not tell us about subnet errors and both debug and standard execution operate just fine. Any ideas as to what is going on?
|