question

sara S2 avatar image
0 Likes"
sara S2 asked sara S2 commented

Non-simultaneous tokens ordering according to a given value.

Hello,

The received empty bins/totes from several storage spaces (Racks) at point of use must be replenished in the replenishment system in the figure 1 following a priority order fixed by a value SC. When empty bins come to "the replenishment system" they are placed in the 'Rack 1788' by 'ASRSvehicle1792' (figure1). Upon their arrival to this rack, they are pushed to the list "EmptyCUtotes" where their SC value is attributed (figure2). A bin is selected and put on the combiner 2 (figure 1) for replenishment that takes 1 minute. When this bin is replenished and leaves the combiner, the next bin is selected for replenishment. At this level, when there is more than one bin on the rack, we must select the priority one (that has the lower SC value) given that the bins don't arrive at the same time on the rack.

I set the query "ORDER BY SC ASC" in the "Pull from List OPMP" (figure3), but this is not working because bins don't arrive at the same time to the rack. I tried several ways to do this but with no result. @Matthew Gillespie would you please help me to fix this?

Regards.

Other
Other (please specify)
process flowtokens ordering
figure1.png (91.8 KiB)
figure2.png (27.6 KiB)
figure3.png (48.7 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.

1 Answer

·
Brenton King avatar image
0 Likes"
Brenton King answered sara S2 commented

@sara S2 without having a model to look at it is difficult to know what the exact issue is. However, your approach is correct. You query looks correct. I don't know about your field though. Can you not just have an SC label on each token on the list and then add the label as a field instead of doing a table reference? Doing this would allow you to view the list entries and verify that your field is set up correctly. Then wait until you have multiple list entries and test out your query in the Quick Properties to make sure it is working correctly. That's the best I can do without a model.

· 3
5 |100000

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

sara S2 avatar image sara S2 commented ·

@Brenton King, thank you for your reply.

In fact, I can't load the model because it is a confidential research work. I know this makes it difficult for you and I am sorry for this. Unfortunately what you recommended is not exactly what I want to have in the model.

Regards.

0 Likes 0 ·
Brenton King avatar image Brenton King ♦ sara S2 commented ·

@sara S2 are you meaning that you have to pull bins in numerical order? 1,2,3,4,5,6? You don't want to just pull the lowest number, you want to pull the next number? Maybe try to explain again please. I don't know if I fully understand.

0 Likes 0 ·
sara S2 avatar image sara S2 Brenton King ♦ commented ·

@Brenton King, thank you for trying to help me. I finally could resolve this. Thank you again.

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.