MC_CAM_REF
Reference to a cam table point array for cam table definition.
Syntax
Definition:
TYPE MC_CAM_REF :
STRUCT
PointsAddress : Pointer To MotionFunctionPoint;
NumberOfPoints : UDINT;
END_STRUCT
END_TYPEParameters
|
Name |
Type |
Description |
|---|---|---|
|
PointsAddress |
Pointer To MotionFunctionPoint |
Pointer to the source array of data points. |
|
NumberOfPoints |
UDINT |
Number of data points in the source array. |