question

Craig DIckson avatar image
0 Likes"
Craig DIckson asked Craig DIckson commented

Long sorter with many destinations - is there an easier way?

Hi- I am modeling a system with 2 sorters that each have 1000 destinations, where each destination is a queue. I'd really like to avoid creating 2000 connections. Is there a way to set the distance a box will travel on a conveyor to its divert? (Sort of the opposite of how you can make a long input transfer and then set the place on it where a box will enter the conveyor.)

Thanks, Craig

FlexSim 22.1.1
conveyorsorter
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Craig DIckson commented

If you can quantify how far an item should travel on a conveyor (specific object/section), then you could use a process flow to wait until the item should have travelled that distance based on the conveyor's speed and then move it off of the conveyor.

To account for delays/stops while the item is en route, the current position of the item on the conveyor can be read from the tree. If the specified distance was not yet reached, the token can be delayed further.

In the attached model I use the fact that the conveyors flow along the y-axis to determine the target distance based on the position of the target queue and conveyor start point. The target queue and respective conveyor are determined in the "On Creation" trigger of the source. Getting the correct distance and conveyor in a more complex model will likely require more effort/thought though.

conveyorTravelDist-fm.fsm


· 2
5 |100000

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