question

Tanya W avatar image
0 Likes"
Tanya W asked tannerp commented

Loading and Unloading

Hello,

I am still new at this and am really struggling how to even do this. The below model I have attached has 3 operators that work at the end of the line. I need a operator to load 150 pieces on to the PS2 - PS4 and than go to the other end and pack than when the machine gets down to 15 pieces it signals him to go around and fill the machine back up. I have tried to do it with queues but he continues to load the machine and does not pack?

I attached my model.


Decouple All - New Scenario_autosave.fsm

FlexSim 20.1.1
operatoroperator assignmentoperator task sequenceoperator and resourceoperator several tasks
· 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

tannerp avatar image
1 Like"
tannerp answered tannerp commented

@Tanya W,

Assuming I understood the process you described correctly, I think I've added some logic that will do what you're hoping. I created a new TaskExecuter process flow that is primarily responsible for the 3 operators you described. It uses Pull from List and Load/Unload sequences to handle all the loading and unloading. The lists are partitioned according to the operator, so that each operator is only handling one of the PS group processors.

It also uses Decide activities that determine whether the operator has loaded 150+ pieces or if the machine's content is at or below 15.

It seems to work to me, but take a look at let me know what questions you have, if any.

tanya loading and unloading help.fsm


· 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.