- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am developing a model using a Process Flow that references a Global Table named "GlobalTable1." I previously approached this without Process Flow, but I am now transitioning to a Process Flow-based approach.
Model Logic: The simulation should follow this sequence for each row (starting from "Row 1"):
Calculate the ChangeoverTime.
Process 1 unit with a duration of ProcessTime, repeated for the amount specified in Quantity.
Move to the next row and repeat the same steps (calculate ChangeoverTime, then process Quantity).
Questions:
Error in Label Reference (ChangeoverTime): In the Schedule Source, I attempted to create a label to reference the ChangeoverTime using Table("GlobalTable1")[Row][4], but it triggers an error. Could you point out the mistake?
Error in Label Reference (Quantity): In the "Create Object" activity, I used Table("GlobalTable1")[Row][2] to reference the Quantity column, but this also results in an error. What is the correct syntax?
Timer Logic: I am unsure what expression to enter for the timer, or if a timer activity is even necessary for this logic.
Postscript: Even if these errors are resolved, I am concerned about whether the simulation will function correctly. I find it difficult to keep track of labels as they are scattered throughout the model. Despite reading the help pages, I still don't fully grasp how labels work and have been relying on intuition. Any guidance would be greatly appreciated.
Solved! Go to Solution.