by PedroR » Tue Dec 29, 2009 11:29 am
by PedroR
Tue Dec 29, 2009 11:29 am
i would agree with billyzelsnack
using the PRINT instruction you can send some status information FROM the robot program TO the PC but you won't be able to do it the other way around.
His suggestion of using existing control tables to SEND information FROM the pc TO the robot is also a nice one.
I don't know how much data you need to pass on to the controller but, as he mentioned, there are some IDs on existing devices where you can write simple status info like the LEDs.
I think the id for the leds can only store 1 bit though (0 or 1) but if you have multiple servos you may be able to make something out of that.
i would agree with billyzelsnack
using the PRINT instruction you can send some status information FROM the robot program TO the PC but you won't be able to do it the other way around.
His suggestion of using existing control tables to SEND information FROM the pc TO the robot is also a nice one.
I don't know how much data you need to pass on to the controller but, as he mentioned, there are some IDs on existing devices where you can write simple status info like the LEDs.
I think the id for the leds can only store 1 bit though (0 or 1) but if you have multiple servos you may be able to make something out of that.