question

Lexi avatar image
0 Likes"
Lexi asked Kavika F commented

Process Flow Transporter

Hello!

I'm making a flexsim model where I want a box processed and then a transporter should take the box into a rack. However, the transporter is taking the box into the rack before it has gone out of the processor.

I think the problem is I'm mixing process flow with 3D, but I'm not sure how to fix it. I tried doing the transportation without process flow, just 3D and it worked, however, I want to make it in process flow because I wanna keep the tokens so later I can push them into a list to know my inventory.

I'm attaching my model so you can have a better view.

prueba2.fsm

Pd: two other extra questions:

1. Do you maybe know if there is a way to create tokens in process flow from something in the 3D model that already exists? Like, I created pallets and boxes inside pallets in the process flow, but I only assigned tokens to the pallets so I could allocate them in the warehouse. But to do the picking process of boxes later on, I'll need to have tokens for each of the boxes.

2. Do you maybe know where in Flexsim I can create different ID Zones? I want to separate some racks in my warehouse with different content.

Thank you so much for your help

FlexSim 23.2.0
processs flowtransporters
prueba2.fsm (47.8 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

Kavika F avatar image
0 Likes"
Kavika F answered Kavika F commented

Hey @Lexi, if you want to wait for the item to finish processing at the Processor, you can use a "Wait for Event" activity. I set one up to wait for the Processor's On Exit trigger (fired when an item leaves the processor). I also make sure that the leaving item is the one that matches the one you labeled earlier.

1699048055532.png

Now it should work!

With regards to your other questions:

1. You can use a "Create Tokens" activity to make X amount of tokens that you specify. So if you have a reference to the pallet that the boxes are on, your Quantity could be something like

  1. token.Pallet.subnodes.length

Then you can set a label on each one of them based on the "creationRank", like

1699048259111.png

2. In the Toolbox, after creating a Rack, you should have a "Storage System" tool. If you double-click that and go to the "Address Schemes", you can customize how you address things.

1699048337049.png

Then on each Storage Object (like the racks), after clicking on one, you can pull up the "Address Mapping" properties.

1699048385704.png

Hope this helps!


1699048055532.png (29.6 KiB)
1699048259111.png (23.4 KiB)
1699048337049.png (59.5 KiB)
1699048385704.png (7.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.