ICPDAS
I-8092F Software User Manual
55
6.2.2 Setting the Vector Starting Speed
void
i8092MF_SET_VSV(
BYTE
cardNo
,
DWORD
data
)
Description:
This function sets the starting speed of the principle X-axis for the
interpolation motion.
Parameters:
cardNo
:
Module number
data
:
The vector starting speed value (in PPS)
Return:
None
Example:
i8092MF_SET_VSV(1, 1000);
//set the starting speed of the axis 1 for the interpolation motion
//on module 1 to 1000 PPS.
6.2.3 Setting the Vector Speed
void
i8092MF_SET_VV(
BYTE
cardNo
,
DWORD
data
)
Description:
This function sets the vector speed of the interpolation motion. Users do not
need to assign any axes on this function.
Parameters:
cardNo
:
Module number
data
:
The vector speed value (in PPS)
Return:
None
Example:
i8092MF_SET_VV(1, 120000);
//set the vector speed of the interpolation on module 1
//to 120000 PPS.