question

Ali Asghar avatar image
0 Likes"
Ali Asghar asked Ali Asghar commented

Warehouse Simulation

Warehouse Model.fsm

I need to develop warehouse simulation, I want to create 300 units from source that are to dispatched through conveyor to stations. These items are to be categorized in A, B, C and Bulky. The quantity is to be set 99,99,99 and 3 and color scheme Blue, Yellow, Orange and brown respectively.

I have tried using global table method but it still not working properly. Attached is my model. Also briefly explain how did you do it?

FlexSim 19.0.0
warehousesimulation
warehouse-model.fsm (83.7 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 Ali Asghar commented

A global table by itself does not do anything. It just stores information that you can access from elsewhere in the model to control some logic.

You already had the right idea with the entry trigger on the conveyor (though a more common place to put the function would be the "On Creation" trigger of the source).

Just make sure that the label you use in the "Case Function" actually exists on the items.

1705648257764.png


1705648257764.png (18.7 KiB)
· 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.

Ali Asghar avatar image Ali Asghar commented ·

Hey Felix, Thanks for help. I have resolved that issue. Could you help in other 2 major issues also,

I want help in 2 major issues:

1. I have created 4 flowitem item types through source, now I want to classify it in ABC classification while placing in rack (20 items per rack). Itemtype 1 - blue color box should go in rack 1, 2, 5, 6, 9 and 10; itemtype 2 - yellow should go in rack 3.6.9; itemtype 3 - orangebox should go in rack 4, 8, 12 and item type 4 in rack 13. I have tried port by case logic on queue but not working proper.

2. I want to use experimenter and optimizer to derive me solution on utilization of processor and transporter basis. I have tried it but failed or i think some data is missing. I want result to be derived as if the work can be done with 4 processors then 6 shouldn't be needed.

Please help me and explain how did you achieved it. I am a rookie in using experimenter and optimizer.

Warehouse Model_autosave.fsm

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.