Asked — Edited
Resolved Resolved by DJ Sures!

Assigning Servo On The Ez-B

Sorry but I'm not good at instruction. So how do you assign the servo on the pins of the EZ-B so that the software knows which ports is which. I'm a little bit confused of how it works though.


ARC Pro

Upgrade to ARC Pro

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

PRO
Synthiam
#1  

This will help: https://synthiam.com/Tutorials/Lesson/49?courseId=4

For more information, the LEARN section can be accessed by pressing the LEARN button from the top of the website. Hope that helps :D

#2  

@deuel18 ... After you have a look at what DJ posted you can try it out yourself... It is pretty straight forward, you don't have to do anything special... Below is a basic script command to move a servo to 90 on port D0 then move it to position 180 1 second later...


Servo(D0,90) #move the servo on D0 to position 90
sleep(1000) #pause for 1 second
Servo(D0,180) #move the servo on D0 to position 180

#etc... pretty simple...

PRO
Belgium
#3  

the ezbv4 has colored pins.see pic.

User-inserted image

keep asking your questions