STEP_DIR (150)
STEP_DIR (150)
ID 150
Application: |
PLC |
Group: MOTION
Short description:
Function that controls the stepper motor.
Inputs (2):
no. |
type |
impulse |
mark |
notes |
1 |
R |
no |
dpos |
Set position of the drive in user units |
2 | B | no | enable | STEP / DIR signal generation on (1-on, 0-pulses sending off) |
Outputs: none
Settings:
no. |
type |
mark |
notes |
1 |
R |
pos_scale_factor |
Scaling factor between the set position dpos and the number of pulses sent (default: pos_scale_factor = 1) |
2 | I | out_channel | Output channel number (1 ... 4) displayed at the bottom of the block (default out_channel = 1) |
3 | I | direction | Direction of movement for positive speed (1, -1) (default direction = 1) |
Function operation:
The STEP_DIR function is used to set the current frequency of the STEP (STEP) signal and the DIRECTION (DIR) signal to control a stepper motor or a servo drive operating in the position control mode with STEP / DIR signals. The Out_channel variable specifies the number of channels to which the drive is attached. The direction variable specifies the direction of travel for positive speed. For direction = 1, the DIR output will be 1 with the positive set speed signal. For direction = -1, the DIR output will be 0 with a positive set speed signal (table B.150.1).
For the step / direction outputs to work, the special marker M1024 must be activated.
|
direction |
DIR output |
dpos - dposp >= 0 |
1 |
1 |
dpos - dposp < 0 | 1 | 0 |
dpos - dposp >= 0 | -1 | 0 |
dpos - dposp < 0 | -1 | 1 |
dpos - set position, dposp - current position
table B.150.1. Effect of Direction settings on the DIR output signal
The enable signal enables control of the STEP / DIR outputs. When the enable signal is off, there is no control and the STEP and DIR outputs are low. Make sure that the enable signal is turned on before starting to control the drive. The frequency of the physical STEP output is calculated by the formula:
Pulse frequency = pos_scale_factor * (dpos - dposp) * R3600 [imp./s]
where:
dpos - set position [user units]
dposp - current position [user units]
pos_scale_factor - scaling factor [-]
R3600 - Control_Loop_Frequency - special register defining the frequency of the control loop [Hz]
If the calculated frequency is higher than allowed for a given channel, pulses with the maximum frequency determined by the values in the R3471, R3472, R3473, and R3474 registers will appear on the output.
The pos_scale_factor coefficient is used to rescale the set position value to the position in pulses.
For activation, it is necessary to set _STEP_Max_Fre for the given channel (210000).
R registers and M markers used:
no. |
name |
description |
R - read, W - write |
R3451 | _STEP1_Count | Number of pulses sent at the output STEP1 | R |
R3452 | _STEP2_Count | Number of pulses sent at the output STEP2 | R |
R3453 | _STEP3_Count | Number of pulses sent at the output STEP3 | R |
R3454 | _STEP4_Count | Number of pulses sent at the output STEP4 | R |
R3461 | _STEP1_Width | Step pulse duration for channel no 1 w [μs] | R |
R3462 | _STEP2_Width | Step pulse duration for channel no 2 w [μs] | R |
R3463 | _STEP3_Width | Step pulse duration for channel no 3 w [μs] | R |
R3464 | _STEP4_Width | Step pulse duration for channel no 4 w [μs] | R |
R3471 | _STEP1_Max_Fre |
Maximum frequency in [Hz] of step / direction signals for channel no 1 min: 10 000 [Hz], max: 500 000 [Hz] |
R/W |
R3472 | _STEP2_Max_Fre |
Maximum frequency in [Hz] of step / direction signals for channel no 2 min: 10 000 [Hz], max: 500 000 [Hz] |
R/W |
R3473 | _STEP3_Max_Fre |
Maximum frequency in [Hz] of step / direction signals for channel no 3 min: 10 000 [Hz], max: 500 000 [Hz] |
R/W |
R3474 | _STEP4_Max_Fre |
Maximum frequency in [Hz] of step / direction signals for channel no 4 min: 10 000 [Hz], max: 500 000 [Hz] |
R/W |
M1024 | _Step_Out_Enable | Enabling the step/direction outputs | |
M1081 | _DIR1 | Motion direction for output STEP/DIR nr 1 | W |
M1082 | _DIR2 | Motion direction for output STEP/DIR nr 2 | W |
M1083 | _DIR3 | Motion direction for output STEP/DIR nr 3 | W |
M1084 | _DIR4 | Motion direction for output STEP/DIR nr 4 | W |