question

Tanya W avatar image
0 Likes"
Tanya W asked Benjamin W2 commented

Simulating products loaded on a wheel

I am simulating a machine that each product is loaded on a wheel and then index' s when all the stations are completed. I have the products going to each station but struggling to figure out how to make it index like a wheel. If I have 7 processing stations on the wheel. The wheel cannot index until all the stations are completed processing.

FlexSim 20.1.3
indexingindexing table
· 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.

1 Answer

tannerp avatar image
0 Likes"
tannerp answered

@Tanya W,

Thanks for the feedback and for uploading your model. I recommend using Process Flow for this. You can use an Event-Triggered Source and Batch activity to simulate how the index table can't move until all the stations are done. I also used a Global Table to keep track of how many items are on the "Table". The table value increments at Bag Load and decrements at BAG OFFLOAD. Then we can use the table value to know what the batch quantity should be. For example, if there are 3 items on the table, the batch quantity should be 3.

I just developed a basic example of Process Flow. You may have to adapt it to meet your specific needs. Note that stations are often starved because the Bag Load Robot takes too long to fill the combiner relative to the process time of the various processors.

ballina-ac-1-july-1_1.fsm


5 |100000

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