Propeller Servo Controller USB not working the next morning
Syfy
Posts: 8
my Propeller Servo Controller USB stopt working, it was running perfect the day before ,
and the next morning i boot up my pc and the servos are not responding any more.
the lights still blinking but the servos only holds the center points, and servo 14 gets no power
i conected the my second Propeller Servo Controller USB and its working perfect.
can someone pleas tell me what's gone wrong .
Syfy
and the next morning i boot up my pc and the servos are not responding any more.
the lights still blinking but the servos only holds the center points, and servo 14 gets no power
i conected the my second Propeller Servo Controller USB and its working perfect.
can someone pleas tell me what's gone wrong .
Syfy
Comments
As Mike mentions, if you can provide more details that would certainly help.
but i'm from the netherlands and dont know the costs of sending it to Parallax
i use roboreal and this controller(its new,2 days old) to tilt and pan my cameras.
yes i seem to can communicate with it using the usb connection,
even the Propeller tool has access the eeprom/ram.
i hoped it lost data or something like that ,but i'm afraid it died when i turnd off my pc
maybe some kind of feedback ,if thats even posible
whit the PSCI software i have connection but the servos do not react to it anymore.
Syfy
How many servos are connected?
What is the brand and Model number of each servo? Some people (myself included) have run into issues with some servo's and needed to install a 10K resistor inline or the servo control signal.
I checked out the RoboRealm site and it looks like they talk to the controller at the default 2400 baud rate so it should be the same as the PSCI software.
indeed i also had dying servos on a ne555 servo controller i build a while ago.
when a 8 or 10k signal resistor installed it was ok.
did your servos die or your controller?
do you know if its posible the Propeller Servo Controller can be damaged when the pc is turnd of and on again,when
for example the Propeller Servo Controller still gets his power for the servos?
at his moment i do not even dare to turn of the pc, i think ill let it run to night
Syfy
I can't see why just turning off your computer would have damaged your board. Maybe the defaults for the servos in the upper EEPROM are somehow corrupted and it thinks the servos are disabled to it isn't trying to control them. Clearing the EEPROM data may correct that. Alternately you could try to download the firmware from the product page and try to reload that. I'm going that route on mine since I am only using 7 servos and 8 of the lines are going to be for LED lighting instead.
Robert
and it's unlikely it got damaged, instead there is a big chance its memory is corrupted.
this morning i connected it again and almost all servo working again.(i dont know way)
only servo channals 14 and 3 are not responding.
i think this is the firmware source code name ,PSC Propeller Firmware.
using compile current i can send this to the unit then reset it,but makes no divrance
tried to make the clear eeprom source file but i'm not capable to(yet)
i copyd this text from manual pdf into a new source file,
' {$STAMP BS2}
' {$PBASIC 2.5}
Sdat PIN 15 ' Serial Data I/O Pin
Baud CON 396 ' Constant For 2400 Baud
buff VAR Byte(3) ' Temporary Variable (Array)
Clear_EEPROM:
DEBUG "Clearing Upper EEPROM...", CR
SEROUT Sdat, Baud+$8000, ["!SCLEAR", CR]
SERIN Sdat, Baud, 600, Clear_EEPROM, [STR buff\3]
DEBUG "Reply: ", buff(0), buff(1), buff(2), CR
STOP
it tels me, pub is missing