Browse Search Popular Register Upload Rules User list Login:
Search:
laser-distance-measurement

Image:
screenshot of the scene

Author: DrBalk

Group: Educational

Filesize: 41.44 kB

Date added: 2016-11-29

Rating: 5

Downloads: 343

Views: 255

Comments: 3

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:
schule,
speedoflight,
lichtgeschwindi,
laserentfernung

Scene tag

This is a model for the method of measuring the distance of
two objects by means of measuring the time between sending
and receiving the laser pulse. This can cause some wrong
measurement, if the ligth "travels through glass", where its
speed is reduced. On the other hand, by this you can measure
the speed of light in glass or water.

Dies ist ein Modell, das den Laserentfernungsmesser
verdeutlicht: Es wird die verstrichene Zeit zwischen
Senden und Empfangen des Laserimpulses gemessen.
Dies kann aber auch falsche Entferungsangaben bewirken,
wenn der Zwischenraum nicht mit Luft, sondern z.B. mit
Glas oder Wasser gefüllt ist. Auf der anderen Seite kann
man dadurch aber auch die Geschwindigkeit von Licht
in Wasser oder Glas indirekt messen.
Last edited at 2016/11/29 21:36:12 by DrBalk
Please log in to rate this scene
edit
Similar scenes
Title: Distance measurement unit
Rating: 6.1111
Filesize: 18.04 kB
Downloads: 888
Comments: 0
Ratings: 3
Date added: 2010/02/10 03:50:11
Made with: Algodoo before v1.8.5
Rating: rated 6.1
download
Title: Realistic Laser Pusher
Rating: 5.625
Filesize: 22.16 kB
Downloads: 2285
Comments: 2
Ratings: 2
Date added: 2024/09/21 23:37:04
Made with: Algodoo v2.2.0b
Rating: rated 5.6
download
Title: Winkelmesser im Dunklen
Rating: 4.5
Filesize: 437.28 kB
Downloads: 422
Comments: 0
Ratings: 2
Date added: 2013/08/26 14:56:26
Made with: Algodoo v2.1.0
Rating: rated 4.5
download
Title: Measuring Laser
Rating: 5
Filesize: 4.31 kB
Downloads: 461
Comments: 0
Ratings: 1
Date added: 2011/04/05 18:04:56
Made with: Algodoo before v1.8.5
Rating: rated 5
download
Title: Angle measurement Winkel messen heller Hintergrund
Rating: 5
Filesize: 403.47 kB
Downloads: 348
Comments: 0
Ratings: 1
Date added: 2013/08/17 17:41:26
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Torque Measurement
Rating: 5
Filesize: 47.95 kB
Downloads: 508
Comments: 4
Ratings: 1
Date added: 2014/09/30 02:15:20
Made with: Algodoo v2.1.0
Rating: rated 5
download
Where is the laser? I cannot find it! :huh:
Last edited at 2016/11/29 22:18:27 by Xray
Looks and works good.

Another way to code this would be to put the following in the box:

scene.my.waterpos = pos;

And the following in the balls:

v := pos - scene.my.waterpos;
v(0) > -1.0 && v(0) < 1.0 && v(1) > -1.0 && v(1) < 1.0 ? {
vel(1) >= 0 ? {vel = [0, 0.25]} : {vel = [0, -0.25]}
} : {
vel(1) >= 0 ? {vel = [0, 0.5]} : {vel = [0, -0.5]}
}
Last edited at 2016/12/01 00:17:40 by s_noonan
I get it now! This is just a "model" of a laser measuring system. DUH! :bonk:

:lol: