Differences

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

Link to this comparison view

Both sides previous revision Previous revision
samplestream:adaptable_example [2024/04/25 23:15]
optrix
samplestream:adaptable_example [2024/04/26 00:11] (current)
optrix
Line 34: Line 34:
 </code> </code>
  
-Using this technique, your logic...+This technique has several benefits..
  
-   * Can adapt to temporary or permanent changes made to site, +===Adapt to Line Changes=== 
-   * Can be used across multiple product lines with different configurations, and + 
-   * Can be used on multiple different sites+Sometimes, equipment gets moved. This isn't limited to portable hardware - even the 'fixed' components of a line can be moved after major system upgrades and overhauls. 
 + 
 +In some cases, product lines are flexible, allowing changes between batches to cater for different products. 
 + 
 +Being adaptable allows the system to deal with these changes[[simple lag|as long as they don't happen mid-range]]. 
 + 
 +===Adapt to Line and Site Differences=== 
 + 
 +Loading the list of assets and their distances dynamically means you can apply the same logic to different process lines. Large manufacturers may have several similar systems producing different types of product - this way, you can use the one piece of code across each of those lines. 
 + 
 +This also lets you drop your logic into different sites with minimal changes required.