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.