Component: Stepper Motor (Generic) (): Difference between revisions
No edit summary |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (12 intermediate revisions by 2 users not shown) | |||
| Line 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
Please click here | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Stepper_Motor_Generic.fcfx FC_Comp_Source_Stepper_Motor_Generic.fcfx] | ||
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Stepper_Motor_Generic.fcfx FC_Comp_Source_Stepper_Motor_Generic.fcfx] | |||
==Detailed description== | ==Detailed description== | ||
| Line 40: | Line 50: | ||
==Examples== | ==Examples== | ||
| Line 84: | Line 102: | ||
[[File:LinkedStepper.jpg]] | [[File:LinkedStepper.jpg]] | ||
==Macro reference== | |||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Connections | ||
|- | |- | ||
|- | |- | ||
| Line 125: | Line 151: | ||
| colspan="2" | Chip pin to which the fourth motor coil is connected. | | colspan="2" | Chip pin to which the fourth motor coil is connected. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Motor Setup | ||
|- | |- | ||
|- | |- | ||
| Line 144: | Line 170: | ||
| colspan="2" | The number of steps it takes for the motor shaft to turn a full circle (360 degrees). Refer to the data-sheet for your chosen hardware to determine this value. | | colspan="2" | The number of steps it takes for the motor shaft to turn a full circle (360 degrees). Refer to the data-sheet for your chosen hardware to determine this value. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Simulation | ||
|- | |- | ||
|- | |- | ||
| Line 163: | Line 189: | ||
| colspan="2" | Show an arrow connected to the motor shaft to make it easier to see the position. | | colspan="2" | Show an arrow connected to the motor shaft to make it easier to see the position. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Link to... | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:37, 13 July 2026
| Author | Matrix Ltd |
| Version | 2.0 |
| Category |
Stepper Motor (Generic) component
A generic stepper motor model. Includes a visual simulation showing the activaton pattern of the coils. Make another object move along with the stepper shaft using the 'Target' property. The target object can rotate with the stepper shaft with a given gearing ratio, or be moved linearly according to a given lead screw pitch.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Stepper_Motor_Generic.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Stepper_Motor_Generic.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Attaching a primitive to a stepper motor
This example links a panel primitive to the output of the motor.
Stepper Example 1
The linked object can be rotated or moved in a fixed direction by the motor.
Linear movement using a stepper motor
This example links two stepper motors together using linear type movements rather then rotational similar to a stepper attached to a lead screw.
Stepper Example 2
The stepper is linked to the objects on the panel using properties and grouping.
Creating a multi-axis actuator using stepper motors
This example links three stepper motors together using panel primitive objects and groups.
Stepper Example 3
Here we can see the actuator arm in motion.


