Enum FifoInterpolationType
Enumeration of the different ways that the TwinCAT NC FIFO can interpolate between supplied points.
public enum FifoInterpolationType
Fields
INTERPOLATIONTYPE_4POINT = 1
4 point interpolation.
INTERPOLATIONTYPE_CUBICSPLINE = 4
Cubic spline interpolation.
INTERPOLATIONTYPE_LINEAR = 0
Linear interpolation between points.