Stepper Ramp EDP: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
=== OUTPUTS === | === OUTPUTS === | ||
STEP COUNT = The current step in the sequence. | STEP COUNT = The current step in the sequence. | ||
ENA = Enable the stepper driver. | |||
DIR= Set the direction of travel for the stepper. | |||
PUL = Send the step pulse to the stepper driver. | |||
== PROPERTIES == | |||
[[File:EDP_Stepper_Ramp2.png|200px]] | |||
Ramp Up/Down, High/Low timing delays, and Direction reversable. | |||
=== STEPS === | |||
ACCEL = Total number of steps used to reach the maximum step timing. This example - 50 / 8 = 6.25, OR 8 steps 6 Millis apart. | |||
DECEL = Total number of steps used to SLOW to a halt from maximum timing. Same math as ACCEL. | |||
=== DELAY === | |||
HIGH = The longest timing delay amount. ALSO used to get timing millis math for ACCEL and DECEL. | |||
LOW = The smallest amount of time between steps. This is a COMMON cause of issues, raising it slows down the stepper. | |||
=== REVERSE === | |||
Warning - BUGGY still. | |||
This setting controls if the stepper makes a RETURN trip after initial sequence. |
Latest revision as of 07:00, 14 June 2022
COMPONENT SUMMARY
EDP = (E)nable (D)irection (P)ulse controller setup commonly uses Pull Down settings.
Component Items
Fully customizable for use on automation projects.
INPUTS
STEPS = The total number of steps to be taken.
START = Reset to zero count and begin sequence.
STOP = Reset to zero count and stop all movement.
OUTPUTS
STEP COUNT = The current step in the sequence.
ENA = Enable the stepper driver.
DIR= Set the direction of travel for the stepper.
PUL = Send the step pulse to the stepper driver.
PROPERTIES
Ramp Up/Down, High/Low timing delays, and Direction reversable.
STEPS
ACCEL = Total number of steps used to reach the maximum step timing. This example - 50 / 8 = 6.25, OR 8 steps 6 Millis apart.
DECEL = Total number of steps used to SLOW to a halt from maximum timing. Same math as ACCEL.
DELAY
HIGH = The longest timing delay amount. ALSO used to get timing millis math for ACCEL and DECEL.
LOW = The smallest amount of time between steps. This is a COMMON cause of issues, raising it slows down the stepper.
REVERSE
Warning - BUGGY still.
This setting controls if the stepper makes a RETURN trip after initial sequence.