SMC_GroupReadAxisLimitFactors (FB)ΒΆ
FUNCTION_BLOCK SMC_GroupReadAxisLimitFactors
This function block reads the limit factors for each axis. The returned values are the last values set by SMC_GroupSetAxisLimitFactors, or the initial factors, and not the factors of the currently active movement.
See SMC_GroupSetAxisLimitFactors for details.
- InOut:
Scope
Name
Type
Comment
Inout
AxisGroupReference to an axis group
Input
ExecuteBOOLSets the factors on rising edge.
Output
DoneBOOLThe limits have been set successfully.
BusyBOOLThe FB is not finished.
ErrorBOOLSignals that an error has occurred within the function block.
ErrorIDSMC_ERRORError identification
VelFactorsARRAY [0..(SMC_RCNST.MAX_AXES - 1)] OF LREAL
The velocity factors for all axes
AccFactorsARRAY [0..(SMC_RCNST.MAX_AXES - 1)] OF LREAL
The acceleration factors for all axes
JerkFactorsARRAY [0..(SMC_RCNST.MAX_AXES - 1)] OF LREAL
The jerk factors for all axes
TorqueFactorsARRAY [0..(SMC_RCNST.MAX_AXES - 1)] OF LREAL
The torque factors for all axes