question

Geovanna A avatar image
0 Likes"
Geovanna A asked Geovanna A commented

Operator does not change from utilize to next task

hace2.fsmThe model consists on one operator who grabs 3 items, unloads them on another queue and then processes one item at a time, until the queue is empty. then he begins the tasksequence again. In my case, the operator processes 2 items and then it doesnt change from utilize (processing) to the next task.

task executertask sequenceutilize operator
hace2.fsm (26.3 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

·
Braydn T avatar image
0 Likes"
Braydn T answered Geovanna A commented

You problem was the Operator was still referencing the whole array of 3 boxes when it put them in the processor instead of just one of the items in the array.

I added a Process Flow with a little bit of custom code in the Move Objects in the sub-flow to iterate through the Array to pick the boxes individually. Attached is your model. Please let us know if there is anything else we can do to help.

hace2-processflow.fsm


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

Geovanna A avatar image Geovanna A commented ·

Yeah, I tried process flow at first but I didn´t know much about it so I was just playing around with it. This makes it much clearer. Thank you very much!

Also, I found out I can make that sequence just by arranging priorities in the queues and processor.

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.