Waiting processor by Conveyor, limited operator

Waiting processor by Conveyor, limited operator

iram_a2
Not applicable
293 Views
2 Replies
Message 1 of 3

Waiting processor by Conveyor, limited operator

iram_a2
Not applicable

[ FlexSim 19.1.2 ]

Hi, here you will see a production line with 4 assembly. I add a restriction for OP40 in Processflow to stop the operation assembly if conveyor have 4 items. At the beginning the operator stop the assembly but next start again!!, also the operator from OP30 still assembly items. I need help to stop both operator from OP30 and OP40 when the conveyor have 4 items. Can you please take a look. Thanks.Waiting Conveyor processor.fsm

0 Likes
Accepted solutions (1)
294 Views
2 Replies
Replies (2)
Message 2 of 3

FelixMoehlmann
Collaborator
Collaborator
Accepted solution

In your first custom code activity you check the content of "Zone" (which doesn't exist) instead of "Zone2". As such the input never actually closes.

How to control the work stations depends on what exact logic you want to achieve, as there are numerous possible options.

1) Close the input: Prevents work stations to start on a new item but current items will be finished.

2) Close output/input of conveyor transfer: Further items are finished but not released to the conveyor until there is space.

3) Stop objects: Work on the current item (if there is one) is halted. No items can enter or leave the work stations.

In the attached model I demonstrate option 3, stopping the stations and operator animations in custom code activities depending on the zone content.

waiting-conveyor-processor-fm.fsm

0 Likes
Message 3 of 3

iram_a2
Not applicable
Perfect, thanks so much!!!
0 Likes