Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
samplestream:example [2024/04/25 23:39]
optrix
samplestream:example [2024/04/25 23:47]
optrix
Line 21: Line 21:
 Next, we determine our [[end asset|end asset]]. In this case, the last asset in the system is the **Inspection Section**. Next, we determine our [[end asset|end asset]]. In this case, the last asset in the system is the **Inspection Section**.
  
-Finally, we want to measure our [[distance|distances]]. The distance between the Oven and the Inspection Station is **50m**.+Finally, we want to measure our [[distance|distances]] between each asset and our end assetFrom the diagram at the top of the page, we can see that the distance between the Oven and the Inspection Station is **50m**.
  
 ===The Code=== ===The Code===
Line 58: Line 58:
 We then send a request for the last hour of data. We then send a request for the last hour of data.
  
------+===The Results===
  
 In our results, we get the following... In our results, we get the following...
Line 70: Line 70:
 |6.0|62%|131.6| |6.0|62%|131.6|
  
-You'll notice that you don't have a //time// index anymore in the resulting dataframe. Instead, you've got a total amount of whatever you're measuring as a //rate// or //total// (in this case, it's meters).+You'll notice that you don't have a //time// index anymore in the resulting dataframe. Instead, you've got a total amount of the [[source|source of lag]] seen (in this case, it's meters of conveyor-belt).
  
 ===What It Means=== ===What It Means===