question

Bob.Wang avatar image
0 Likes"
Bob.Wang asked Phil BoBo commented

send to first available ?(Convey Module)

first-available-outport-v182en.fsmHow to implement flowitem on Conveyor1 to be sent orderly to conveyor2, conveyor3, conveyor4 and conveyor5 according to the first available ?(Convey Module)

FlexSim 18.2.2
first available destination
5 |100000

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

Karuppasamy Pitchai avatar image
0 Likes"
Karuppasamy Pitchai answered Phil BoBo commented
@Bob.Wang

The problem is we are making the decision at the upstream DP. To update the status dynamically you have to place the DPs prior to the conveyor entry (keep it very close)first-available-v1822.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.

Bob.Wang avatar image Bob.Wang commented ·

Thanks, That's probably the only way discussed. Many Entities have been added to implement a simple function.It may be a bit of a trade-off for a larger model. Thanks a lot.

0 Likes 0 ·
Phil BoBo avatar image Phil BoBo ♦♦ Bob.Wang commented ·

Another, similar option would be to use photoeyes to determine whether the lane is available, and only send items to that lane if the photoeye is not blocked.

You can model this behavior with existing pick options and no custom code.

16283-first-available-outport-v182en-1.fsm

0 Likes 0 ·
Karuppasamy Pitchai avatar image
0 Likes"
Karuppasamy Pitchai answered Bob.Wang commented

@Bob.Wang Check this attached model is it line with your requirements?first-available-outport-v1822.fsm


· 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.

Bob.Wang avatar image Bob.Wang commented ·

Thank you for your reply. I have conditionally sent to the branch based on downstream DP's label that count the number of item . But I hardly to get "PULL EFFCETS"——Branch line is pulled in timely,and the main line is not blocked. As shown in the GIF, the selected item could have gone to the third branch.

first-available-v1822.fsm

0 Likes 0 ·

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.