View Single Post
  #3   Spotlight this post!  
Unread 31-07-2015, 08:46
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: Programming for TalonSRX without RoboRIO?

I can give a partial answer, but you will get much more detailed info from CTRE.

The CAN devices allowed on FRC robots are running a firmware that relies on safety tokens on the roboRIO to provide an extra level of safety. If the robot is Estopped or disabled, the CAN devices need to go into safe mode, even when they have been told to do closed loop operations like position control. So you will not only want to set the CAN IDs, but you will want to install different offseason firmware to get rid of the dependency on the NI FRC_Comms library that provides the safety tokens.

It may in fact be the easiest to use the roboRIO to connect to the talons for imaging and ID setting, but other CAN bridges could be used. This is where they could list more alternatives than I can.

Have fun with your project.
Greg McKaskle