question

CJY avatar image
0 Likes"
CJY asked Jason Lightfoot commented

When process breakdown move the item out of process through AGV

Hi,


I am using MTBF for setting up machine failures on the ETCH1 machine. I would like that when a machine failure occurs, and if there happens to be an item in process, to transfer that item to TEMP_3 via AGV. Subsequently, when the machine is repaired, input a new ITEM for processing.

Thank you!

priority.fsm

FlexSim 18.1.2
breakdownreleaseitem
priority.fsm (116.8 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @CJY, was Joerg Vogel'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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

You can simply load an involved item from a processor. Unfortunately there are pending events of involved item still in the event list connected to this processor. You must destroy them from the eventlist by commands, which are declared as "for developers only".

destroyevent( ... ) command manual. Maybe you can achieve this also for more involved events by destroyeventsofobject(..) Then you should set involved parameter to the item, which you let transport away.

5 |100000

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

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.