Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/06/04 02:54
Read: times


 
#71876 - RE: So it *is* remote code banking!
Responding to: ???'s previous message
paul mcdowell said:
now the robot wants to use its sensors well it calls to the program on the PC and says download sensor routine

http://www.8052.com/forum/read.phtml?id=71869

And how long will that take?!

Your robot will have to stop and wait while the PC downloads the "sensor routine"
Then, having done the sensor thing, you will have to stop again to download whatever other routine the robot needs next.

While this is an interesting idea, it sounds thoroughly impractical.

I think you'd be far better to go with either:

1. "normal" code banking where all the code is in the ROM on the robot, so switching to the "sensor routine" is simply a matter of selecting the right bank in ROM, or

2. as your scheme needs a PC anyway, and a datalink to the robot, why not have all the robot software on the PC? Let the PC do all the clever stuff, and the 8051 on the robot is basically just an interface controller.

List of 16 messages in thread
TopicAuthorDate
Smart program            01/01/70 00:00      
   yes            01/01/70 00:00      
   RE: Smart program            01/01/70 00:00      
   RE: Smart program            01/01/70 00:00      
      RE: Smart program            01/01/70 00:00      
   In-Application Programming            01/01/70 00:00      
      An example using a 2nd MCU            01/01/70 00:00      
      RE: In-Application Programming            01/01/70 00:00      
   RE: Smart program            01/01/70 00:00      
      RE: MCU decides it needs another program            01/01/70 00:00      
   RE: Smart program            01/01/70 00:00      
   RE: Smart program            01/01/70 00:00      
      RE: Smart program            01/01/70 00:00      
      RE: So it *is* remote code banking!            01/01/70 00:00      
      Downloading a Hex file ?            01/01/70 00:00      
      RE: not so Smart program            01/01/70 00:00      

Back to Subject List