question

shanice.c avatar image
0 Likes"
shanice.c asked Felix Möhlmann commented

How to control agv only travel on the specific path?

Hello, I have agvs only travel in specific zone using conditional rules. I need taskexecuter3 to travel on blue path, which nextworkpoint should be Controlpoint13, but in the right properties pane, we could see Connections have their order. Is there a way to look ahead next next point, then agv would know it should choose Controlpoint13? Or how to control agv only travel on the path it is allowed to allocate?

1653449426563.png

testConditionalrule_autosave.fsm

FlexSim 22.1.1
conditional rule
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

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Felix Möhlmann commented

I would solve this by adding an extra expression field to the NextWorkPoint list. This field checks whether the task executer ('puller.agv') is allowed to travel on the path the respective control point is located on.

1653460093943.png1653460452930.png

You can then use this in the query of the 'Get Next Work Point' pull from list activity to only choose a control the task executer can actually travel to. (This only checks the path the control point is on, so if only a previous or subsequent path on the route is not allowed this will not work).

The above code can also be adjusted to implement a priority. In the case above, if a task executer the choice between a path with a condition it is allowed to travel on and a path without a condition, the chosen path again depends on the order on the list.

By returning a higher value if there is a true condition and ordering by that value in the query, it will always choose the path with the rule over the one everyone can travel on.

1653460499297.png

1653460519134.png(The model you uploaded seems to be a different one than the one in your screenshot, so I build my won small example model.)

NextWork_PathRule_fm.fsm


· 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.