Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
samplestream:data-driven_lag [2024/04/24 01:10]
optrix created
samplestream:data-driven_lag [2024/04/24 01:11]
optrix
Line 27: Line 27:
 The time it takes depends on both the **distance** between the two points, and the **speed** of the conveyor. The time it takes depends on both the **distance** between the two points, and the **speed** of the conveyor.
  
-Since point **A* and point **B** are 50m apart, it will take 300 seconds for our cupcake to get from start to finish if the conveyor is running at 10 meters-per-minute. +Since point **A** and point **B** are 50m apart, it will take 300 seconds for our cupcake to get from start to finish if the conveyor is running at 10 meters-per-minute. 
  
 But conveyor speed //changes//, and our logic needs to be smarter. But conveyor speed //changes//, and our logic needs to be smarter.