??? 05/30/08 06:21 Read: times |
#155278 - What about processing speed Responding to: ???'s previous message |
A method is devised to monitor the outputs of all three MCUs to see that they are producing the same results. One way to do this is to have a multi-ported RAM on each device and every once in a while all devices are to place their result(s) into the RAM. The results in the three RAM sets are compared by a supervisory MCU that can vote out one that works out of step and switch in the outputs of one of the other two MCU systems.
This should be done for each input the controller(s) give. Doing this will definetly take some amount of time. Wont this effect the overall performance of the system or slow down the speed. Do i need to use a external RAM for this. For 8051 external RAM slowers the speed. I read it in a PDF file. |