question

Iram A2 avatar image
0 Likes"
Iram A2 asked Iram A2 answered

Repeat processor for the same item.

Hi, i have a model whit 9 processes (including QC). The process start by _1 Cleaning, and need to finish in the same process ( cleaning again). It is possible to repeat _1 Cleaning for the same item and then send it to Q 1?. The bin (source) need to wait for the second cleaning. Currently the model repeat all the process instead to finish the second clean and go to Q1. ThanksRepeat Process.fsm

FlexSim 19.1.2
processorsimultaneousrepeat
repeat-process.fsm (24.2 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.

Sebastián Cañas avatar image
0 Likes"
Sebastián Cañas answered

@Iram A2 ,

If I understood correctly, this model should have the behavior you're trying to get: repeat-process_solved.fsm

To do this is important to know the concepts of Labels and Triggers. In the model attached I first use a Trigger in BIN to assign a Label called "QC3Done" for the FlowItems with the value of 0:

1652976615821.png

I used another Trigger in QC3 to change the value of the label "QC3Done" to 1 in order to know that the FlowItem already passed that part of the process.

Then in _1 Cleaning I set a Conditional Port option when the Send to Port event is called so that the FlowItems that have a value of 1 in the Label "QC3Done" are sent to Q1.

Finally I also check the Pull Strategy option and set the Pull Best Item, in this way the object will receive first the FlowItem waiting in QC3.

Hope it helps!


5 |100000

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

Iram A2 avatar image
0 Likes"
Iram A2 answered

Excellent Thanks!!!

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.