question

Q9284226 avatar image
0 Likes"
Q9284226 asked Carter Walch commented

change the calculation method for the AGV utilization rate

I would like to change the calculation method for the AGV utilization rate and calculate the utilization rate for two individual AGVs.
Currently, I know that I can use "STOPPED" to record the movement from ControlPoint1 to ControlPoint2 for AGV1 in the utilization rate calculation. However, if I want to add another AGV and group the two AGVs together to track the status of the movement from ControlPoint1 to ControlPoint2, the results show that when AGV1 passes through, AGV2 is also simultaneously counted. This is different from what I imagined.Text.fsm
(The AGV1 uploaded by this model is the effect I want to achieve.)

FlexSim 20.1.3
agvagv dashboard
text.fsm (135.4 KiB)
5 |100000

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

1 Answer

Carter Walch avatar image
0 Likes"
Carter Walch answered Carter Walch commented

Hello @Q9284226 ,

textupdated.fsm

If I understand your question correctly, you can achieve this outcome by adjusting your process flow to change the AGV state for both AGV1 and AGV2 when they pass through control point 1. This keeps track of the state of both AGVs when they are between control point 1 and control point 2.

1685558202326.png1685558214808.pngagvstate.gif

Note: you can also set the state of each AGV with their own activity but it is simpler to just edit your custom code activity to set token.agv

1685559014343.png

If you want to monitor statistics on the area between control point 1 and control point 2. You can create a zone to track the AGVs when they pass through that area. This allows you to track staytime and other statistics within this zone.

1685559080249.png1685559123247.png

1685559255014.png

Notice how when an AGV is in this area a token shows up in the zone.

Be cautious when trying to track this physical area by measuring states because states constantly change within an AGV network.

Does this answer your question? the updated model is attached above


1685558202326.png (11.4 KiB)
1685558214808.png (11.2 KiB)
agvstate.gif (1.2 MiB)
1685559014343.png (10.0 KiB)
1685559080249.png (12.8 KiB)
1685559123247.png (53.6 KiB)
1685559255014.png (3.8 KiB)
textupdated.fsm (147.5 KiB)
· 4
5 |100000

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