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