Go to Post If you can't make them fit on the robot, then those features don't really add much value. - Cory [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 Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 19-01-2015, 22:58
Qbot2640's Avatar
Qbot2640 Qbot2640 is offline
Registered User
AKA: Terry McHugh
FRC #2640 (Hotbotz)
Team Role: Mentor
 
Join Date: Sep 2012
Rookie Year: 2012
Location: Reidsville, NC
Posts: 473
Qbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond repute
Re: Need 2014 Driver Station Software

Quote:
Originally Posted by freaksdesign View Post
Oh sorry I miss read. If you are just trying to run old code/robot you should be able to switch to the old protocols. see below
Could you explain exactly what I need to do to run last year's robot from the new driver station software (I'm not sure what the arrow in your image means)? We tried today and didn't know what we had to change...then we were afraid to update the drivers' station laptop for fear of losing the ability to drive the '14 bot.
__________________

2012 Palmetto Regional Winners (Thanks 2059, 2815, and 287).
2012 Newton 14th Seed
2013 Chesapeake Regional Imagery Award Winners
2014 North Carolina Regional Imagery Award Winners
2014 Greater DC Regional Team Spirit Award Winners
2015 North Carolina Regional Finalists (Thanks 3971 and 587)
Reply With Quote
  #2   Spotlight this post!  
Unread 20-01-2015, 09:09
FrankJ's Avatar
FrankJ FrankJ is offline
Robot Mentor
FRC #2974 (WALT)
Team Role: Mentor
 
Join Date: Feb 2011
Rookie Year: 2009
Location: Marietta GA
Posts: 1,925
FrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond repute
Re: Need 2014 Driver Station Software

The switch freak is pointing to lets the 2015 DS interface with the 2014 FMS. My understanding is the 2015 will not talk to the 2014 robots. Apparently the switch that allowed it to run 2014 comms in the Beta testing was dropped. My programmer tells me the 2014 DS will run on the 2015 system. I have not actually seen how he tested this. Maybe somebody more versed in Lab View will comment. (The DS is a labview program regardless of what language your robot is programed in.)
__________________
If you don't know what you should hook up then you should read a data sheet
Reply With Quote
  #3   Spotlight this post!  
Unread 21-01-2015, 08:51
Greg McKaskle Greg McKaskle is offline
Registered User
FRC #2468 (Team NI & Appreciate)
 
Join Date: Apr 2008
Rookie Year: 2008
Location: Austin, TX
Posts: 4,751
Greg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond repute
Re: Need 2014 Driver Station Software

The 2014 and 2015 DS have different EXE names. I do not have both installed on my laptop, and I don't control the installers, so I can't say much about what that will do, but the programs can coexist with no problem. Each has its own set of DLLs and a reference to a LV runtime.

The 2015 DS can actually control 4 slot cRIOs that have been updated to 2015 image. Those cRIOs will then speak the 2015 protocol.

The 2015 DS and roboRIO can also speak the old protocol, but this was turned off during the beta in order to avoid misconfiguration.

So in order to better answer your question, do you intend to update last year's robot to this years development tools and image? Is it a 4-slot?

If not, I'd lean towards zipping the old c:\Program Files\FRC Driver Station folder, then installing the new one, then unzipping the old one into a folder something like 2014 FRC Driver Station.

Greg McKaskle
Reply With Quote
  #4   Spotlight this post!  
Unread 21-01-2015, 09:31
FrankJ's Avatar
FrankJ FrankJ is offline
Robot Mentor
FRC #2974 (WALT)
Team Role: Mentor
 
Join Date: Feb 2011
Rookie Year: 2009
Location: Marietta GA
Posts: 1,925
FrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond repute
Re: Need 2014 Driver Station Software

Quote:
Originally Posted by Greg McKaskle View Post

The 2015 DS can actually control 4 slot cRIOs that have been updated to 2015 image. Those cRIOs will then speak the 2015 protocol.

Greg McKaskle
Boy that is really going to confuse the Demo drivers. 8 slot, 4 slot 2014, 4 slot 2015. For the hard headed Java programmers, Can you put the 2015 image on the 4 slots? Presumably you would still use the 2014 net-bean plugins? Or we just shouldn't go there?
__________________
If you don't know what you should hook up then you should read a data sheet
Reply With Quote
  #5   Spotlight this post!  
Unread 21-01-2015, 10:43
Greg McKaskle Greg McKaskle is offline
Registered User
FRC #2468 (Team NI & Appreciate)
 
Join Date: Apr 2008
Rookie Year: 2008
Location: Austin, TX
Posts: 4,751
Greg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond repute
Re: Need 2014 Driver Station Software

Quote:
Boy that is really going to confuse the Demo drivers
Sounds like a job for documentation. Or at least a checklist.

As for Java dependencies. I'm not the right person to comment on that. I know that the cRIO will still need Squawk JVM and that the language changed enough that the libraries are not that compatible. I would guess that a new 2015 image on a cRIO 4 slot will still run fine with older Java tools, but I'd wait for a beta team or WPI student to confirm.

Greg McKaskle
Reply With Quote
  #6   Spotlight this post!  
Unread 21-01-2015, 13:43
Joe Ross's Avatar Unsung FIRST Hero
Joe Ross Joe Ross is offline
Registered User
FRC #0330 (Beachbots)
Team Role: Engineer
 
Join Date: Jun 2001
Rookie Year: 1997
Location: Los Angeles, CA
Posts: 8,569
Joe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond repute
Re: Need 2014 Driver Station Software

Quote:
Originally Posted by Greg McKaskle View Post
As for Java dependencies. I'm not the right person to comment on that. I know that the cRIO will still need Squawk JVM and that the language changed enough that the libraries are not that compatible. I would guess that a new 2015 image on a cRIO 4 slot will still run fine with older Java tools, but I'd wait for a beta team or WPI student to confirm.
Only LabVIEW supports the v57 image. Java teams should continue using last year's development tools and image.
Reply With Quote
  #7   Spotlight this post!  
Unread 21-01-2015, 14:33
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: Need 2014 Driver Station Software

Quote:
Originally Posted by Joe Ross View Post
Only LabVIEW supports the v57 image. Java teams should continue using last year's development tools and image.
The old Java libraries would have to be updated to support the new Network Communications API to read joysticks and tele-op / auto mode selections and the like (the same way LabVIEW for the cRIO was). Other than that it should work with the Net Beans tools.
Reply With Quote
  #8   Spotlight this post!  
Unread 21-01-2015, 14:51
FrankJ's Avatar
FrankJ FrankJ is offline
Robot Mentor
FRC #2974 (WALT)
Team Role: Mentor
 
Join Date: Feb 2011
Rookie Year: 2009
Location: Marietta GA
Posts: 1,925
FrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond reputeFrankJ has a reputation beyond repute
Re: Need 2014 Driver Station Software

Quote:
Originally Posted by jhersh View Post
The old Java libraries would have to be updated to support the new Network Communications API to read joysticks and tele-op / auto mode selections and the like (the same way LabVIEW for the cRIO was). Other than that it should work with the Net Beans tools.
I think our team is going to go with use the 2014 image on the Crios. I don't think I am even going to hint the programers that there are other options. (We keep them in a dark place with the mushrooms.)
__________________
If you don't know what you should hook up then you should read a data sheet
Reply With Quote
  #9   Spotlight this post!  
Unread 31-01-2015, 09:41
Qbot2640's Avatar
Qbot2640 Qbot2640 is offline
Registered User
AKA: Terry McHugh
FRC #2640 (Hotbotz)
Team Role: Mentor
 
Join Date: Sep 2012
Rookie Year: 2012
Location: Reidsville, NC
Posts: 473
Qbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond repute
Re: Need 2014 Driver Station Software

We program in Labview, and I really don't want to have both 2014 and 2015 driver station software on our DS laptop. What do I need to do?

Do I have to re-deploy my 2014 robot code from the 2015 software?
CAN I re-deploy 2014 from 2015, or would I have to re-write the program in 2015 Labview?
Will I need to re-image first?
Is there anything else?

To me this seems like the kind of ordinary functionality that tons of teams would need to have, to continue demonstrating their old robots this year...if it is so difficult, then why is there not a step by step instruction provided with the title "How to run your old robots from the new driver station software"
__________________

2012 Palmetto Regional Winners (Thanks 2059, 2815, and 287).
2012 Newton 14th Seed
2013 Chesapeake Regional Imagery Award Winners
2014 North Carolina Regional Imagery Award Winners
2014 Greater DC Regional Team Spirit Award Winners
2015 North Carolina Regional Finalists (Thanks 3971 and 587)
Reply With Quote
  #10   Spotlight this post!  
Unread 31-01-2015, 15:02
Alan Anderson's Avatar
Alan Anderson Alan Anderson is offline
Software Architect
FRC #0045 (TechnoKats)
Team Role: Mentor
 
Join Date: Feb 2004
Rookie Year: 2004
Location: Kokomo, Indiana
Posts: 9,113
Alan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond reputeAlan Anderson has a reputation beyond repute
Re: Need 2014 Driver Station Software

Quote:
Originally Posted by Qbot2640 View Post
We program in Labview, and I really don't want to have both 2014 and 2015 driver station software on our DS laptop. What do I need to do?
If you're using a 4-slot cRIO, you can put the proper image on it, program it with this year's LabVIEW, and control it with this year's Driver Station.

The 2014 and 2015 Driver Station programs coexist without conflict (though I think the 2015 installer erases the contents of the folder, so you have to install the 2014 one last).
Reply With Quote
  #11   Spotlight this post!  
Unread 31-01-2015, 17:42
RufflesRidge RufflesRidge is offline
Registered User
no team
 
Join Date: Jan 2012
Location: USA
Posts: 989
RufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant futureRufflesRidge has a brilliant future
Re: Need 2014 Driver Station Software

Quote:
Originally Posted by Alan Anderson View Post
The 2014 and 2015 Driver Station programs coexist without conflict (though I think the 2015 installer erases the contents of the folder, so you have to install the 2014 one last).
And the 2014 installer overwrites the 2015 dashboard so you should rename the 2015 dashboard first if you want to keep it.
Reply With Quote
  #12   Spotlight this post!  
Unread 31-01-2015, 19:31
Qbot2640's Avatar
Qbot2640 Qbot2640 is offline
Registered User
AKA: Terry McHugh
FRC #2640 (Hotbotz)
Team Role: Mentor
 
Join Date: Sep 2012
Rookie Year: 2012
Location: Reidsville, NC
Posts: 473
Qbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond reputeQbot2640 has a reputation beyond repute
Re: Need 2014 Driver Station Software

Quote:
Originally Posted by Alan Anderson View Post
If you're using a 4-slot cRIO, you can put the proper image on it, program it with this year's LabVIEW, and control it with this year's Driver Station.
We are using a 4 slot cRIO....
Can I open and deploy the program that we wrote in 2014 Labview with 2015 Labview, or do we need to re-write last year's program in the new software?
__________________

2012 Palmetto Regional Winners (Thanks 2059, 2815, and 287).
2012 Newton 14th Seed
2013 Chesapeake Regional Imagery Award Winners
2014 North Carolina Regional Imagery Award Winners
2014 Greater DC Regional Team Spirit Award Winners
2015 North Carolina Regional Finalists (Thanks 3971 and 587)
Reply With Quote
  #13   Spotlight this post!  
Unread 01-02-2015, 10:48
Greg McKaskle Greg McKaskle is offline
Registered User
FRC #2468 (Team NI & Appreciate)
 
Join Date: Apr 2008
Rookie Year: 2008
Location: Austin, TX
Posts: 4,751
Greg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond reputeGreg McKaskle has a reputation beyond repute
Re: Need 2014 Driver Station Software

You shouldn't need to rewrite all of your code, but you should look at the indices in Begin and update them to be zero based. There may be some other areas such as the compressor that you need to look at.

Work on a copy of the code, and you should find out within a few minutes whether you will have issues or not.

Greg McKaskle
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


All times are GMT -5. The time now is 02:47.

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