question

NicolaiNielsen avatar image
0 Likes"
NicolaiNielsen asked Joerg Vogel commented

Different item type is in queue wait until empty

Hi,


I'm in need of some assistance on how to program my processor to only handle one item type at a time. Meaning that if the processor is currently processing 10 of item type 1, then it needs to finish those 10 before it can start processing 10 of item type 2. The processor is not a batch processor but instead sequential.

I have added setup time if item type changes.

The items is created at a certain time, 250 of item type 1, then 250 of item type 2, then 250 of item type 3

FlexSim 23.0.1
queueprocessoritemtype
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Joerg Vogel commented

Pull the same item type and for each successful pull increment a counter. When the counter reaches the batch size, change the item type for the next pull.

· 8
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.