|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Deploying code without cRIO
Is this possible? I'd like to debug some code in the off season, but won't have access to a cRIO for a good while.
* I don't mean compiling! Thanks in advance. |
|
#2
|
||||
|
||||
|
Re: Deploying code without cRIO
What do you want to be able to do after you've deployed the code?
|
|
#3
|
|||||
|
|||||
|
Re: Deploying code without cRIO
Um, deploy to what?
Do you mean "something that walks and talks and quacks like a cRio but isn't one" - a cRio emulator for Windows for example? |
|
#4
|
|||||
|
|||||
|
Re: Deploying code without cRIO
I mean just run my program as normally- minus a cRIO. Not from the dashboard because afaik, you'd need to be tethered to something... but from the output window in Netbeans. Would a main + startCompetition method do this?
But if there is a cRIO emulator, that would be nice, too. I saw an early version of one awhile ago, but I don't think that's what I need. @WizenedEE: I want to be able to read joystick values and test a control board live time from the output window, if possible. |
|
#5
|
||||
|
||||
|
Re: Deploying code without cRIO
So you want something that will do the same printf commands as the C-RIO does and with the same joystick functions? What we were trying to get at is if you wanted to run some wheels, flash some lights, display to a computer screen, or something else.
To get joysticks, you'd have to connect to the driver station software, and I doubt that's easy without the programmed C RIO. If you wanted to learn about how to read a joystick connected to your computer, though, USB joysticks get recognized by windows and you could skip the DS -- just plug it into your own computer. Reading that Cypress IO board could get harder though. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|