Invalid Task in Process Flow

Invalid Task in Process Flow

mia_l
Not applicable
19 Views
1 Reply
Message 1 of 2

Invalid Task in Process Flow

mia_l
Not applicable

[ FlexSim 19.2.4 ]

I am encountering an error in my process flow, where my model is stuck when running at the 'Wait for Event' block at the combiner. I am trying to mix my process flow and fixed resource logic so that the spheres are created in the queue, 40 are packed into a tote, and then the operator places each in the end setup queue until 5-6 totes are in the queue. How can my process flow be fixed?

Prototype.fsm

0 Likes
Accepted solutions (1)
20 Views
1 Reply
Reply (1)
Message 2 of 2

tanner_p
Not applicable
Accepted solution

@mia.l,

There's a couple things that need to happen here:

1) The Wait for Event needs to assign a "Tote" label so that the Load and Unload activities can properly reference the tote.

31487-assign-tote-label.png

2) The "Tote Queue" can't batch the 40 items if the combiner is going to do that, so I would deselect the "Perform Batching" option on the Tote Queue.

31486-perform-batching.png

3) The Event-Triggered Source should never have connections going into it, only out of it. I think you meant to use a Wait for Event here...

31468-bad-source-connection.png

4) You need to create more than one tote if you're going to wait for the "End Setup Queue" to have 5 full totes in it.

31478-create-5-items.png

5) Just an additional thing to watch out for is that you don't always have to check the "Pull" box on all 3D objects, especially if you're handling all the logic with Process Flow.

31488-input-pull.png

Hope this updated model works a little better.

prototype_2.fsm

0 Likes