Search found 5 matches

by Ellimc
Tue Jun 18, 2019 12:21 am
Forum: Velocity and Position Control
Topic: Wrong Encoder Reading with roboclaw.Duty command
Replies: 1
Views: 4253

Wrong Encoder Reading with roboclaw.Duty command

Hi I tried to controle my robot. Sometime I will need to control it on Force or torque if you prefer. So I was thinking the roboclaw.DutyM1(...) was the right command to do this but when I use it the encoder reading become wrong. It is as if when I send the roboclaw.DutyM1(...) the zero of the encod...
by Ellimc
Wed Jun 05, 2019 4:56 am
Forum: Velocity and Position Control
Topic: Home/Limit switches
Replies: 22
Views: 30035

Re: Home/Limit switches

Hi I am working to an auto homing programme and it seems that it does already exist. I would like to know how do i have to connect my switch to the roboclaw? the switch that i work with is similare to the one sell on this web site https://fr.rs-online.com/web/p/products/6822673/?grossPrice=Y&cm_...
by Ellimc
Mon May 20, 2019 7:59 am
Forum: Velocity and Position Control
Topic: Motor Position based on Serial Command
Replies: 12
Views: 17164

Re: Motor Position based on Serial Command

Thank you very much!!
I got every information i needed :D :D
by Ellimc
Fri May 17, 2019 2:08 am
Forum: Velocity and Position Control
Topic: Motor Position based on Serial Command
Replies: 12
Views: 17164

Re: Motor Position based on Serial Command

Good morning Thank you very much for your answer So to be sure if I write this : roboclaw.SpeedAccelDeccelPositionM1(address,3200,12000,32000,posX1,0); roboclaw.SpeedAccelDeccelPositionM1(address,3200,12000,32000,posX2,1); roboclaw.SpeedAccelDeccelPositionM1(address,3200,12000,32000,posX3,2); Wich c...
by Ellimc
Thu May 16, 2019 5:38 am
Forum: Velocity and Position Control
Topic: Motor Position based on Serial Command
Replies: 12
Views: 17164

Re: Motor Position based on Serial Command

Hi I'm trying to track a position on x y axis with two motor. I am not sure to understand what you said. I got the position and i would track it in real time. So if I write this command : roboclaw.SpeedAccelDeccelPositionM1(address,3200,12000,32000,posX,0); and if I re-write it at every loop of the ...