Skip to content

A Python package for CANopen communication with the ZLAC8030L motor driver

License

Notifications You must be signed in to change notification settings

ntu-rris/ZLAC8030L_CAN_controller_mrca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZLAC80380L_CAN_controller

A Python package for CANopen communication with the ZLAC8030L motor driver

Prerequisites

A modified canopen package is required, here

git clone https://github.com/mzahana/canopen.git
cd canopen
git checkout python2
python setup.py develop --user

See the remaining prerequisites in the requirements.txt file. This branch python2 is suitable for Python 2.7

Installation

After installing the custom canopen version as mentioned above, go ahead and install this packge.

To setup/install package in develop mode

git clone https://github.com/mzahana/ZLAC8030L_CAN_controller.git
cd ZLAC8030L_CAN_controller
git checkout python2
python setup.py develop --user

Usage

See the tests/speed_test.py script for example use.

About

A Python package for CANopen communication with the ZLAC8030L motor driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%