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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/24/07 06:33
Read: times


 
#143572 - explaination
Responding to: ???'s previous message
Let me explain you more specifically.

I have obtained good results using below mentioned approach but at the cost of low speed.

Now as the first object passes my trigger point a interrupt is generated and after 160msec(Dist betwn trig & R sensor=67mm) I am reading R sensor.
At that time I should not read other sensors(G,B).
Now after reading R I read G after 57msec and B after another 57msec.
This accounts to total dist between my each object should be close to 120mm.
But my objects will come at dist of 4mm betwn them.

So now the plan is after trigger I will read R and store the value in an array then read G & B.

But here suppose I am reading B ,my objects can below R or G which I can't read.

So here simultaneous reading will be useful.

Another issue is that I cannot use interuppt approach here as if my controller is servicing one interrupt another interrupt might come as dist betwn 2 objects is 4mm(very less).


I hope I am able to expain you my query.

D

List of 31 messages in thread
TopicAuthorDate
Microcontroller for simutaneous processing.            01/01/70 00:00      
   Analog or digital sensors?            01/01/70 00:00      
   A moments thought            01/01/70 00:00      
      Oh no, that old chestnut again...            01/01/70 00:00      
   what is the problem????            01/01/70 00:00      
      My thought exactly            01/01/70 00:00      
         re microcrocontroller simul. processing            01/01/70 00:00      
            Simple 3 ADCs are nedded            01/01/70 00:00      
               Light to freq-converters            01/01/70 00:00      
      Seems simple enough!            01/01/70 00:00      
         depends            01/01/70 00:00      
   Why simultaneously?            01/01/70 00:00      
      explaination            01/01/70 00:00      
         explain again            01/01/70 00:00      
         Pipeline            01/01/70 00:00      
            addition            01/01/70 00:00      
               Need of Trigger            01/01/70 00:00      
                  black screen            01/01/70 00:00      
                     Response time            01/01/70 00:00      
                        What frequencies?            01/01/70 00:00      
                           once again - one multicolor sensor            01/01/70 00:00      
                           sensor characteristics            01/01/70 00:00      
                              3 sensors or one?            01/01/70 00:00      
                                 3 sensors for one color            01/01/70 00:00      
                                    my preffereces            01/01/70 00:00      
                                       About analog color sensor            01/01/70 00:00      
                                          re:About analog color sensor            01/01/70 00:00      
                                             Digtal sensor            01/01/70 00:00      
                                                re:digital sensor            01/01/70 00:00      
                                          AT89S52            01/01/70 00:00      
                                    some thoughts            01/01/70 00:00      

Back to Subject List