by rodmanLT » Wed Sep 16, 2009 6:40 am
by rodmanLT
Wed Sep 16, 2009 6:40 am
I had a problem with accidental loss of connection- robot stopped responding to commands without any reason from time to time. Fuminori Yamasaki adviced me to put delays between commands. It helped.
I think it's because RCB controller can not deal with continious heavy data stream. Every controller has serial buffer, and it looses serial data when buffer overflows. Looks exactly like your situation... And we can not do much about it.
I had a problem with accidental loss of connection- robot stopped responding to commands without any reason from time to time. Fuminori Yamasaki adviced me to put delays between commands. It helped.
I think it's because RCB controller can not deal with continious heavy data stream. Every controller has serial buffer, and it looses serial data when buffer overflows. Looks exactly like your situation... And we can not do much about it.