way point Delay time trigger logic

way point Delay time trigger logic

doris_c
Not applicable
21 Views
5 Replies
Message 1 of 6

way point Delay time trigger logic

doris_c
Not applicable

[ FlexSim 19.0.0 ]

Hello

I want to give a delay time to WayPoint, but the delay time doesn't apply.


I would like to ask a question about the waypoint delay time trigger logic.

A total of three methods were made for loading, not loading, and always.

However, there was a problem that did not work except for always fire.

I don't know how to set up the Redirect via Direct Reference.

How does it work? help me plz....

way-point-delay.fsm

0 Likes
Accepted solutions (1)
22 Views
5 Replies
Replies (5)
Message 2 of 6

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

The documentation is here.

"Trigger Requirement

A field that should return 1 if the Way Point should be fired, 0 if not."

You can open the trigger and check what it is evaluating.

The documenation for waypoint actions is here.

0 Likes
Message 3 of 6

doris_c
Not applicable

I saw the manual, but I don't understand. I don't know how to set the destination.

0 Likes
Message 4 of 6

jason_lightfootVL7B4
Autodesk
Autodesk

Do you understand why it's not triggering unless you choose Always? Here are the triggering requirements.

Loaded at destination checks this:

agv.finalDestinationCP == currentCP && te.subnodes.length > 0

While empty at destination checks this:

agv.destinationCP == currentCP && te.subnodes.length == 0

Battery Level:

agv.batteryLevel < 50

Whereas 'Always' just return true - so the waypoint logic fires every tome.

You should not need to set the agv attributes listed here - they are set by the navigator and is usually the control point of the location where you're asking it to travel. In your example that's those associated with the Queues.

If you want to delay are non-task related control points then use Always or detect the arrival in a process flow and create a prempting delay task for the Task Executer.

0 Likes
Message 5 of 6

doris_c
Not applicable

Can you show me an example in a flexsim file?

0 Likes
Message 6 of 6

jason_lightfootVL7B4
Autodesk
Autodesk

AGVControlPointDelay.fsm

1645534535491.png

1645534559644.png

1645534602820.png


(Please update FlexSim to a supported version)

0 Likes