Mixing tasks

Mixing tasks

luis_rodrigues
Not applicable
43 Views
8 Replies
Message 1 of 9

Mixing tasks

luis_rodrigues
Not applicable

[ FlexSim 24.1.0 ]

Hi, I'm working on a model in which the transporters should load the queues to feed the machines (ML's) and then they have parallel tasks in the "MC1", "MC2", "Elev" but it seems that this tasks are mixing up, i.e. for example the transporter23 sometimes takes material from the queu03 and take it to the "Elev". In reality the transporter does one task one at a time.

mlall - teste.fsm

Thank you in advance 🙂

1.png

0 Likes
Accepted solutions (1)
44 Views
8 Replies
Replies (8)
Message 2 of 9

moehlmann_fe
Explorer
Explorer
Accepted solution

You do not acquire the transporter Process Flow resource when giving out tasks in the "Empty Tables" section (the only section where this is not the case, that I could fin). So these tasks can potentially mix with others.

0 Likes
Message 3 of 9

luis_rodrigues
Not applicable
So what you recommend? Should I put a tasksequence?
0 Likes
Message 4 of 9

moehlmann_fe
Explorer
Explorer
Either that or acquire the transporter before running the subflow-
0 Likes
Message 5 of 9

luis_rodrigues
Not applicable
I created Tasksequence for the "Move Empty" and it worked, is there a way I can automatically check that this doesn't happen with the other sub flows?
0 Likes
Message 6 of 9

moehlmann_fe
Explorer
Explorer
Not really, no. I also came to the conclusion that you should either always use a task sequence or always first acquire the transport. Otherwise, if the transport is acquired but the tasks are given out individually, a task sequence from a different section where the transport was not acquire could still interrupt those individual tasks.

Something like Load -> Task Sequence X -> Unload would be possible. So decide which approach you like better personally (acquire resource or use task sequences) and apply it everywhere. Doing both should not do any harm, as long as the order is always the same, but would be redundant.

0 Likes
Message 7 of 9

luis_rodrigues
Not applicable

So it should be like this, to avoid any mixup:

mlall - teste.fsm

0 Likes
Message 8 of 9

moehlmann_fe
Explorer
Explorer

Yes, the transport seems to always get acquired now.

0 Likes
Message 9 of 9

luis_rodrigues
Not applicable
Thank you :)
0 Likes