From: Pavel Pisa Date: Mon, 13 Oct 2014 22:20:00 +0000 (+0200) Subject: Little more information about CAN blocks. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/ert_linux_web.git/commitdiff_plain/3edb4dcb3d0952a095a3b1f8d80e1239774d65c8?hp=4c90c5d72901e174aa62e21aaa4fd098b3615a4e Little more information about CAN blocks. Signed-off-by: Pavel Pisa --- diff --git a/can_bus/index.html b/can_bus/index.html index 8cae153..0fa76b9 100644 --- a/can_bus/index.html +++ b/can_bus/index.html @@ -51,6 +51,21 @@ iface can0 can static The later setup works automatic even with CAN-USB converter hotplug.

+

+The projects includes blocks library socketcan_lib.slx, simple +example of provided blocks use cantransmit_ert.slx and more +complex model canopen_2j_arm_ert.slx which demonstrates +use of the block to send PDO messages to two stepper motors +controlled robotic arm. This simple CAN library does not +provide CANopen support yet so initial motors SDO parameters +setup is solved by canopen_2j_arm_setup setup shell +script which invokes cansend command. +The variant of the model (canopen_2j_arm_rpi.slx) with +build parameters preset for crosscompilation to Raspberry Pi +is provided as well. +The CAN-USB converter from 8devices has been used in this case. +

+
Linux CAN bus toolbox repository