question

M10901012 avatar image
0 Likes"
M10901012 asked Ryan Clark commented

Make the transporter delay randomly

Hi,

I have received three questions during the simple model of AGV path. Here are the description of the project shows: The upper and lower parts respectively show the delay and no delay of the AGV during operation. When the upper AGV passes the stop1 control point, it needs to decide whether it will stay (no stay or 5 minutes delay) in a normal distribution method(or any other suggested method). And there will be no latency for the below one. Finally, compare the shipping status or number of shipments of the two models.

Here are the problems I met:

1. For the stop1 control point of the upper model. I don't know how to set the way to determine whether it needs to be delayed when the AGV passes. It will be better if it can be randomly. At present, I can only set it to delay every time it passes.

2. The AGV below cannot operate smoothly when moving goods. It should be the wrong way of copying when I use process flow.

3. To show the situation and quantity of cargo carried by AGVs on both sides.

Here is my current file: comparison.21.fsm

Much thankful if you are available to help solve these problems

FlexSim 21.2.0
processflowagv pathagvpathtransporting
comparison21.fsm (104.3 KiB)
· 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.

Ryan Clark avatar image Ryan Clark commented ·

Hi @M10901012, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

you get a randomly delay by a combination of a logical comparison multiplied by a number or statistical distributed delay time:

(exponential(0,10)<10)*5

first bracket is a logical comparison

5 is constant delay time

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.