Skip to comments
EZ-Script Code:
So here's the Target Bot.
D7 is the main servo.
D8 is the switch, which uses the GND and Signal cables (no resistors required).
EZ-Script Code:
Code:
Servo(d7,38)
Sleep(1000)
Release(d7)
:main
If(GetDigital(d8) = 0)
Goto(hit)
Goto(main)
:hit
Servo(d7,80)
Sleep(1500)
say("Nice Shot")
Servo(d7,38)
Sleep(500)
Release(d7)
return()
By urbanh
— Last update
Other robots from Synthiam community

Mastersailor's Noisy Boi (Trademark Pending)
Sub 10 foot remote network robot Speed 47 mph Plow Flamethrower Remote start 1000's of devices Security, email push Has...

Steve1dh's Test-Practice Bot
Here is my little test/practice bot, he has no name but he does what he needs to do. As you notice I have put a gender...

Ericez's My Lita Can Dance With Modified Jd Movement
with little modification on JD frame movement panel, now my lita can dance move like JD movement... ^,^
Upgrade to ARC Pro
Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

Gunner
Canada
#1

DJ Sures
PRO
Synthiam





#2

urbanhurdler
USA
#3