
robotz12248

I have been attempting to get back up to speed using the EZB,V.3 controller. I am making no head way unfortunately. I have tried the following simple script:
Servo(D0,50)
ServoSpeed(D0,5)
Sleep(2000)
Servo(D0,10)
Sleep(2000)
Servo(D0,50)
Sleep(2000)
Servo(D0,90) (Note: script stops here!)
Sleep(2000)
Servo(D0,50)
Release(D0)
I am connecting with the EZB, on COM Port 3
It does indicate that it is connected.
I am using Windows 8, O.S.
I added a horizontal servo on D0
Min. is set to 10
Max is set to 90
Clicking on CENTER does center the servo.
I have tried different ports as well as rewriting the script.
Is there something simple I am missing?
Any assistance will be appreciated.
Lloyd
Lloyd