Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Using the old cRIO control system (http://www.chiefdelphi.com/forums/showthread.php?t=135878)

feverittm 17-03-2015 17:44

Using the old cRIO control system
 
Folks,

My team has a number of the cRIO control systems, as well as a couple of robots that we would like to get active again for off season projects.

When the roboRIO was announced it was advertised that teams could still use the old control system for development/testing using the new programming framework.

Therefore the question becomes, now that we have had most of the season (build + competition) behind us, has anyone found a way to program the older components using the new programming components? This is besides trying to find and load all of the old programming software and run it like previous years.

Thanks.

pastelpony 17-03-2015 17:53

Re: Using the old cRIO control system
 
If you're talking about LabVIEW, then it's perfectly possible. I've programmed a test board using the 4-slot cRIO II, DIO breakout, etc using the newest version of LabVIEW (albeit in a cRIO project, not a roboRIO one). There is an option to create a cRIO project to work with it.

However, 8-slot cRIOs cannot be programmed with LabVIEW 2014 and must be programmed with 2013.

feverittm 17-03-2015 18:06

Re: Using the old cRIO control system
 
I should have included that we use Java.

Thanks

Ben Wolsieffer 17-03-2015 18:12

Re: Using the old cRIO control system
 
With Java, you have to use the the 2014 frameworks.

Hugh Meyer 17-03-2015 19:09

Re: Using the old cRIO control system
 
If you want C++ check this link:

https://usfirst.collab.net/sf/projec..._crio_c_tools/

-Hugh

elfenari 18-03-2015 07:50

Re: Using the old cRIO control system
 
We were playing around with this for the same reason as you guys (Java team). The programming must still be done in netbeans with the old plugins because of the way the IDE sends code to the controller ( unless someone can make a plugin for eclipse that doesn't use the mDNS the roboRIO uses). For driving, if you have a 4-slot cRIO, you should be able to flash the latest image (73? 43?) and use the 2015 driver station by selecting 2009-2014 from the control system menu. If you have and 8-slot, like we do, it doesn't support the latest firmware. Our solution was to reimage an old classmate with last years software, and just drive with the old driver station.

GeeTwo 18-03-2015 08:03

Re: Using the old cRIO control system
 
From another thread:

Quote:

Originally Posted by Jacob Bendicksen (Post 1457600)
  • Yes, you'll need to use the roboRIO if you're using WPILib Java. However, if you use the CCRE, our custom Java runtime engine that our awesome software manager Colby built, the code is identical. Not sure if you're interested in using it, but it would make it possible to write code that runs on both the cRIO and the roboRIO.



All times are GMT -5. The time now is 01:51.

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