question

Jose A10 avatar image
0 Likes"
Jose A10 asked Eric M commented

How do I create dispatch orders?

Im doing a crossdock simulation, I have my items going through the system and now i want that the items of the shipping order to go to a queue and the others to continue their way through the system. How can i make this? Should I use Process Flow or can i do this with decision points or another element?

FlexSim 21.0.3
flexsim 21.0.3ordersitemflowcrossdock
· 7
5 |100000

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

Eric M avatar image
0 Likes"
Eric M answered Eric M commented

Thanks for your further explanations. I'm attaching a model that shows one way of doing this. I created a table with different orders for each of the different queues (more about importing an excel table here). The basics of how this works are that when items enter the conveyor system, they are pushed to a list using process flow. A token is created for the order and gets some labels assigned to record the order information from the table. A token is created for each item on the order. This token is then used to "pull" an item of the correct type from the list. The items are then sent to the correct bay using process flow.

When they get to the bay, a batch activity is used to make sure the entire order has been collected. The robot is then used to transport the items onto the combiners. When packing is finished, the pallet is moved to the last combiner and to the sink. The token then goes through a decide activity to determine if there are more columns in the table to loop back around and repeat the process.

You will notice that I changed the combiners to queues that look like combiners. This is because combiners have their own logic that I wanted to override using process flow. It's easier to use something that looks like a combiner without the attached logic. Also, the main body of the process flow is done using an instance process flow. In order to understand what's going on, you can delete all of the attached objects except for 1. That way you can follow the tokens through the flow and see what it's doing for one order. When you feel like you understand, you can add the other queues back into the flow.

I tried to make some notes in the process flow as well. Click through each activity and try to understand what's happening. I know this is a lot, so let me know if you have any questions.

draft-simulacao V2.fsm


· 4
5 |100000

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

Jose A10 avatar image
0 Likes"
Jose A10 answered Eric M commented

@Eric M , In the last model, i've already added two robots instead of one. I created a group and a resource activity and they work both all the "UA". How can I define that Robot1 just works with UA_1 UA_2 UA_3 and Robot 2 with UA_4 UA_5 UA_6?

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

Jose A10 avatar image
0 Likes"
Jose A10 answered Jose A10 commented

Hello @Eric M , I have a doubt concerning to the model that you helped me a few days ago. I am notifying you because since you helped me with the process flow of the model I think it would be easier for you to understand me and help me if you can.

I connected to the crossdock an ASRS system, to store the items that werent used to fullfill an order. Those items are stored by label ( I used Paint Slot labels and the storage method is by matching labels. created a trigger to distribute the items by the three aisles equaly using round robin). My problem now, i have already tried to create a PF to connect to the other of the crossdocking, but i cant get what I want right. I am trying that the items that when an order needs an item that is stored and is not yet in the conveyor system (coming from the source), the ASRS pull it out of the rack and send it into the conveyor system so the order can be satisfied.

I would be really gratefull if you can help me with this, so my model can work how its supposed to. If you need more explanation just tell me. I will post the current model here if youre willing to help me.

Thank you a lot.


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