EtherCAT Slave  1.06.01
EC_SLV_API_CiA402_SAxis_t Struct Reference

Data structure to handle an CiA 402 axis. More...

Data Fields

bool axisIsActive
 Axis is active. More...
 
bool brakeApplied
 Motor brake is applied. More...
 
bool lowLevelPowerApplied
 Low-level power applied. More...
 
bool highLevelPowerApplied
 High-level power applied. More...
 
bool axisFunctionEnabled
 Axis functions enabled. More...
 
bool configurationAllowed
 Configuration allowed. More...
 
double positionActualValue
 Actual position within control loop. More...
 
uint32_t cycleTime
 Motion controller cycletime in us. More...
 
uint8_t id
 Axis Identification. More...
 

Detailed Description

Data structure to handle an CiA 402 axis.

Examples
ESL_cia402Demo.c.