Port by Case depending on the central port

Port by Case depending on the central port

SRmariog09
Not applicable
33 Views
2 Replies
Message 1 of 3

Port by Case depending on the central port

SRmariog09
Not applicable

[ FlexSim 24.2.0 ]

I am struggling with this simple exercise. I want a taskexecuter to go to a specific output port, and the other taskexecuter to a different port. How can I do it?


2connection.fsm

0 Likes
Accepted solutions (1)
34 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Explorer
Explorer
Accepted solution

The destination is decided before the task sequence is created and dispatched (Send to Port -> Use Transport).

While you can decide which TE moves the item depending on the port, this might lead to situation where one TE stays idle because all remaining items are headed to the other queue.

2connection_1.fsm

By using a list and Process Flow, you can first assign a TE to the item and this then determines the destination. Meaning the availability of the TEs determines the destination.

2connection_2.fsm

(Technically you can also change the destination after a TE starts the task sequence. But that requires some more advanced knowledge of Task Sequences and coding in FlexSim.)

0 Likes
Message 3 of 3

logan_gold
Community Manager
Community Manager

Hi @Mario García López, was Felix Möhlmann'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