View Single Post
  #206   Spotlight this post!  
Unread 12-10-2014, 09:34
controls weenie's Avatar
controls weenie controls weenie is offline
Registered User
FRC #2973
Team Role: Mentor
 
Join Date: Oct 2014
Rookie Year: 2011
Location: United States
Posts: 23
controls weenie is an unknown quantity at this point
Re: 2015 Beta Testing - The Components are Here.

Quote:
Originally Posted by Joe Ross View Post
This is definetly active. In addition this would be illegal in any previous year, as a motor controller is not allowed to connect to a custom circuit. It would be legal for you to make a seperate board and have the roboRIO communicate the values it's sending to the motor controllers to the seperate board over another communication method (I2C, SPI, CAN, serial, ethernet, etc).

Given how hard it is to see items on the robot during a match, a better option might be to have either the roboRIO log the data you want to it's internal flash or send the data to the dashboard. Both the LabVIEW dashboard and the SFX dashboard support logging by default.
Joe, I like your first suggestion to use a serial message to another device (maybe a PCDuino) to display our commands on the robot. We can set a message buffer equal to the motor (and servo) commands then send it to the PCDuino maybe somewhere high for best 'line of sight'. This would also help us debug in the pit.

We do want to try placing the commands on the robot this year with indicators such as colored LEDs. In previous years, we have spent many hours reconfiguring the dashboard but we NEVER look down at it during competition. Even the coach is too busy to look down. This way the entire pit crew in the stands can follow the driver and operator commands to educate them on component failures. This might expedite getting the robot ready for the next match.
Reply With Quote