Welcome to Motion_Control_Examples Discussions! #20
Replies: 4 comments 1 reply
-
I would like to use kst101_pythonnet.py. |
Beta Was this translation helpful? Give feedback.
-
I am using a BSC201 with an HDR50/M and want to set the velocity based on degrees per second rather than based on motor percentage. I tried using |
Beta Was this translation helpful? Give feedback.
-
Hi, i am using Kinesis software and pythonnet to controll LTS150/M and LTS300/M devices. Everything works just fine but I am not able to find the correct way of changing the motor speed during its movement. I am able to perform two movements at the desired velocities with a stop in between (i tried with both: Device.MoveTo() and Device.MoveContinouos() and it works as expected) I do not know how to perform correctly such a movement without this intermediate stop. I tried something like: V1, V2 = 2, 3 time.sleep(2) velPars = Device.GetVelocityParams() time.sleep(2) Unfortunately, the result is quite chaotic. One of my LTS perform this movement with the expected speed change but the second one is not changing its speed. What is the correct way of implementing such a movement? Best Regards, Rafał |
Beta Was this translation helpful? Give feedback.
-
I'm trying the C# example for the BBD301 to get/set TriggerOut and TriggerIn settings. I actually have a BBD201 which doesn't have the same access to the triggers via C#. It would be really helpful if I could get a snippet that shows how to set the triggering in either C# or Python. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions