Hi everyone,
I've encountered the following issue while building my simulation:
My production system involves several process steps (pre-assembling, assembling, controlling, etc.), each using combiners or processors. The simulation includes multiple product types, each with different processing times at the various stations.
When an item is created, it receives a label that defines its type and associated values. My goal is to implement a takt time for the overall system, where each product should wait, after being processed, until the next takt time is reached and the next station or queue is available.
Is there a way to implement this kind of behavior, possibly using Parameters, without having to redesign the entire ProcessFlow I've already created?
Thanks in advance :)