question

Stella avatar image
0 Likes"
Stella asked Logan Gold commented

Multiple Transporter Stops and ends at a Queue

My transporter picks up a rack at the beginning of the simulation. I was hoping this continues until the run time concludes. However, it stops after one round. Can someone help and thanks..... LoadUnloadRackRev10d.fsm

1723674557764.png

FlexSim 24.2.0
multiple transporterstransporter logic
· 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.

Logan Gold avatar image Logan Gold ♦♦ commented ·

Hi @Stella, 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 0 ·

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Jacob W2 commented

The first two tasks in the "State to SPA" block are given to a dispatcher instead of being added to the task sequence, is this on purpose?

Later the token waits in the "Push to List" activity until it's pulled. Since the racks are pushed to the list in the Entry trigger of the queue I don't see the purpose of this activity.

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

Stella avatar image Stella commented ·

The initial two tasks within the "State to SPA" block were intentionally assigned to a dispatcher. Following your observation, I transferred them to the TS "Saw Audit Band" and updated the Executor to token.taskExecutor. I also removed the "Push to list" activity.

The issue remains unresolved. The requirement is for the auditor to remain within the MHEPark object, while the MHE Bander is free to move out of the area.


Can you show me how to execute this requirement?

I attached my revised file - LoadUnloadRackRev10e.fsm. Thank you.

0 Likes 0 ·
Jacob W2 avatar image Jacob W2 ♦ Stella commented ·

Hi @Stella,


It looks like the reason why the auditor was moving out of the zone was being caused by tokens being created when a rack was unloaded into the banding queue. By removing the unload rack activity and replacing it with a move object activity it has resolved the issue of the auditor moving out of the MHEPark zone. I'm attaching the updated model for you to look at.

loadunloadrackrev10e_JW.fsm

0 Likes 0 ·