Help With Servo Controller
walt
Posts: 27
I AM HAVING trouble with servo controler PARALLAX #28023 - rev b. My servos will not travel the full rotation.
(180) deg.· I have· tryed to change· pw = 1250 and pw = 250.
do
·pw =1250
· serout sdat, baud+$8000, [noparse][[/noparse] "!sc", ch, ra, pw.lowbyte, highbyte, cr]
pause 1000
pw = 250
serout sdat, baud+$8000, [noparse][[/noparse] "!sc", ch, ra, pw,lowbyte, pw.highbyte,cr]
pause 1000
loop
This·is the code I have been using.· ·I am· using· a JR servo NES 517
Post Edited By Moderator (Jon Williams) : 3/12/2005 5:59:27 PM GMT
(180) deg.· I have· tryed to change· pw = 1250 and pw = 250.
do
·pw =1250
· serout sdat, baud+$8000, [noparse][[/noparse] "!sc", ch, ra, pw.lowbyte, highbyte, cr]
pause 1000
pw = 250
serout sdat, baud+$8000, [noparse][[/noparse] "!sc", ch, ra, pw,lowbyte, pw.highbyte,cr]
pause 1000
loop
This·is the code I have been using.· ·I am· using· a JR servo NES 517
Post Edited By Moderator (Jon Williams) : 3/12/2005 5:59:27 PM GMT
Comments
·· Please run the following code and let me the know the firmware version you have.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
thanks walt
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
www.parallax.com
·
Instead of:
And the same sympton persists when this happens, which is is constantly says, "Finding PSC..."
Try replacing the !SCVER? between the quotes with !SCID? and see what happens.· I'll bet it's a pre 1.2 version of the firmware.· If that's the case, I believe that may also explain your servos not travelling 180 degrees, as I think the first version of the firmware only did 90 degrees, but I will verify that tomorrow.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com