Go to Post "How do we make our team be like your team?" That's the sort of question everyone should be asking of these so-called "elite" or "powerhouse" teams. - sanddrag [more]
Home
Go Back   Chief Delphi > Technical > Control System > FRC Control System
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Reply
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
  #1   Spotlight this post!  
Unread 13-01-2010, 11:29
Aaron V Aaron V is offline
Registered User
FRC #1325 (Inverse Paradox)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2009
Location: Ontario, Canada
Posts: 13
Aaron V is an unknown quantity at this point
cRio Code problems

We're having problems putting code onto the cRio. We're using the same laptop that re-imaged the cRio, so it shouldn't be a connection issue.

Originally the code would tell us that we had the wrong version info, so we modified line 41 of the upgrade.xml file to become:
<version name="Name" value="FRC_2010_v9.zip;"/>
since it seems like we have version 9 on our cRio.

After we modified this, instead of creating an error, the code is stuck up on
"Setting up for RUN".

Here is the output:
Code:
init:
init:
No to.jar.file specified.
Using "suite\InverseParadoxSimple_1.0.0.jar"
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Deleting directory C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\j2meclasses
clean:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
Compiling 1 source file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\build
compile:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\j2meclasses
preverify:
Created dir: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Building jar: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite\InverseParadoxSimple_1.0.0.jar
jar-app:
Using "suite\InverseParadoxSimple_1.0.0.jar"
CompilerOracle: exclude com/sun/squawk/Method.getParameterTypes
CompilerOracle: exclude com/sun/squawk/SymbolParser.getSignatureTypeAt
CompilerOracle: exclude com/sun/squawk/SymbolParser.stripMethods
[translating suite image [closed: false, parent: squawk] ...]
### Excluding compile: com.sun.squawk.Method::getParameterTypes
### Excluding compile: com.sun.squawk.SymbolParser::getSignatureTypeAt
Romizer processed 70 classes and generated these files:
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.sym
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.metadata
  C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.api
Expanding: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite\InverseParadoxSimple_1.0.0.jar into C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Moving 1 file to C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\suite
Deleting: C:\Users\Robotics\Documents\NetBeansProjects\InverseParadoxSimple\image.suite.api
Connecting FTP @10.13.25.2
upgrade:
Sending local file image.suite
flashapp:
deploy:
init:
Setting up for RUN
Reply With Quote
  #2   Spotlight this post!  
Unread 14-01-2010, 12:39
jhersh jhersh is offline
National Instruments
AKA: Joe Hershberger
FRC #2468 (Appreciate)
Team Role: Mentor
 
Join Date: May 2008
Rookie Year: 1997
Location: Austin, TX
Posts: 1,006
jhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond repute
Re: cRio Code problems

The reason it complained is because they don't match. The fix is certainly not to edit the number it's looking for.

You need to make sure the Java Update version and the cRIO image actually match.

Have you installed the update that includes the current cRIO image (v19)?
Reply With Quote
  #3   Spotlight this post!  
Unread 14-01-2010, 12:59
whytheheckme's Avatar
whytheheckme whytheheckme is offline
Registered User
AKA: Jacob Komar
no team
 
Join Date: Feb 2006
Rookie Year: 2005
Location: Providence, RI
Posts: 1,320
whytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond reputewhytheheckme has a reputation beyond repute
Send a message via ICQ to whytheheckme Send a message via AIM to whytheheckme Send a message via MSN to whytheheckme Send a message via Yahoo to whytheheckme
Re: cRio Code problems

Quote:
Originally Posted by jhersh View Post
Have you installed the update that includes the current cRIO image (v19)?
This update MUST be done for it to work, and can be found here:

http://joule.ni.com/nidu/cds/view/p/lang/en/id/1534
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
cRIO update 3.0 problems Two-Face Programming 3 14-02-2009 10:06
cRIO Problems computerboi1503 C/C++ 7 11-01-2009 09:35
Problems Combining Camera Code and Driving Code cmurdoch Programming 20 10-02-2007 16:34
Problems integrating CMUCAM code and IFI Default Code Windward Programming 2 06-02-2007 16:48
problems using gyro/adc code with camera default code tanstaafl Programming 7 22-01-2006 23:09


All times are GMT -5. The time now is 05:19.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


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