SMC_CamTableEvaluate (FUN)ΒΆ
FUNCTION SMC_CamTableEvaluate : BOOL
This function evaluates a cam table at a given master position. It returns the respective slave position and its derivatives with respect to the master position.
The function returns TRUE if the evaluation succeeded.
- InOut:
Scope
Name
Type
Comment
Input
CamTableThe cam table
MasterPositionLREALThe master position where the cam table should be evaluated
Return
SMC_CamTableEvaluateBOOLOutput
SlavePositionLREALThe cam slave position with respect to the master position
SlaveVelocityLREALThe cam slave velocity with respect to the master position
SlaveAccelerationLREALThe cam slave acceleration with respect to the master position
SlaveJerkLREALThe cam slave jerk with respect to the master position
ErrorIDSMC_ERRORError identification if the function returns FALSE.