question

kongxincaier avatar image
0 Likes"
kongxincaier asked Felix Möhlmann answered

select operator move the item to empty pallet

Hello my friends ! i want to use PF to implement a logic:

1. when Separator split an item into three items , pull a operator from list where operator's area label equal to output' area label .after a while,operator will move the item to empty pallet around(one pallet with one item);

2.AGV move the pallet to Sink,and a new empty pallet create in the queue.


In my model, operator's token in the process flow could not continue,now i don't know how to solve this probelm, why the token stopped.

Can someone help solve it? Thanks a lot!

model0407.fsm

FlexSim 22.0.16
palletmove objectpull operator from list
model0407.fsm (67.0 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

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

When you create a task sequence, in order to add tasks to that sequence the subsequent activities need to reference the label where the task sequence is stored, not the task executer it belongs to.

capture1.png

Refering to the operator itself in the travel activity (or other task activities) essentially creates its own task sequence with only a single task in it. This task sequence will be put into the task sequence queue of the operator.

When creating a task sequence with Create TS, the operator will wait for new tasks to be added until that sequence is finished and can't start a new sequence in the meantime (unless through preemption).

And now that I have typed all this out I see that you have actually done this correctly for the second task sequence for the TE, so you might have just forgotten to change the activities after adding the Create TS and Finish TS activities.

One more thing though: The queue should probably only be pushed back to the list after the TE has loaded the pallet, since that is the point in time when a new pallet is created.

model0407_1.fsm


capture1.png (24.3 KiB)
model0407-1.fsm (66.5 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.

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.