Dryve D1 script created by 2 undergraduate robotic students of Aalborg University
Project description
Create Dryve Rail
The following library is to be used for translation along the x-axis of a track controlled by the Dryve D1. Movement of the platform along the x-axis can be done with the:
targetPosition(<point>) command.
The point is set in reference to the home position set at the negative end-switch. As the end-switch's home position is then set to x = 0 at the designated home position, any input into the function is considered as relative to the universal frame set at this position. The home position will begin to be set with:
dryveInit()
To manually set this position for any reason, simply run:
homing()
To set velocity profile, simply run:
velocityProfile(<velocity (mm/s)>)
likewise, the target velocity can be set with:
targetVelocity(<velocity (mm/s)>)
The difference between velocity profile and target velocity is that targetvelocity() simply moves a set velocity until a new command is set, while velocityProfile() simply modifies the velocity setting in point to point movement.
If createdryverail contributes to a project that leads to publication, please acknowledge this by citing createdryverrail.
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
Built Distribution
Hashes for createdryverail-2.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a27b71af3562b719430aa0ec2e9d8cc562993e68681cfc4a7deb2b83d2dd9ffc |
|
MD5 | a055d608c7da6f973b6006080ee38b4c |
|
BLAKE2b-256 | 8c1c967a45467844c057232e135045e12195c95d5eb1f337338ad6fb552284ff |