question

Thomas avatar image
0 Likes"
Thomas asked Felix Möhlmann commented

Taking parts from racks and taking them to different floor storage facilities

Objective: The intention is to have the products coming from 4 inputs with also 4 different product names (1,2,3,4). Product 1 and 2 may be stored together in the rack under product type 1 and product 3 and 4 under product type 4. From here, product type 1 may go to floor storage 1 and 2 and product type 2 to floor storage 3 and 4. Here the boxes will be removed from the pallet with the operator and then the pallet will be moved with the transporter to the other Queue.


Problem: I'm stuck with the trigger, as well as the names I can use to send a location in rack and floor storage. I also don't know where to start taking the boxes off the pallet.

Can anyone help me with this?

Thank you in advance!!

Test WPO3.fsm

FlexSim 23.2.1
rackfloorstorageunpacking
test-wpo3.fsm (83.1 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 Felix Möhlmann commented

I don't really see the need for a "trigger". Couldn't the tokens that handle the input just continue onto the output section of the Process Flow? Possibly with a Delay or Wait for Event activity inbetween, so the pallets aren't removed from the rack immediately upon being stored.

I took the liberty to edit your Process Flow to showcase a way to make the process much easier to scale. The different types are handled by assigning the token the "HandlingType" label which is then used when searching for a slot or floor storage. All object references (except Queue5 and Queue6) are handled through labels, so everything can happen in a single flow.

test-wpo3-fm.fsm


test-wpo3-fm.fsm (73.1 KiB)
· 2
5 |100000

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