Difference between revisions of "Speed Control"

(Changed categories.)
Line 1: Line 1:
== Open Loop ==
+
Speed control is the process of varying the speed of a motor in response to a command input. In robotics, this is most commonly performed by a [[Motor Controller Support|Motor Controller]]. There are two variants of speed control: open loop and closed loop. In open loop, the command input is directly converted into a command for the motor (usually applied voltage). In closed loop, sensor feedback (usually an [[Wheel Encoders|encoder]] or potentiometer) is used to measure the current motor speed in real time and accordingly modify the motor voltage such that the motor speed more closely follows the commanded speed.
  
== Closed Loop ==
+
==Open Loop==
 +
 
 +
==Closed Loop==
 
[[Category:Electrical Engineering]]
 
[[Category:Electrical Engineering]]
 
[[Category:Software Engineering]]
 
[[Category:Software Engineering]]

Revision as of 14:45, 8 January 2021

Speed control is the process of varying the speed of a motor in response to a command input. In robotics, this is most commonly performed by a Motor Controller. There are two variants of speed control: open loop and closed loop. In open loop, the command input is directly converted into a command for the motor (usually applied voltage). In closed loop, sensor feedback (usually an encoder or potentiometer) is used to measure the current motor speed in real time and accordingly modify the motor voltage such that the motor speed more closely follows the commanded speed.

Open Loop

Closed Loop