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 07:41
Read: times


 
#143579 - explain again
Responding to: ???'s previous message
I understand -
- in Your system default minimum distance between objects is
120 mm (47+24+24) and You want to minimize to 4 mm. But how objects are oriented - with shortest side among movement direction (this is fastest case)?
If distance between objects is >= 120 mm You dont need to
read simultaneously - You store R, then G and when B arrives
You combine all .
If distance is <120 mm You will have B signal from one object
G signal from other (or from no object) and R signal from another object(or from no object). You have 2 choices
- to use 3 sensors at one point and read them simultaneously
- to analize info from each sensor, count objects for every sensor, store data using tree pointers. When B-signal for object N is ready (last sensor) You allready have R&G signal data for this object. Set can be handled for object N.
In both variants trigger can be omited from system.
If shortest side (4 mm) of object is visible by sensor then You valid signal is about 9.5 msec duration and 9.5 msec dark time (4 mm gap). I will aim to get
response under 3..4 msec - better is 1 msec. Then each 3 msec You can have adequate info for each channel, using one counter/timer and multiplexer. Here may be problem with freqwency range of sensor.






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