CANopen Slave Documentation
Version 6.16.04
|
The add-on module CANopen Device Profile CiA 406 allows the integration of encoders as specified in CiA 406.
The module version is defined by COS_DS406_VERSION_MAJOR and COS_DS406_VERSION_MINOR.
The module is configured by setting of the following symbols inside the cos_conf.h
file:
COS_DS406 | Single turn encoder or Multi turn encoder |
Use the header file cos406.h
to get access to the CANopen Device Profile CiA 406 API.
Encoder values are read by the application and passed to the protocol stack by means of Cos406_SetEncoderValue().
cos406.h | CiA 406 - Device profile for encoders |