CANopen Master Documentation
Version 6.06.04
|
This file implements service demo functions for a CANopen Master application.
Functions | |
ComStatus_tv | ComDemoLssProcess (uint8_t ubNetV) |
ComStatus_tv | ComDemoNmtProcess (uint8_t ubNetV) |
ComStatus_tv ComDemoLssProcess | ( | uint8_t | ubNetV | ) |
[in] | ubNetV | CANopen Network channel |
This sample code shows the interaction between the event handler for LSS and an example LSS master process behaviour. The LSS master process should be called periodically (e.g. every 200 ms). The LSS master process performs the following steps:
ComStatus_tv ComDemoNmtProcess | ( | uint8_t | ubNetV | ) |
[in] | ubNetV | CANopen Network channel |
This sample code shows possible reaction on a NMT state change of a CANopen device.