question

CPL avatar image
0 Likes"
CPL asked CPL commented

Batching in Queue with dynamic ID

Attached my sample model. In which i need to batch the flow items coming to queue1 based on the ID in the input table. Also, I need to send the items to conveyors based on the batch-id. I can't use the "port by case" because i have many batch-id in the actual model. ( For example, in actual model the boxes need to sorted based on flight number. Thanks in advance.

FlexSim 24.2.2
queuebatching
batching-queue.fsm (39.7 KiB)
· 1
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @CPL, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered CPL commented

You find here an example. it is time based. Every 150 seconds a next ID gets released to an output port in round robin fashion. All items by this ID are sent.

batching-Process-jv.fsm


· 1
5 |100000

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

CPL avatar image CPL commented ·
Thank you so much Vogel
0 Likes 0 ·