originating from computer graphics I’m completely new to the topic of robotics, so I’d be glad to get your support on this: Just to get this right, if I control a, say, AL5A robotic arm via COM port (most likely I would use MS RDS), is it possible to control the arm in realtime? If so, what latency do I have to expect?
I don’t know anything about MRS, or MSRDS for that matter. But all you need to do to move the arm is send ascii commands. The SSC-32 manual illustrates these commands. lynxmotion.com/ViewPage.aspx … ID=70#serv
I’m guessing the latency would not be more than 30mS because PC’s are pretty fast calculating IK math and most people update the SSC-32 every 30mS. Hope this helps…
Knew there was no PC, guess I didn’t realize there was no SSC-32. Figured you were pumping the servo commands through an SSC-32 from the BAP/BB2. Still shouldn’t be a problem if the update rate is kept in the 30ms range (presumably using 115.2KBaud from a PC).
I wrote a simple pc program using another programming language that takes input from a joystick and outputs to a servo controller via the serial port to pan/tilt a two servo pan/tilt cam. Pretty much real time with no noticable control lag.