Setting The Acceleration Rate - ICP DAS USA I-8092F User Manual

2-axis motion control module
Hide thumbs Also See for I-8092F:
Table of Contents

Advertisement

6.1.6 Setting the Acceleration Rate

void i8092MF_SET_K(BYTE
Description:
The function sets the acceleration rate (i.e., Jerk) value for the assigned axes.
Parameters:
cardNo:
axis:
data:
Return:
None
Example:
i8092MF_SET_MAX_V(1, AXIS_X, 20000);
//set the maximum speed value of the X axis as 20,000 PPS.
//therefore, do not set any jerk value that is larger than
//20,000*781.25 PPS/sec^2. And 20,000 *781.25 = 15,625,000.
i8092MF_SET_K(1, AXIS_X, 1000);
//set the acceleration rate value of the X axis on module 1 to
//1,000*10 (= 10,000) PPS/Sec^2.
ICPDAS
cardNo,
Module number
Axis or axes (Please refer to Table 2-1)
The acceleration rate (jerk) value. The units are
value is related to the maximum speed value defined by
i8092MF_SET_MAX_V() function. The maximum available
acceleration rate value is MAX_V * 781.25. The minimum
acceleration value is MAX_V *
acceleration values are the integral multipliers of this value.
The practical value for application depends on the capability
of the motor drive and motor.
represent the maximum value; therefore, this value is given by
dividing the desired value by 10.
WORD
DWORD
axis,
0.0119211
Note: since the DWORD can not
47
I-8092F Software User Manual
data)
PPS/Sec . This
2
, and all other

Advertisement

Table of Contents
loading

Table of Contents