![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
Read Axis or Group Description. More...
![]() |
Functions | |
RTN_ERR FNTYPE | NMC_AxisGetDescription (I32_T DevID, I32_T AxisIndex, U32_T DescStrSize, char *PRetAxisDescription) |
Read the name description information of the specified axis. More... | |
RTN_ERR FNTYPE | NMC_GroupGetDescription (I32_T DevID, I32_T GroupIndex, U32_T DescStrSize, char *PRetGroupDescription) |
Read the name desciption information of the specified group. More... | |
Read Axis or Group Description.
RTN_ERR FNTYPE NMC_AxisGetDescription | ( | I32_T | DevID, |
I32_T | AxisIndex, | ||
U32_T | DescStrSize, | ||
char * | PRetAxisDescription | ||
) |
Read the name description information of the specified axis.
DevID | Device ID (DevID) |
AxisIndex | The specified axis index to be read from |
DescStrSize | C-style string buff size, in byte |
PRetAxisDescription | Given C-style string buff and return description |
Usage:
This function is used to read the name description of the specified axis. The information source is based on the NCF file loaded byh the system, so it must be loaded before it can be read normally. In other words, the system state must be in READY state.
Reference:
RTN_ERR FNTYPE NMC_GroupGetDescription | ( | I32_T | DevID, |
I32_T | GroupIndex, | ||
U32_T | DescStrSize, | ||
char * | PRetGroupDescription | ||
) |
Read the name desciption information of the specified group.
DevID | Device ID (DevID) |
GroupIndex | The specified group index to be read from |
DescStrSize | C-style string buff size, in byte |
PRetGroupDescription | Given C-style string buff and return description |
Usage:
This function is used to read the name description of the specified group. The information source is based on the NCF file loaded byh the system, so it must be loaded before it can be read normally. In other words, the system state must be in READY state.
Reference: