vehicle positioning system

Thread Starter

Dadu@

Joined Feb 4, 2022
155
I am trying to understand basic algorithm for vehicle positioning system shown in link
https://www.technoweighbridge.com/vehicle-positioning-system-and-vps.html

images (21).jpeg

Picture show that they are measuring weight. Three IR sensors are being used which tell the exact position of the truck so that the weight can be measure.

I want to understand a flow of system in which those three sensor are working.
What happens when the first sensor is high, does system monitor it continuously or once in main loop?
 

tepalia02

Joined May 13, 2022
37
There is nothing about the working principle in the product's description and the brochure though. What I can understand is, Outputs of these 3 IR sensors are connected to an STM microcontroller and the digital value of those 3 pins of the MCU is being checked continuously. Not once.
 

Thread Starter

Dadu@

Joined Feb 4, 2022
155
There is nothing about the working principle in the product's description and the brochure though. What I can understand is, Outputs of these 3 IR sensors are connected to an STM microcontroller and the digital value of those 3 pins of the MCU is being checked continuously. Not once.
I'm just taking that image for example.

I'm trying to understand the general process of how a truck comes on track to measure weight using sensors.
 

Thread Starter

Dadu@

Joined Feb 4, 2022
155
I understand that to find the correct position, the first and third sensor should be low and the middle sensor should be high as show the image show in link http://www.monilautomation.com/tenker-alignment-system.php
I don't understand how logic would be used for a public declaration that instructs the driver to the correct position.
If the truck has stopped on the first sensor then it should be announced to go forward, if it is ahead a lot at third sensor , then it should be told to go back
 

Picbuster

Joined Dec 2, 2013
1,047
I am trying to understand basic algorithm for vehicle positioning system shown in link
https://www.technoweighbridge.com/vehicle-positioning-system-and-vps.html

View attachment 267380

Picture show that they are measuring weight. Three IR sensors are being used which tell the exact position of the truck so that the weight can be measure.

I want to understand a flow of system in which those three sensor are working.
What happens when the first sensor is high, does system monitor it continuously or once in main loop?
Hi,
You measure the length of the truck using the first sensors in a row. (also the speed Time to detect front and rear)
Length of the scale is known length of truck measured.
total weight = sum of each pillar/6
picbuster
 
Top