Make the transporter delay randomly

Make the transporter delay randomly

m10901012
Not applicable
13 Views
2 Replies
Message 1 of 3

Make the transporter delay randomly

m10901012
Not applicable

[ FlexSim 21.2.0 ]

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

0 Likes
Accepted solutions (1)
14 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

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

0 Likes
Message 3 of 3

ryan_c10
Not applicable

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