![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
Group Axis Jog Motion Function. More...
![]() |
Functions | |
RTN_ERR FNTYPE | NMC_GroupJogAcs (I32_T DevID, I32_T GroupIndex, I32_T GroupAxisIndex, I32_T Dir, _opt_null_ const F64_T *PAcsMaxVel) |
Enable the JOG motion for a group axis in the axis coordinate system (ACS). More... | |
Group Axis Jog Motion Function.
(Axis Coordinate System)
RTN_ERR FNTYPE NMC_GroupJogAcs | ( | I32_T | DevID, |
I32_T | GroupIndex, | ||
I32_T | GroupAxisIndex, | ||
I32_T | Dir, | ||
_opt_null_ const F64_T * | PAcsMaxVel | ||
) |
Enable the JOG motion for a group axis in the axis coordinate system (ACS).
The default maximum velocity will refer to the value in the input parameters. If required, the maximum velocity can be set in the API, and the specified value will be stored in the corresponding parameters automatically.
DevID | Device ID (DevID) |
GroupIndex | Group index |
GroupAxisIndex | Group axis index |
Dir | Rotation direction |
PAcsMaxVel | A pointer variable which can specify the maximum velocity. Input NULL (0) to igore the parameter. |
Usage:
Examples:
Reference:
None.