question

Steven Chen avatar image
0 Likes"
Steven Chen asked Jason Lightfoot edited

Why it has different result if transport is available or not.

As title

I want the operator to move six items at a time, and send to same Queue

So I set batch logic at front Queue and set Use Transport.

the result is that the six items will be sent to different Queue by turns.

However, if I cancel using transport, the six items will be sent to First Queue.

how can I modify my model?

Batch Test.fsm

FlexSim 23.0.1
batchbatch sizeuse transport
batch-test.fsm (32.3 KiB)
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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jason Lightfoot edited

There is a delay! A delay causes a different set of events in contrast to events happening in zero time. You can setup a Process Flow tasksequence which ignores events and states in your model.

· 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.

Steven Chen avatar image Steven Chen commented ·
@Joerg Vogel Thanks for reply

Can I reach this logic without using ProcessFlow?

-1 Like -1 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Steven Chen commented ·

Yes - only release them after your delay.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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