![ICP DAS USA I-8092F User Manual Download Page 147](http://html2.mh-extra.com/html/icp-das-usa/i-8092f/i-8092f_user-manual_3531635147.webp)
ICPDAS
I-8092F Software User Manual
147
Linear interpolation functions
About the linear interpolation functions are designed in three modes: constant (tangential)
speed, T-curve (tangential) acceleration / deceleration, S-curve (tangential) acceleration /
deceleration.
Users need to set the following parameters:
Range: R
Initial Speed: SV (PPS)
Driving Speed: V (PPS)
Acceleration: A (PPS/Sec)
Finish Point: FP (Pulses)
i8092_LINE_2D
Format:
void
i8092_LINE_2D(umsigned char CardNo,
long
fp1,
long
fp2)
Function
:
Two axes linear interpolation.
Parameter:
cardNo
is the board number.
fp1
: finish point for axis1, data range is -8388608~8388607.
fp2
: finish point for axis2, data range is -8388608~8388607.
Example:
i8092_LINE2D(1, 12000, 10000);
Fig. A-33 2-axes linear interpolation