Miscellaneous Utility Plugin icon Miscellaneous Utility Plugin ARC utilities: DataQuery for SQL/ODBC/OLEDB/Excel with parameterized queries returning array variables; Ticks/Millis timing functions. Try it →
Asked — Edited
Resolved Resolved by Nomad 6R!

New To Robots / Ezrobot

Can someone explain to me or provide me script that will drive two servos at the same time. I have been able to get one servo to run using the add component of ARC . But I don't understand how to get two to rotate.

Thanks in advance.


ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

Author Avatar
PRO
Belgium
Thingiverse
#1  

hi look on each page you see this mark (? ) click on that and you get a tutorial.

Author Avatar
PRO
USA
#2  

Thanks. I was able to get two moving at the same time.

Author Avatar
PRO
Belgium
Thingiverse
#3  

am newbie too.your in the best place you can be.

#4  

Are you using continuous rotating servos? Look at using the modified servo Movement Panel then in your script you can just use the following commands to drive both servos(robot)...


forward()
right()
left()
stop()
reverse()