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.

Julie Weller avatar image Julie Weller commented ·

Hi @drckmtthw, was Carter Walch's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

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.

drckmtthw avatar image drckmtthw commented ·
hi thank you for this! let me try it out, if there is any challenges or questions, will revert back to you!
1 Like 1 ·
drckmtthw avatar image drckmtthw commented ·

hi, i cant open the file because im using an older version.

by any chance do you know how to fix this error?

"exception: Error: Invalid triggering event, event rank 1, at wait for event activity "Source" in process flow "ProcessFlow""

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ drckmtthw commented ·

Just look at the configuration of the wait for event activity as the error describes. You've set up something incorrectly - an invalid pointer to the object or event type or something.

1 Like 1 ·

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.