question

Ruben Mariduena avatar image
0 Likes"
Ruben Mariduena asked Raja Sekaran edited

Using weight in a shipping and receiving process flow

We are trying to create a process flow for receiving material that is based on weight and then shipping material based on the weight in the shipping schedule. Please find attached pictures for an example on how the receiving and shipping schedule look like. Our problem is that all of the receiving materials can be fractions of a unit of value, then somehow we need to aggregate them and then pull from the aggregate the required shipping weight. Is there any way to do this in a process flow? all I see is push and pull from list but this is token based and I don't know how would you gear it towards using label aggregation

receiving-schedule.png

shipment-schedule.png

FlexSim 16.2.2
process flowweight
5 |100000

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

Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Steven Hamoen commented

@Ruben Mariduena 2 things that might help you. If you use the batcher you can aggregate your labels. You can even use the label as quantifier.

The other thing to look at is the SELECT statement with a pull. For instance the "Kanban Labeler" tutorial in your helpfile gives more information about that.

Hope these 2 hints can help you further.

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

Raja Sekaran avatar image
0 Likes"
Raja Sekaran answered Raja Sekaran edited

@Ruben Mariduena

I have attached the sample model which will give you some idea about label aggregation. In the attached model, I have created the label as "TotalWeight" in the process flow then updated the value based on the label value of "Weight" from the entering token. Check the quick properties for the labels associated with that token.

Thanks.

shippingschedule.fsm


screenshot-3.jpg (127.0 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.

gilbert jerald avatar image
0 Likes"
gilbert jerald answered Ruben Mariduena commented

@ Ruben Mariduena

VersionFlexSim 17.1.4

Hi

As per the question, you have asked I have created a sample model mode. The model will work as follows.

Initially, the storage racks receive 10 shipment materials each has the following weight such as(0.15,0.07,2.70,0.38,1.06.....0.79 tonnes).

The weight of each shipment is mention when each shipping orders arrive at a particular time (2,3,5,3,5 tonnes) and based on the shipping weight the material will go to Destination_Queue from Storage racks for shipping purpose. (I have used process flow to achieve this logic).

Note :(While doing the 5th shipment the weight for that shipment is 5 tonnes but the storage rack will have 4.30 tonnes only even though the shipment will be made with the available materials in storage racks)

I have attached the sample model for your reference, if you have any doubt on the model attach a command I will look into it.

shipping-based-on-weight.fsm

Thank you


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