??? 08/23/07 11:11 Read: times |
#143536 - Microcontroller for simutaneous processing. |
Hello,
I have developed a sensor system using three sensors on a moving conveyor. I am interested in the o/p of all the three sensors. After getting the o/p I process these o/p's to get my result. Now the problem is that I want to read these O/p simultaneously(reading all values in one shot). The objects which I am sensing are 4mm apart. Currently I am using AT89S52. Now I am reading three different sensors at different time intervals on Trigger. Now to make my system faster I want to read these sensors simultaneously. What kind of approach is suitable for me. Is there a possibility of achieving the multitasking approach using another controller. Please suggest suitable approach Parameters for reference : 1)Speed of Conveyor=420mm/sec. 2)Distance between trigger & sensor 1 =67mm 3)Distance between sensor 1 & sensor 2 =24mm 4)Distance between sensor 1 & sensor 3 =24mm 5)Distance between each objects = 4mm Thanks, Dishu |