question

SHASHIKUMAR. V avatar image
0 Likes"
SHASHIKUMAR. V asked Joerg Vogel edited

How can i send number of flow items to Conveyor at time side by side ?

FlexSim 16.1.2
conveyorflowitemsmovementrotate
5 |100000

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

1 Answer

·
Sam Stubbs avatar image
2 Likes"
Sam Stubbs answered

In order to achieve what you're looking for, you can add some logic to a Decision Point along your conveyor. IN the Decision Point's OnEntry trigger, you're going to add a Translate Item (Movement > Translate Item.) As the condition write the following: getinput(current)%2==0 This tells the trigger to only apply to every other box entering the DP. Then we translate it forward by its X size, and to the left by it's Y size, putting it right next to the other box, and do this over 0 time.

Please note that while the items appear side by side, they are not a single item. They still have an order in their flow, so one item is still considered "first" in the logic.

I've attached the sample below:

side-by-side.fsm


dpsidexside.png (8.0 KiB)
side-by-side.fsm (17.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.