Goodmirning,
I working on a process that every 20 minutes checks the process speed and changes it according to 2 cases: 1. process time is too high; 2. process time is too low. Is there a way to replicate this in Flexim? In the model below i created a process made by 1 source, 2 queues and 1 processor.
The processor is set at process time: PROCESSTIME_NORMAL, defined in global macro.
In the source i defined an arrival schedule of 10 items with ArrivalTime and Max_LT, where
(Max_LT) - (ArrivalTime) is the LT planned for each item to arrive at Queue2.
how can i tell the model to compare Max_LT with the processor end time for each object and tell it to change speed according to defined global macros?
Thanks very much in advance