question

Makenna A avatar image
0 Likes"
Makenna A asked Carter Walch commented

Sent 'finished' trays to one sink, and unfinished to another

LWSim.fsmThe 'finished' red trays need to be sent to the full trays sink, and the 'unfinished' sent to the patrial trays sink. The status of completion is designated by now many stacks are placed in the tray. The number of stacks is dependent on the product type - designated using a list. How can I assign a finished and non-finished label to these trays before they exit the conveyor?

FlexSim 23.1.1
processflowassign value
lwsim.fsm (103.2 KiB)
· 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.

Carter Walch avatar image Carter Walch commented ·

Hi @Makenna A, was Kavika F's answer helpful? If so, please click the "Accept" button at the bottom of their 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 0 ·

1 Answer

·
Kavika F avatar image
0 Likes"
Kavika F answered

Hey @Makenna A, maybe this could work for you.

You can add an "On Exit" trigger to your RH Tray Queue to add a label to the tray called "Finished". You can initialize it to 0 to signify "Not Finished".

1684441795854.png

In your Process Flow, where you have your "Stack Placed Decide", you can add an "Assign Label" activity after your "Wait for Event" that can switch the Finished label on your item to "1" to signify that it is "Finished".

1684441843649.png

Then in your conveyor's "Send to Port" function, you can use a conditional statement to see if the "Finished" label on the item is 0 or 1 to send it to the correct sink.

1684442000484.png

lwsim_1.fsm


1684441795854.png (9.1 KiB)
1684441843649.png (57.7 KiB)
1684442000484.png (14.2 KiB)
lwsim-1.fsm (103.5 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

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.