A python module to control Synapticon BOT Motion Axis
Project description
Synapticon BOT Motion Module
Control our BOT Motion Module Axis over Ethernet with the CANOpen CiA402 standard. Choose between three control modes
Position (CSP)
Velocity (CSV)
Torque (CST)
Example
import botmotion
# Create axis object
axis = botmotion.BotMotion('192.168.0.1', 'CSV')
# Set velocity
axis.set_velocity(200)
Get real time operation data
With the methods get_pdo_in() and get_pdo_out() you get two structures, which contains all real time operation data (process data objects). These values are send to and received from the axis. This structure contains the following members.
- PDO In:
status_word
operation_mode
position_actual
velocity_actual
torque_actual
- PDO Out:
control_word
operation_mode
position_target
velocity_target
torque_target
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file BOTMotion-0.2.tar.gz
.
File metadata
- Download URL: BOTMotion-0.2.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06e2fe9eee361e1c3a6a3a6fb4fe0ebf293e1a86b8c06de077aaeb80b4b64abc |
|
MD5 | 88d3ef813799d1b953857bb3a8e14c5e |
|
BLAKE2b-256 | 9b140e89e6ca0d463df82a8b32e69023699ab0c4b4afa61cf6fca6bcbc18e39c |