User Tools

Site Tools


getting_started:tutorials:controlsystemcan1

Control System Using CANopen

In the EEROS library you will find a directory with examples. For this example see CanExample.cpp.

Open a shell in the build directory of your EEROS library and run

$ sudo ./examples/can/CanExample

This example will only be present in your build directory if EEROS was built with -DUSE_CAN=TRUE set.
The system comprises a control system, a safety system and a sequencer with a few sequences. The example assumes that you have two identical Faulhaber drives in your CAN network. The node identifiers are '1' and '2'. Read more about the functionality of the CAN Receive Faulhaber and CAN Send Faulhaber blocks.

Control System

The control system basically has just a block to send CAN packages to the drives and another block to receive information from them. You have to adjust the scaling for the sending and receiving block according to your gearboxes and encoders.

Safety System

The safety system incorporates a few levels with the necessary events to switch between them. The exit handler serves to shutdown the system in a controlled way.

Sequencer

The most important sequence is the initSequence. It initialyzes the drives (by NMT commands and SDO transfers) and brings them up to operational mode (by PDO transfers). The moveSequence simply turns the motors back and forth while logging the velocity and the position. The stopSequence disables the drives before the program ends.

getting_started/tutorials/controlsystemcan1.txt · Last modified: 2021/03/31 14:25 by ursgraf