question

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

Re-orient stacks on conveyor tray

The stacks of product are ending up on top of each other in the red cartons. How can I change this so I can see how many stacks were placed in the carton as they flow down the line?LWSim.fsm
FlexSim 23.1.1
conveyorprocessfloworientationtray
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, I only ever see one item in a red carton, so I never see the behavior you describe. Is there a time I can fast-forward to to witness this behavior?

If you'd like to line up the boxes along the tray, then you could change your "Change Visual" > Set Location activity in your "LRmate Logic" section to change the Y based upon how many items are in the tray.

Y: -1 + .25*token.pulledTray.subnodes.length

1684443096730.png

This will get the current number of items in the tray and offset their Y based upon that value. You may need to adjust the values to make the gap larger/smaller, but the principle is the same.


1684443096730.png (93.1 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.