question

EssoN avatar image
0 Likes"
EssoN asked EssoN commented

Send items based on its name from one Conveyor to another Conveyor

Hi everyone,
I want to set a condition, so that an item is sent to a specific conveyor based on the item.name.
I declared all the arrivals in the source - e.g. when which item is scheduled to come into the system.


Now I am at a point, where i want to send each item from a conveyor to another (specific) conveyor. Each item.name will have it's own conveyor. How can I do that? I had the idea to use a Trigger on the first conveyor (on entry) and express it as a If-condition - but I am not that familiar with the coding in FlexSim...

Thank you!

FlexSim 24.2.2
conveyorconditionseparate conveyingif conditionitem.name
· 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.

1 Answer

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered EssoN commented

To send items to a specific point in a conveyor system you use decision points (or photo eyes). One of these sends the item in its "On Arrival" trigger while others serve as a reference as to where to send the item.

conveyor-send.fsm

You can also check out the conveyor tutorial for more information.

https://docs.flexsim.com/en/24.2/Tutorials/AdditionalTools/Tutorial1Conveyors/ConveyorsOverview/ConveyorsOverview.html

(While using the item name for routing is possible, using numerical labels instead can save some typing. In the example above, you could use labels from 1-5 which directly denote the connection rank.)

conveyor-send_1.fsm


conveyor-send.fsm (40.3 KiB)
conveyor-send-1.fsm (40.2 KiB)
· 6
5 |100000

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