Custom combiner input using process flow

Custom combiner input using process flow

joseph_l4
Not applicable
248 Views
2 Replies
Message 1 of 3

Custom combiner input using process flow

joseph_l4
Not applicable

[ FlexSim 21.1.4 ]

I have two questions that are not really related...

(1) I am using process flow to transport the pallets from the queues to the combiner in the order that I want. However, I can't figure out how to make the combiner wait for the proper amount of input items to combine. In my example I want I red item (from queue4) and 5 green items (from queue2) to be inputted into the combiner, but the combiner begins processing once 1 pallet is inputted.

(2) I want to perform an animation once all the pallets have been combined by the combiner, which currently the model does. However, I want the operator to perform this animation in a specific location, specifically next to the computer (WOW24). How do I do this using process flow?

ThanksframingStation.fsm

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

eric_m3
Not applicable
Accepted solution

Hey @Joseph L4!

1) Disconnecting the output connection to the conveyor will stop the Combiner from processing before you'd like. I also made a change to the Unload Item activity in the subflow to stack the pallets on top of each other (you can always change it back to how it was if you'd like). I assigned the creationRank of the token as a label called index and had the Unload activity be conditional depending on if the item is the first one in the combiner or not. I also added a delay that looks at the process time of the Combiner before moving the object on to the conveyor if you'd like that process time still.

2) To fix this, just add a travel activity for the operator before the animation.

Good luck and let me know if you have any questions!

framingstation_1.fsm

0 Likes
Message 3 of 3

eric_m3
Not applicable

Hi @Joseph L4, was my answer helpful? If so, please click the red "Accept" button at the bottom of the answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes