3 Wire Stepper Motor: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoStepperMotor3Wire.png == Summary == {{:Summaries:Summary 3 Wire Stepper Motor}} == Description == Use this component to control a 3 wire stepper motor. Please note that you should never connect a motor physically directly to an Arduino board, unless the board has built in motor drivers. You will need a hardware driver connected between Arduino and the motor. <b>Diagram:</b> Image:TArduinoStepperMotor3Wire.Preview.png == Categories == *Image:..." |
No edit summary Tag: Reverted |
||
Line 18: | Line 18: | ||
== Properties == | == Properties == | ||
*[[TArduinoCommonStepperHalfStep.HalfStep|HalfStep]] - | *[[TArduinoCommonStepperHalfStep.HalfStep|HalfStep]] - [[:Summaries:Summary TArduinoCommonStepperHalfStep.HalfStep]] | ||
*[[TArduinoCommonStepper.Enabled|Enabled]] - {{:Summaries:Summary TArduinoCommonStepper.Enabled}} | *[[TArduinoCommonStepper.Enabled|Enabled]] - {{:Summaries:Summary TArduinoCommonStepper.Enabled}} | ||
*[[TArduinoCommonStepper.Reversed|Reversed]] - {{:Summaries:Summary TArduinoCommonStepper.Reversed}} | *[[TArduinoCommonStepper.Reversed|Reversed]] - {{:Summaries:Summary TArduinoCommonStepper.Reversed}} |
Revision as of 02:56, 5 June 2022
Summary
Controls a 3 wire stepper motor
Description
Use this component to control a 3 wire stepper motor.
Please note that you should never connect a motor physically directly to an Arduino board, unless the board has built in motor drivers. You will need a hardware driver connected between Arduino and the motor.
Diagram:
Categories
- Category Motors/Stepper Motors - Stepper Motor components category
- Category Digital - Digital(Boolean) components category
Properties
- HalfStep - Summaries:Summary TArduinoCommonStepperHalfStep.HalfStep
- Enabled - Enables or disable the component.
- Reversed - Specifies the direction of the stepper
- StepsPerSecond - Specifies how many steps the motor should move per second