Full Structure

We can now combine all of the Buffers, Constraints, Conversions, Splits, and Merges to create the full structure for the model using Links.

The structure will follow the same progression as the physical production line, with each node flowing into the next.

The Links for this model look like this:

Example 1: NamesExample 2: Descriptions

[Links]

b1 -> s1 s1 -> c1 c1 -> x1 x1 -> c2 c2 -> c3 c3 -> b2 b2 -> c4 c4 -> x3 x3 -> c5 c5 -> m1 s1 -> c6 c6 -> x2 x2 -> c7 c7 -> c8 c8 -> b3 b3 -> c9 c9 -> x4 x4 -> c10 c10 -> m1 m1 -> b4 b4 -> x5 x5 -> c11 c11 -> c12 c12 -> c13 c13 -> b5

[Links]

Ingredient_Mixture -> Ingredient_Mix_Split Ingredient_Mix_Split -> Mixer_1 Mixer_1 -> Cookie_Conversion_1 Cookie_Conversion_1 -> Molding_1 Molding_1 -> Oven_1 Oven_1 -> Baked_Cookies_1 Baked_Cookies_1 -> Cream_Pump_1 Cream_Pump_1 -> Full_Cookie_Conversion_1 Full_Cookie_Conversion_1 -> Assembly_1 Assembly_1 -> Baking_Line_Merge Ingredient_Mix_Split -> Mixer_2 Mixer_2 -> Cookie_Conversion_2 Cookie_Conversion_2 -> Molding_2 Molding_2 -> Oven_2 Oven_2 -> Baked_Cookies_2 Baked_Cookies_2 -> Cream_Pump_2 Cream_Pump_2 -> Full_Cookie_Conversion_2 Full_Cookie_Conversion_2 -> Assembly_2 Assembly_2 -> Baking_Line_Merge Baking_Line_Merge -> Assembled_Cookies Assembled_Cookies -> Package_Conversion Package_Conversion -> Tray_Packaging Tray_Packaging -> Quality_Control Quality_Control -> Final_Packaging Final_Packaging -> Final_Product

These Links can be copy/pasted into the structure pane with the rest of the model components. Now that the structure of the model is solidified, we can move on to the node view, where we can apply all of the settings to mimic the real-world Oreo assembly line.

Last updated