question

Gregory avatar image
0 Likes"
Gregory asked Andrew O commented

Problem with Task Sequence TS

Hello everybody!


I have a problem with the sequence of tasks. The idea of this small model should be: generate an arrival of boxes in the Queue, then forklift goes to pick up the boxes that were generated and transports them to the FloorStorage.

Then, the operator should perform an inspection process to all the boxes placed in the FloorStorage. How can I make the operator perform an inspection process after the forklift finishes placing the products in the FloorStorage?


model base.fsm

FlexSim 22.2.3
processflowoperator tasktasksequence queue
model-base.fsm (187.1 KiB)
· 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.

Andrew O avatar image Andrew O commented ·

Hi @Gregory, was Joerg Vogel'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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

First you need a slot and / or slotitem label to lock an item before inspection Is done. Whenever you try to find or query slotitems to retrieve them, you check if they are ready for leaving and an inspection has been finished.
Secondly when an item has entered a slot you push upon this event the involved item to a list. This list can be a simple list of items or in an advanced approach a list of inspection tasksequences. You pull from this list a value to let an operator do an inspection. An inspection consists of travel to item task, do a delay task in a state of something similar like inspection and finally a travel to a terminal to enter inspection results. If this inspection result is positiv, you change slot or slotitem label value to be retrievable. If a result is negativ, you build a process which deals with negativ tested items.

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.