![]() |
No Code Error
I am using Windriver C++ and have installed all of the updates. My development PC has been set to the ip 10.14.14.6 (or whatever it was supposed to be, I am working from home right now). I have installed the Driver software on the development PC.
I compile the example code in Windriver and use the FIRST downloader to upload the code to the CRIO. It doesn't tell me if it worked, but I assume it doesn't because when I restart the cRIO I get the no Code error from the Driver software. Any Help? |
Re: No Code Error
This can happen for two reasons - you don't have code (sounds like you do) or the code is failing to execute.
First, check that the FIRST Downloader in Windriver is downloading the program you expect and that your team # is set properly. Both of these are set in Windows->Preferences->FIRST Downloader Preferences. Failure to execute is often caused by a mismatch in version between what your code is compiled against (WPILib in Windriver) and the cRIO's FPGA image on the robot. Have you downloaded and applied all updates to Windriver? Have you imaged your cRIO with the latest C++ image version (version 19)? Update everything, recompile, and re-download your code. Restart your robot. If you continue to have problems, it is helpful to either: A. Undeploy the program, reboot the robot, and load your code using the Debug facility in Windriver -- this will give you the ability to get any errors back as the program is loaded, and also to know your code is getting there. -or- B. Attach a serial cable to your cRIO's serial port, turn on the "console out" DIP switch on the cRIO, reboot your robot and watch the console messages on a terminal program on your laptop. This can give further details. |
Re: No Code Error
1 Attachment(s)
Well i get some error codes, I suppect they are related to hardware failure, but I have to rule out the software side first.
I attached a screen copy of the errors. This error get thrown when I try to debug from Windriver following the instructions from the Getting Started with C.pdf document |
Re: No Code Error
Does anybody know what this error is about?
|
Re: No Code Error
You say you installed all the updates, but did you reimage the cRIO afterwards? I've never used C++ on an FRC robot (I'm a LabVIEW guy), but those errors make me think that you're trying to run 2010 code on a 2009 image. Make sure the cRIO is updated with v19.
|
Re: No Code Error
Quote:
|
Re: No Code Error
1 Attachment(s)
We had a similar problem, where we could load code to the robot. The driver station indicated communication, but no robot code.
We tried reimaging to v19 a second time, as well as updating the workbench a second time with no positive results. One of our programmers found that the update.cmd file, found in WorkbenchUpdate20100107.exe, only installs the update to the default filepath. You can change the install paths for the update to your actual install directory. You can change update.cmd to install to the correct directory, or you can copy the contents of the update to your Windriver directory and overwrite the old files. The first method you need to run update.cmd after you make the change. Below is the snapshot of the change we made in notepad++. |
Re: No Code Error
Well mine is in the defualt install path, I am just going to try another computer setup and see if I can narrow the problem down (computer, cRIO, installation error, my presence) etc
|
Re: No Code Error
I'm having exactly the same problem. I have re-installed everything at least three times and installed all updates, but the execution fails with the same error message as previously described.
Just out of curiosity, what operating system are you on? I'm on Windows 7, but I don't think that should affect anything. |
Re: No Code Error
Well I have narrowed it down to an install error, not a Windows 7 inherent error. So check for problems caused by installation (maybe UAC or the like), i am using the classmate with a Windriver install for now.
However the only project I can build (and not all the time correctly, (random error that aren't part of the ISO C++ Standard) is the sample project, so i blame this level of malfunctioning on FIRST. |
Re: No Code Error
Well I have narrowed it down to an install error, not a Windows 7 inherent error. So check for problems caused by installation (maybe UAC or the like), i am using the classmate with a Windriver install for now.
However the only project I can build (and not all the time correctly, (random error that aren't part of the ISO C++ Standard) is the sample project, so i blame this level of malfunctioning on FIRST. |
Re: No Code Error
Quote:
What do you mean that it doesn't build correctly? The same code built multiple times gives errors? I don't think that the code would be compiled again if unchanged. |
Re: No Code Error
Quote:
Less often it can be caused by other issues. You said you narrowed it to "an install error". Could you be more specific about what you found to help others that may be encountering the same issue? |
Re: No Code Error
I have a question, does anyone have actual compiling code for this year using the ItreativeRobot class yet? While the rest of the team is building the physical robot I'm trying to figure out this years WPILib by porting the code from our 2009 bot to 2010. I've completely pulled the camera sections and updated my Dashboard/DriverStation methods to the versions used in the 2010 Vision Example. However, I still get a persistent No Code Error on the Robot when trying to use this code. I'm thinking that I may have some small thing that has been left behind not being caught by the compiler. Since I can't find a 2010 IterativeRobot example included in the WindRiver examples I'm in need of some (working) IterativeRobot based code. Thanks a bunch ^_^
|
Re: No Code Error
There is a semi random error in the WR updater, it extracts the files to a temporary folder, but doesn't move them to the actual folder. this might be whats happening.
I think the update folder is in C:\ so look around (or search CD) |
Re: No Code Error
You can add us to the no code error issue too.
we are running the wind river tools We tried deploying the default code and it seemed to download ok but the driver station said no robot code.. Crio has the v19 image...we updated the workbench to the latest update 20100107 . we cant check error messages via the serial port because the crio is not talking back to the laptop for some reason. Here's the catch..we also tried using a laptop with last years tools on it and we were able down load and run the default program Any Clues??? I sure didn't plan spending the first three weeks of build season getting the tools to work...:mad: Brian Team 1714 Sr Firmware Engineer Rockwell Automation |
Re: No Code Error
Quote:
|
Re: No Code Error
Quote:
Quote:
|
Re: No Code Error
We are having the same error. We are using labview. It connects to the robot and it successfully deploys code, but on the driver station says no code
|
Re: No Code Error
Quote:
Another thing that can cause this is having the wrong cRIO image, v19 is the latest, and the diagnostics tab on the DS will show the version. Greg McKaskle |
Re: No Code Error
We had a similar issue last year getting a No Code error. This happened because we did not pack the data correctly to send to the dashboard. I think there was a specific sequence used and the dashboard won't accept the data packets if it's not correct...
If this issue persists, one might want to try taking out the data packing code altogether and try to get it to run. |
Re: No Code Error
Quote:
I am also not sure that he installed the labview update. Since we are running wind river he may have thought we didn't need it...What would be the effect of not updating that? thanks again... Brian |
Re: No Code Error
Quote:
|
Re: No Code Error
1 Attachment(s)
Quote:
So it's easy to double check. |
Re: No Code Error
Quote:
You can tell if the update worked by looking at the version of the image that the imaging tool is trying to send to the cRIO when you enable formatting the controller. |
Re: No Code Error
I ended up figuring out the issue on mine, hopefully this helps others:
My target install machine is running Windows 7. According to a Windows guy I know, Microsoft changed the security API for a few different things going from Vista to 7, especially concerning a feature called UAC. UAC does not allow programs to write directly to the C: drive, so certain programs will not function properly. One of these programs that fails (silently) is the WindRiver installer. The solution? Log into an adminstrator account, go to Control Panel -> User Accounts and Family Safety -> User Account. Choose "User Account Control" settings (the infamous UAC). Slide the bar to the bottom, and restart your computer. You have now disabled UAC; you can enable it later (probably after build season). Now for the fun part. Remove WindRiver entirely (i.e. blow away the C:\WindRiver directory). Pop in the WindRiver install DVD and run the setup program. It should install significantly faster. After that, run the update program on the same disk, then install the latest WPI updates. Once you've done that, everything should work properly. Hope that helps! |
Re: No Code Error
Yippeee!! everything is finally working....We re-imaged the Crio, made sure 'ALL' the updates were applied to the driver station and the development laptop, compiled then downloaded the BuiltinDefaultCode.out file. Then we added Joe's accelerometer code and fixed the I2C.cpp file. and all still worked.
We had some problems with the IterativeDemo but I we'll revisit that later. The BuiltinDefaultcode is what we will base our robot code on. Thanks to all especially Joe Hersch for all the info and his patience..They don't pay you enough...Every one should send Joe a Starbucks gift card so he can buy enough coffee to keep him awake when he sending those responses at 3 AM..:ahh: Brian C |
Re: No Code Error
Quote:
WorkbenchUpdate20100107.exe WPILibSource20100107.zip NetConsoleClient_1.0.0.4.zip FRCLabVIEWUpdate2.0for2010.zip FRCLabVIEWUpdate1.0for2010.zip DSUpdate1.0for2010.zip The cRIO was successfully imaged with v19 on a wired connection. We used "VxWorks Downloadable Kernal Module Sample Project" named "Default Robot Main Program" as the code to test our connection with though our router we received in our kickoff kit last year as a rookie team. It built fine and we had set our team number correct in workbench options as well. When we downloaded the .out file onto our cRIO using a wired connection through the router it said it was successful and went fast. When we logged into our driver staion in the atom it said the cRIO image was v19 and everything was green expect it said "No Robot Code." Last year we had a similar issue when the downlao to the cRIO would say done successfully wasn't actually. The way we fixed it last year was by another team's programmer working on it and doing a couple, more updates. Did we miss some updates? How can we fix it? Did we use the wrong build in workbench? Also, what does the atom's static IP have to be to run the driver station. And what are all of the other IP's we need for other components like the cRIO (just to double check). Ad finally, Do we have to use the blue router from last years kit to run the station or is it possible/allowed to set up ad-hoc or something o nthe atom to host the single to the robot? Thanks! Love the forum! |
Re: No Code Error
Quote:
|
| All times are GMT -5. The time now is 12:26. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi