question

Łukasz E avatar image
0 Likes"
Łukasz E asked Łukasz E commented

Unloading separator from top to bottom

unload-top-to-bottom.fsmI must use process flow to unload the separator from top to bottom.

But when I use object.LAST it starts unloading from the lowest layer to the highest.

how to change it but still keep it that the pallet is unloaded as the last item?

FlexSim 20.2.3
processflowflexsim 20.2.3separatorunload operator
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

·
Patryk avatar image
1 Like"
Patryk answered Łukasz E commented

When you use process flow to unload pallet you don't need to use a separator.

You can use queue with max content 1 or processor.

Boxes are subnodes of the pallet so you can use subflow to unload the pallet.

On the source, you can assign token.pallet.

Quantity is number of boxes so number of pallet subnodes.

To run subflow you have to use blocks "Start ' and "Finish".

When you use separtator boxes aren't subnods of pallet but They are subnodes of separatr. The pallet is subnodes[1] (first) and the last box on pallet is subnodes[2].

When pallet is empty you can load it by useing simply first or last.

In attached I send you this model.

unload-top-to-bottom v2.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.

Łukasz E avatar image Łukasz E commented ·

Great!

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.