Process flow error

Process flow error

doris_c
Not applicable
38 Views
1 Reply
Message 1 of 2

Process flow error

doris_c
Not applicable

[ FlexSim 24.0.2 ]

Hi.

As shown in the picture below, the control section was created using the process flow

prosessflow-imege.png

The control contents of the photo are as follows

It is a process structure that repeats the work of WAIT FOR EVENT (source CP26) again after confirming that two AGVs have passed since arriving at WAIT FOR EVENT (source CP26) after confirming that two AGVs have passed since arriving at WAIT FOR EVENT (source CP26).

What is wrong with the ash setting that process doesn't work?

I would appreciate it if you could explain the revised file and the explanation of the mistake I made.

thank's you

PROSESSFLOW-ERROR.fsm

0 Likes
Accepted solutions (1)
39 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Participant
Participant
Accepted solution

The issue is that redirecting an AGV so a CP (as final) while it is already at that CP does not finish its travel task. I'm not sure if that is a bug or intended.

But since CP26 and CP45 are travel directions in the subflows anyway, you could simplify the logic by just placing the Push to List activities into the subflow.

1712833943496.png

prosessflow-error_1.fsm

0 Likes