49
9.5
CANopen
CANopen is a CAN-based communication system. It comprises higher-layer protocols
and profile specifications. CANopen has been developed as a standardized embedded
network with highly flexible configuration capabilities. It was designed originally for
motion-oriented machine control systems, such as handling systems. Today it is used
in various application fields, such as medical equipment, off-road vehicles, maritime
electronics, railway applications, or building automation.
CanFestival project is an open source CANopen multi-platform framework.
) CanFestival focuses on providing an ANSI-C platform
independent CANopen stack that can be implemented as master or slave nodes on
PCs, Real-time IPCs, and Microcontrollers.
For detailed information about using CanFestival in your project see the "
CanFestival CANopen stack manual
9.5.1
How to get CanFestival
You can get the CanFestival source code from
for CanFestival. Or you can download the code with TITAN driver from
9.5.2
Linux Compilation and installation
Linux target is default configure target.
Call./configure -help to see all available compile time options.
After invoking ./configure with your platform specific switches, just type make.
./configure –can=titan
make
make install
Содержание USB-2CAN-M
Страница 1: ...Titan Electronics Inc Web www titan tw USB 2CAN M USB CAN SI M USER S MANUAL 2019 Edition ...
Страница 5: ...4 9 6 13 Using the API in Python 70 9 6 14 Using the API in LabVIEW 71 ...
Страница 36: ...35 Connected to XXX kbits s firmware version VXXXX and operation mode at the bottom of the main panel ...
Страница 43: ...42 ...
Страница 62: ...61 Sample Command CAN_Status 2508 Checks the status bits of device connected to channel with the handle 2508 ...
Страница 66: ...65 break Status CAN_Close Handle printf Test finish n return 0 ...