ST_Manual - General Information
Type: |
Data structure |
Available as of: |
V1.0.2.0 |
Inherits from: |
- |
Versions: |
Current version |
In this structure the parameters and the return values of the operating mode Manual of the FB_AxisModule are summarized.
Variable |
Data type |
Description |
---|---|---|
i_xJogForw |
BOOL |
Jogging mode in positive direction. |
i_xJogBack |
BOOL |
Jogging mode in negative direction. |
i_lrVel |
LREAL |
Velocity during the jogging mode. See PDL.FB_Jogging. |
i_lrAcc |
LREAL |
Acceleration during the jogging mode. See PDL.FB_Jogging. |
i_lrDec |
LREAL |
Delay during the jogging mode. See PDL.FB_Jogging. |
i_lrMaxDistance |
LREAL |
Maximum motion path during the jogging mode. See PDL.FB_Jogging. |
i_xEndless |
BOOL |
Endless feed during the jogging mode. See PDL.FB_Jogging. |
i_lrJerk |
LREAL |
Jerk during the jogging mode. See PDL.FB_Jogging. |
i_lrPeriod |
LREAL |
Period during the jogging mode. See PDL.FB_Jogging. |