@@ -14,6 +14,61 @@ Just click to expand the Tech Tip you'd like to read.
14
14
.. dropdown :: Week of 06/24/2024 "Calculating Motor and Servo Power"
15
15
:open:
16
16
17
+ .. _servopowerinjectors :
18
+
19
+ This week’s Tech Tip of the Week is intended to be a short treatise on Servo
20
+ Power Injectors. Servo Power Injectors have been used in FIRST Tech Challenge
21
+ for several years now, but do you really understand what they are and how they
22
+ work? What is a Servo Power Injector and how might servos behave differently
23
+ when used with one?
24
+
25
+ A servo connection is a 3-wire combination that combines power, ground, and
26
+ a signal. The actual command signal for the servo travels on the signal wire,
27
+ and the power used to power the servo travels on the other two wires. A servo
28
+ power injector is a device that removes the power provided by the servo controller
29
+ (REV Control Hub or REV Expansion Hub for FTC) and provides a new, usually higher
30
+ wattage power source. Both the REV Servo Power Module and Studica Servo Power Block
31
+ replace the 5V/10W power provided by the REV Control/Expansion Hubs with a 6V power
32
+ source with a higher maximum wattage.
33
+
34
+ So what does higher voltage do for a servo? Servos operate on a power range; the
35
+ more power they get, the faster and stronger they can become, up to a certain limit.
36
+ Servos operating at 5V get a noticeable boost in speed and output power when used
37
+ at 6V. The same servos may seem superhuman at higher voltages!
38
+
39
+ The downside of servo power injectors is that teams are now responsible for
40
+ managing their own power usage. On the REV Control Hub, for instance, each servo
41
+ port pair is limited in how much power it can draw (at least there’s a limit on
42
+ how long it can draw high loads). When using a servo power injector, the pool of
43
+ power for a servo is much larger and less restricted since it pulls its power
44
+ directly from the robot battery - using power injectors means you could consume
45
+ all of the power on the robot just from the servos alone! This will result in the
46
+ robot power system browning out (resulting in loss of communications or loss of
47
+ power to the control system) or even blowing the 20A battery fuse.
48
+
49
+ Using a servo power injector can also expose different behaviors in servos that
50
+ were not present when using the REV Control/Expansion Hub directly. The biggest
51
+ behavior is the “Lost Signal” behavior. When an OpMode ends, the REV
52
+ Control/Expansion hubs stop the signal and also cut power to the servo ports -
53
+ this leads to the servos “going limp” as they lose power. With a servo power
54
+ injector, the servos never lose power, and so “lost signal” behaviors will often
55
+ then take over which may cause the servo to move to a “default” position (which
56
+ is virtually never advantageous for robots but definitely advantageous for R/C
57
+ planes for example). The Axon MAX+ servo and several higher-power HiTec servos
58
+ have this behavior, the Axon MAX+ behavior is at least configurable with a servo
59
+ programmer.
60
+
61
+ Finally, when using a servo power injector it’s of VITAL importance that you
62
+ cover unused ports with tape or other debris-limiting measures to protect the
63
+ ports. It’s very easy to get metal swarf in open servo ports, and that metal
64
+ can short out the power output pins - especially lower-cost power injectors
65
+ cannot tell when they’re being used, or don’t have protections against short
66
+ circuits, but they still have all output pins powered. This can quickly turn
67
+ your servo power injector into an expensive paperweight when the power
68
+ regulator overloads and burns out.
69
+
70
+ .. dropdown :: Week of 06/24/2024 "Calculating Motor and Servo Power"
71
+
17
72
.. _calculatepower :
18
73
19
74
In this Tech Tip of the Week we’ll be exploring mechanical and electrical
0 commit comments