Upcoming Events:
Pot-luck Team Dinner
Jun 22, 2012 7:30 AM:
Last Day School
Apr 24, 2013 2:30 PM:
2013 Championships
More...
Team 358
HomeSchedule
Blog
Sponsors
Special Thanks
Seniors
News Articles
History
Contact
FIRST® Things First
What is FIRST?FIRST Official Site
FIRST in the News
FRC® Game Details
FRC® Game Animations
Multimedia
FIRST Promo VideosFIRST News Segments
Team 358 Photos & Videos
T-shirt Collection
Team Resources
Start a TeamOrganization
Sponsorship
Fundraising
Marketing/Publicity
Website
Strategy
Scouting
Career Planning
FIRST Scholarships
Technical Resources
Control SystemMechanical
Pneumatic
Electrical
Workshops
General Resources
Offsite ResourcesFRC® Statistics
FIRST Search Game Rules
Long Island Teams
FIRST sites-Google
FRC Team Lookup
FIRST® Robotics Competition (FRC®)
Control System 2009-Present
C++/Wind River Programming
Wind River is a programming environment specifically targeting the cRIO VxWorks OS. The gcc compiler libraries are specifically for FRC.You can use any text editor and makefiles if you like to write your code, but the compiler and FRC specific headers & libraries are necessary.
- Developing Shared Libraries for the cRIO-901x and Other VxWorks Targets
- Creating Shared Libraries for VxWorks Targets without Wind River
Documentation
- C Programming Guide for FRC
- C++ Reference
- C Reference
- FRC Vision API Specification
- Robot Programming with the WPI Robotics Library
- WPI Robotics Library Manual Pages
- NI Vision CVI
- C++ Reference Manual Pages
- FRC 2010 C++ Beta Forums
Troubleshooting
General Issues:
- "No Code" displayed on Driver Station
- Cause: No user code is running on the cRIO
- Test:
- Explanation: No code is set to run at startup
- Wind River deploy error: "Symbol file has changed since last load, please unload old symbols first"
- Cause:
- Test:
- Explanation:
- Solution:
- 1) Go to your Remote Systems tab
- 2) Right-Click your process (should be something like SimpleTemplate.out, but could vary)
- 3) Hit "Unload Symbol Files".
- 4) Right click the process again
- 5) Hit "Delete"
- 6) Click through the dialog box that pops up, being sure to leave everything at the default settings.
Control Issues:
- Changes not showing up
- Cause: 1) Not downloading the program being changed
- Test:
- Explanation: