question

Tushar H avatar image
0 Likes"
Tushar H asked Kavika F commented

How to unpack the item on conveyor without using Seperator and use transport.

Hello,

In my model there are conveyor B & C. I want is pallet will go to conveyor C and box will go to conveyor B without using Seperator. and Box will go to conveyor B Using Operator

Please find the attached snap & model for reference. Unpack model1_autosave.fsm

1671713128568.pngThank you in advance

FlexSim 22.2.3
item unpack on conveyor
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Kavika F commented

Use an object process flow to detect the arrival at a station (or other decision point) with pointer labels to the operator and entryTransfer. Set up a label on the token to the box for reference in the load and unload tasks. Reference the station's pointer labels in the tasks - for example : current.operator, and current.entryB

unpack-model1-jl.fsm


1671714646784.png


1671714646784.png (46.1 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Tushar H avatar image Tushar H commented ·

Thank you so much @Jason Lightfoot

0 Likes 0 ·
Tushar H avatar image Tushar H commented ·

Hello @Jason Lightfoot ,

If I want to transport two boxes at a time, then what I can do??

0 Likes 0 ·
Kavika F avatar image Kavika F ♦ Tushar H commented ·

If you have two boxes to carry, you can change the Load and Unload activities for Travel and Move Object activities.

unpack-model1-kf.fsm

carry-two-boxes-at-once.gif

I simply broke up the activities into their subcomponents. Have the Operator first move to the Station. Then move the Boxes (using token.item.subnodes.toArray() as the Items to move) into the Operator. Have the operator move back to the drop off point. Finally, move the boxes onto that conveyor.

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.