Changes between Version 23 and Version 24 of ElectricalFrcIntroduction
- Timestamp:
- Oct 16, 2019, 1:24:48 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ElectricalFrcIntroduction
v23 v24 178 178 * [http://www.revrobotics.com/rev-11-2158/ Spark MAX] Brushless and Brushed DC motors, CAN or PWM ($75) 179 179 180 The Talon SRX is the most powerful (and most expensive) controller and includes its own microprocessor that can offload many duties from the robot computer. This allows the robot computer to instruct the SRX to perform high level functions such as "run the motor at 100rpm" and the SRX will automatically adjust power to the motor as the load varies to keep it spinning at 100rpm. The robot computer communicates with the SRX over a two-way CAN communications bus that is particularly easy to wire, requiring only two wires for all of the motor controllers. The robot computer can issue commands to the SRXand request status.180 The Talon SRX and Spark MAX are the most powerful (and most expensive) controllers and include their own microprocessors that can offload many duties from the robot computer. This allows the robot computer to instruct the SRX or MAX to perform high level functions such as "run the motor at 100rpm" and the controller will automatically adjust power to the motor as the load varies to keep it spinning at 100rpm. The robot computer communicates with the controller over a two-way CAN communications bus that is particularly easy to wire, requiring only two wires for all of the motor controllers. The robot computer can issue commands to these CAN controllers and request status. 181 181 182 182 The other motor controllers (SR, SP, Spark) are simpler devices that require the robot computer to perform the higher level functions. The robot computer uses PWM to communicate with each motor controller; the PWM signal specifies speed and direction but is one-way only (robot computer to motor controller).