question

joey avatar image
0 Likes"
joey asked Joseph Gillespie edited

Pulling strategy

Hello everyone.

I have the logic that I want to create a model.

1) I want to pull the list out of the queue 1-4 and Queuetotal. The pull strategy will choose to pull the nearest queue before each item and the number of pull in each work cycle is in the form of statistical distribution

2)I want the truck to pick up items in QueueOut by the time it comes to pick up, but each round is different in the statistical distribution model And the capacity of the truck, but the loading times will depend on the number of items pulled to QueueOut.pull1.fsm

Thank you.

FlexSim 19.0.2
pull strategypull
pull1.fsm (503.5 KiB)
· 7
5 |100000

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

Braydn T avatar image Braydn T commented ·

Hi @joey

Which parts do you need help with in part 1?

And in part 2:

What do you want the model to do by the time the truck comes to pick up the items?

What is different on the statistical distribution? The amount of items it picks up? The time between pickups?

How will the loading time correspond to the number of items?

The Process Flow Tutorials should be able to give you all the information you need to program that logic into your model.

0 Likes 0 ·
joey avatar image joey Braydn T commented ·

Hi @Braydn T

I need help from both parts. I want the truck to work when an order occurs where the order of each item is item 1, exponential statistical distribution and item 2, lognormal statistical distribution.

The amount of items drawn is that I want to be in the statistical distribution format, such as item 1, exponential statistical distribution and item 2, lognormal2 statistical distribution.

(The time between pickups? How will the loading time correspond to the number of items?

The truck will load the goods from the transporter. The loading time of the truck will wait until the amount of items pull in each time is complete.)

I hope I can explain to you what I want to communicate.

Thank you.

0 Likes 0 ·
Joseph Gillespie avatar image Joseph Gillespie commented ·

@joey

Was Braydn's answer here helpful to you? Do you have any more questions on this we can help you with?

0 Likes 0 ·
joey avatar image joey Joseph Gillespie commented ·

@Joseph Gillespie

I studied in the tutorial process that he suggested, but I still can't create the logical model that I want.

0 Likes 0 ·
Joseph Gillespie avatar image Joseph Gillespie joey commented ·

@joey

I'd like to help you with your question, though you'll have to help me understand a few things you're trying to do:

When you say you want to pull the list out of the queue 1-4 and Queuetotal, what do you mean? Are you saying that you want Queuetotal to be a member of the "Queues" list?

When you say the pull strategy will pull the nearest queue, what do you want the queue nearest to?

You said in your comment to Braydn that you want the truck to work when an order occurs. What do you mean by "order" in your model?

The more clearly you explain what you are looking for, the better answer we can get you.

0 Likes 0 ·
Show more comments

1 Answer

·
Braydn T avatar image
1 Like"
Braydn T answered Ben Wilson commented

Hi @joey

This can be accomplished easily with Process Flow. Make an event triggered source for items arriving in the pickup queue, batch them to the right amount that you want to pick up, and then run a subflow with a load task and a delay for the statistical distribution you want.

The Process Flow Tutorials should be able to give you all the information you need to program that logic into your model.

5 |100000

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

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.