EtherCAT Slave  1.06.01

◆ EC_API_SLV_CiA402_setAxisNumber()

void EC_API_SLV_CiA402_setAxisNumber ( EC_API_SLV_SHandle_t pEcSlaveApi_p,
uint8_t  axisNo_p 
)

Set number of servo axis. A Cia402 Device might support multiple axes.

Parameters
[in]pEcSlaveApi_pEtherCAT DTK instance.
[in]axisNo_pSet number of axis.
Example
#include <ecSlvApi.h>
// required variables
uint8_t AxisNo = 1;
// the Call
See also
EC_API_SLV_CiA402_registerApplication
Examples
ecSlvCiA402.c.
EC_API_SLV_SHandle_t
struct EC_API_SLV_SHandle EC_API_SLV_SHandle_t
EC_API_SLV_SHandle_t describes the EtherCAT Slave API.
Definition: ecSlvApi.h:135
EC_API_SLV_CiA402_setAxisNumber
void EC_API_SLV_CiA402_setAxisNumber(EC_API_SLV_SHandle_t *pEcSlaveApi_p, uint8_t axisNo_p)
Set number of servo axis. A Cia402 Device might support multiple axes.
Definition: ecSlvApi_CiA402Stub.c:310