معرفی شرکت ها


createdryverail-2.5.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Dryve D1 script created by 2 undergraduate robotic students of Aalborg University
ویژگی مقدار
سیستم عامل -
نام فایل createdryverail-2.5.7
نام createdryverail
نسخه کتابخانه 2.5.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nichlas Overgaard Laugesen, Elias Thomassen Dam
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/Nicher1/Dryve-repository-for-dummies.git
آدرس اینترنتی https://pypi.org/project/createdryverail/
مجوز MIT
# Create Dryve Rail The following library is to be used for translation along the x-axis of a track controlled by the Dryve D1. [![Negative end switch (set on right side)](https://i.imgur.com/00q584T.png)](https://gfycat.com/UnlinedDisloyalLamb) Movement of the platform along the x-axis can be done with the: ```python targetPosition(<point>) ``` 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: ```python dryveInit() ``` To manually set this position for any reason, simply run: ```python homing() ``` To get current position of the Dryve rail, simply use: ```python getposition(<position (mm)>) ``` As indicated, the function returns position of the rail at execution in millimetres. To set velocity profile, simply run: ```python velocityProfile(<velocity (mm/s)>) ``` Likewise, the target velocity can be set with: ```python 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.


نیازمندی

مقدار نام
- sockets


زبان مورد نیاز

مقدار نام
>=3.6,==3.* Python


نحوه نصب


نصب پکیج whl createdryverail-2.5.7:

    pip install createdryverail-2.5.7.whl


نصب پکیج tar.gz createdryverail-2.5.7:

    pip install createdryverail-2.5.7.tar.gz