![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
Read Axis or Group Quantity. More...
![]() |
Functions | |
RTN_ERR FNTYPE | NMC_DeviceGetAxisCount (I32_T DevID, I32_T *PRetAxisCount) |
Get the axis quantity. More... | |
RTN_ERR FNTYPE | NMC_DeviceGetGroupCount (I32_T DevID, I32_T *PRetGroupCount) |
Get the quantity of group. More... | |
RTN_ERR FNTYPE | NMC_DeviceGetGroupAxisCount (I32_T DevID, I32_T GroupIndex, I32_T *PRetGroupAxisCount) |
Get the quantity of group axis. More... | |
Read Axis or Group Quantity.
Get the axis quantity.
DevID | Device ID (DevID) |
PRetAxisCount | The quantity of axis started will be returned after the function is called successfully. |
Usage:
After the configuration file is loaded, the function can be called to confirm the quantity of axis started. After NMC_DeviceResetConfig() is called to reset the device configurations, the quantity of axis is 0.
Reference:
RTN_ERR FNTYPE NMC_DeviceGetGroupAxisCount | ( | I32_T | DevID, |
I32_T | GroupIndex, | ||
I32_T * | PRetGroupAxisCount | ||
) |
Get the quantity of group axis.
DevID | Device ID (DevID) |
GroupIndex | Group Index |
PRetGroupAxisCount | The quantity of group axis will be returned after the function is called successfully. |
Usage:
After the configuration file is loaded, the function can be called to confirm the actual quantity of group axis.
Reference:
Get the quantity of group.
DevID | Device ID (DevID) |
PRetGroupCount | The quantity of group started will be returned after the function is called successfully. |
Usage:
After the configuration file is loaded, the function can be called to confirm the quantity of group started. After NMC_DeviceResetConfig() is called to reset the device configurations, the quantity of group is 0.
Reference: