2025-02-27 5:01 AM
Hi,
I have next situation:
Three sensors are placed in one line. Sensors measure distance in the same direction.
In the case where only one sensor is working, everything is fine. But when all the sensors are turned on, there are data problems. Some incorrect data is received with a status of 0. And I have a few questions:
1. Do the sensors affect each other when they work simultaneously?
2. If the answer is yes, how can the influence be avoided? (Can reducing ROI help me?)
3. How can I control the time between measurements of one sensor? For example, the timing budget is 33 ms. And I need the sensor to take a measurement (33 ms), after which it doesn't do anything else (66ms).
4. Is it possible to do a delayed sensor start? To increase the frequency of data received from sensors. For a situation of 3 sensors, shift the start of each by 1/3 of the period.