question

drckmtthw avatar image
1 Like"
drckmtthw asked Julie Weller commented

Batch Processing & Walking Time

One batch has 24 parts. How do i start the next process once the current completes all 24?
Is there a way for me to calculate the walking time between the two process?

FlexSim 20.2.3
batch processinglean manufacuring
· 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.

1 Answer

Carter Walch avatar image
0 Likes"
Carter Walch answered Jason Lightfoot commented

Hi @drckmtthw ,

BatchDemo.fsm

You can accomplish this by using the process flow batch activity. By creating task sequences with each batch, you can wait until all 24 parts have completed Process 1, and then move on to complete Process 2.

1686778237434.png

This batch waits for 24 items to have finished Process 1 and then releases all 24 to move on to Process 2.
1686778276091.png

As for calculating walking time between processes, that might depend more on your specific model. In the attached model, I created a Zone that represented the time between process1 and process2. Using Zone statistics, I displayed the amount of time the token was in the Zone, meaning how much time the operator was walking between processes.

Let me know if that helps!

batchprocess.gif

1686778581989.png



1686778276091.png (15.8 KiB)
batchprocess.gif (551.9 KiB)
1686778581989.png (5.9 KiB)
batchdemo.fsm (54.5 KiB)
· 3
5 |100000

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