![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
Deprecated functions. More...
Functions | |
| RTN_ERR FNTYPE | NMC_AxisSetVelRatio (I32_T DevID, I32_T AxisIndex, F64_T Percentage) |
| Axis function for setting velocity ratio. More... | |
| RTN_ERR FNTYPE | NMC_AxisGetVelRatio (I32_T DevID, I32_T AxisIndex, F64_T *PPercentage) |
| Axis function for getting velocity ratio. More... | |
| RTN_ERR FNTYPE | NMC_GroupSetVelRatio (I32_T DevID, I32_T GroupIndex, F64_T Percentage) |
| Set the velocity percentage of a group from 0.0 ~ 100.0%. More... | |
| RTN_ERR FNTYPE | NMC_GroupGetVelRatio (I32_T DevID, I32_T GroupIndex, F64_T *PRetPercentage) |
| Get the velocity percentage of a group from 0.0 ~ 100.0%. More... | |
Deprecated functions.
Axis function for getting velocity ratio.
| DevID | Device ID (DevID) | |
| AxisIndex | Axis index | |
| [out] | PPercentage | Return the velocity percentage. |
Usage:
The function is called to get the current velocity percentage.
Examples:
Reference:
None.
Axis function for setting velocity ratio.
| DevID | Device ID (DevID) | |
| AxisIndex | Axis index | |
| [in] | Percentage | [Input] Velocity percentage |
Usage:
Examples:
Reference:
None.
Get the velocity percentage of a group from 0.0 ~ 100.0%.
| DevID | Device ID (DevID) | |
| GroupIndex | Group index | |
| [out] | PRetPercentage | [Input] A pointer variable, [Output] Velocity percentage. |
Usage:
Examples:
Reference:
None.
Set the velocity percentage of a group from 0.0 ~ 100.0%.
| DevID | Device ID (DevID) |
| GroupIndex | Group index |
| Percentage | Velocity percentage to be set (0% ~ 100.0%) |
Usage:
Examples:
Reference:
None.