Cam Profile Parameter: InterpType
(Original Document)
Description
This parameter is used to define the interpolation style used to generate the positions which do no have to feature in the profile data.
The cubic interpolation algorithms force the first derivative of the points in the table to be continuous, where the first derivative value at any point in the table matches the slope of a line segment between the previous point and the next point.
CAUTION
UNEXPECTED EQUIPMENT BEHAVIOR
Do not modify a profile, do not call the functions Configure, SetCoord, or SetInterpType while following is on in a FollowerSet which uses the CamProfile.
Failure to follow these instructions can result in injury or equipment damage.
Associated Functions
The associated functions of this parameter are:
These functions use the WRITE_CMD instruction.
Associated Language Objects
The table below presents the different language objects linked to the InterpType parameter.
Object
Name
Function code
Instruction type
Description
%MWr.m.c.26
ACTION_CMD
530
WRITE_CMD
Read command
531
Write command
%MDr.m.c.20
RETURN_CMD_1
-
-
Result of the read.
%MDr.m.c.27
PARAM_CMD_1
-
-
Value to write: Interpolation Type
0: linear,
1: cubic.
%MWr.m.c.19
ERROR_CMD
-
-