Transport to different locations depending on amount.

Transport to different locations depending on amount.

kamil_ks
Not applicable
25 Views
4 Replies
Message 1 of 5

Transport to different locations depending on amount.

kamil_ks
Not applicable

Hello,

I created some transportation logic but i am struggling with some conditions of it.

Pallets form Bufor need to go to Queue1 or Queue2 or Queue3 in equal of total amount. So after all Queue1 has 33,33% of pallets from Bufor, Queue2 33,33% of pallets and Queue3 also. It needs to go Randomly, not in the sequence like first 33% to Queue1 and so on.

How to crate a token ,,Destination" that tells Transporter which Queue it needs to choose by the total amount ?

transportationcondition.fsm

0 Likes
Accepted solutions (1)
26 Views
4 Replies
Replies (4)
Message 2 of 5

kari_payton
Not applicable
Accepted solution

@Kamil KS you can use a decide in the process flow to direct the logic. The decide is set to a percentage, sot he drop-off locations are randomly assigned.

15810-decide.jpg

Create a label for the queue called "Destination" that references the options for dropping off the pallets.

Also make15802-transportationcondition.fsm sure all of your token labels have are the same in spelling and caps. for example you talled token.destination and token.Destination (the capital D matters).

Message 3 of 5

kamil_ks
Not applicable

Thank you very much, that is the perfect solution of my problem :). On the other hand do you know how to create a logic when a transporters capacity equals 2 and he can only pull 2 pallets from a ,,Bufor". Am i supposed to use Wait for Event or can i change properties in Event-triggered Source ?

0 Likes
Message 4 of 5

kari_payton
Not applicable

@Kamil KS in this situation I would use a list if you are familiar with that concept...? If not it would probably be easier to use the logic in 3D. Post your question as a new question to get more views.

0 Likes
Message 5 of 5

kamil_ks
Not applicable

I am not sure how to fill gaps in the Pull from List. Is it request number ?

twopalletslogic.fsm

0 Likes