Difference between revisions of "Protocol decoder:Stepper motor"
Jump to navigation
Jump to search
(Created page with "{{Infobox protocol decoder | id = stepper_motor | name = Stepper motor | description = Stepper motor speed and position from step / direction signa...") |
Uwe Hermann (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
| id = stepper_motor | | id = stepper_motor | ||
| name = Stepper motor | | name = Stepper motor | ||
| description = | | description = Absolute position and movement speed from step/dir | ||
| status = supported | | status = supported | ||
| license = GPLv2+ | | license = GPLv2+ | ||
| source_code_dir = stepper_motor | | source_code_dir = stepper_motor | ||
| image = | | image = [[File:Stepper_motor.png|250px]] | ||
| input = logic | | input = logic | ||
| output = stepper_motor | | output = stepper_motor | ||
| probes = | | probes = Step, Direction | ||
| optional_probes = | | optional_probes = | ||
| options = unit, steps_per_mm | | options = unit, steps_per_mm | ||
}} | }} | ||
The stepper_motor protocol decoder decodes step and direction signals, and gives the actuator position and speed | The '''stepper_motor''' protocol decoder decodes step and direction signals, and gives the actuator position and speed. | ||
It is designed for linear actuators, such as used in 3D printers. | |||
[[ | The unit can be selected as either steps or millimeters. | ||
== Resources == | |||
* [https://en.wikipedia.org/wiki/Stepper_motor Wikipedia: Stepper motor] | |||
[[Category:Protocol decoder]] |
Latest revision as of 22:27, 2 April 2015
Name | Stepper motor |
---|---|
Description | Absolute position and movement speed from step/dir |
Status | supported |
License | GPLv2+ |
Source code | decoders/stepper_motor |
Input | logic |
Output | stepper_motor |
Probes | Step, Direction |
Options | unit, steps_per_mm |
The stepper_motor protocol decoder decodes step and direction signals, and gives the actuator position and speed.
It is designed for linear actuators, such as used in 3D printers.
The unit can be selected as either steps or millimeters.