by VanHelsing » Wed May 31, 2006 9:49 am
by VanHelsing
Wed May 31, 2006 9:49 am
Hi there! Very nice that there’s this forum now. Have the Bioloid since end March, and spend quite some evenings having fun with it. But, also trying to find more info on it (don’t speak Korean), often after an episode of ‘why doesn’t this work like I expect it should work’ (the glitches thing, what I now feel is solved with the AX-12 rom update). A forum like this would have helped a lot back then. Learned a lot now by trial and error, so maybe I can contribute a bit.
I wanted to have more control over the movement of the AX-12’s, meaning, not simply connect poses, but movement generated by code (VB or VBA) on the fly. And that goes a bit beyond the Bioloid software supplied with it.
What I now do is put an ‘MSCOMM32.ocx Active X control’ (simplifies sending something through the com port) on an Excel sheet. And use broadcast strings (and manage mode) to send whatever I program in code or knock on a worksheet to the AX-12’s. With some goniometry (and patience), I even build a simple plotter this way (pen up, pen down, x-y coordinates). It could draw whatever image I wanted to process (beautiful to see the drawing appear on paper).
A lot of other ‘wild’ projects are possible this way, but to be honest, some are hampered by the 60 degrees ‘dead zone’ of the AX-12’s using wheels. I’m also a newbie in com port communication (max string lengths, ready to send, ready to receive etc.), so I have a lot of improvement opportunities here, if somebody can help, would be greatly appreciated!
If anybody would like to explore this Mscomm32 thing, happy to help. And, questions, ideas, comments, suggestions are always welcome of course.
Hi there! Very nice that there’s this forum now. Have the Bioloid since end March, and spend quite some evenings having fun with it. But, also trying to find more info on it (don’t speak Korean), often after an episode of ‘why doesn’t this work like I expect it should work’ (the glitches thing, what I now feel is solved with the AX-12 rom update). A forum like this would have helped a lot back then. Learned a lot now by trial and error, so maybe I can contribute a bit.
I wanted to have more control over the movement of the AX-12’s, meaning, not simply connect poses, but movement generated by code (VB or VBA) on the fly. And that goes a bit beyond the Bioloid software supplied with it.
What I now do is put an ‘MSCOMM32.ocx Active X control’ (simplifies sending something through the com port) on an Excel sheet. And use broadcast strings (and manage mode) to send whatever I program in code or knock on a worksheet to the AX-12’s. With some goniometry (and patience), I even build a simple plotter this way (pen up, pen down, x-y coordinates). It could draw whatever image I wanted to process (beautiful to see the drawing appear on paper).
A lot of other ‘wild’ projects are possible this way, but to be honest, some are hampered by the 60 degrees ‘dead zone’ of the AX-12’s using wheels. I’m also a newbie in com port communication (max string lengths, ready to send, ready to receive etc.), so I have a lot of improvement opportunities here, if somebody can help, would be greatly appreciated!
If anybody would like to explore this Mscomm32 thing, happy to help. And, questions, ideas, comments, suggestions are always welcome of course.