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 and resourceoperator task sequenceoperator 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.

tannerp avatar image tannerp commented ·

Hi @Tanya W, were my comments helpful. If so, please click "Accept" on the answer. Otherwise, feel free to comment back with an update on this question. Thanks!

0 Likes 0 ·

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.

Tanya W avatar image Tanya W commented ·
Sorry it took me so long to get back to you and still trying to match what is going on today on the floor. The Operator cannot let the machine run dry but still needs to pack so they need to load the machine in a batch of 150 and it take 10 seconds and then walk away to pack and come back before the machine runs dry. I been really struggling to make it work.
0 Likes 0 ·
Tanya W avatar image Tanya W commented ·
I think the issue is that an operator handles more than one part at a time they pick up 20 parts and than loads and does the same think on the unload. Can you have a operator pick more than one item off of a list @tanner.p
0 Likes 0 ·
tannerp avatar image tannerp Tanya W commented ·

@Tanya W,

Sorry for the slow reply. You can pull and move more than one item off a list. I updated your model to reflect this. I like to add a sub-flow activity that handles the moving of the array of 20 items. It's set up to run the number that is pulled in the Pull from List activity. Let me know if you have questions about how this works.

Hope this helps!

tanya-loading-and-unloading-help_1.fsm

0 Likes 0 ·

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.