question

hermione12 avatar image
0 Likes"
hermione12 asked hermione12 commented

Transporter using code

Hello,

I have a model where I am sending items from one queue to another queue using code OnEntry in Queue1. I am using the task sequence commands to send item.

But the transporter is repeating the same step "unloading" the item. After delivering the item, it has to pick up the next part instead it is repeating the same unloading step.

(Unload to Queue2 >> again pick from Queue2 >> drop at Queue2) - I do not want it this way.

How to correct the tasks? Please help

Transporter_using_code.fsm

FlexSim 20.0.10
transporterbufferusing code
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered hermione12 commented

The queue is also still sending the item via the port-connection, so two task sequences to move the item are created. Remove that connection or set the queue to not release items in the Send to Port option.

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

hermione12 avatar image hermione12 commented ·
Thank you @Felix Möhlmann it is working fine.
0 Likes 0 ·

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.