question

Ankith T avatar image
0 Likes"
Ankith T asked Student590 commented

How to use Traffic Signal Logic in AGV Network

Is there any way that traffic signal logic can be implemented on agv 2 way aisle.


lets say we have a agv path as shown in below picture.

1655247521396.png


when forward going vehicle reaches the 2-Way aisle, they should check the traffic signal logic should apply and if its red then forward going vehicles should stop at a place where it marked blue.

1655247901634.png

Then it should wait until traffic lights turn green, until then the 2-way aisle should allow vehicle flowing left.


same logic should apply for the vehicles moving left side.


FlexSim 21.1.5
agvcontrol pointstraffic controlcontrol areatraffic light
1655247521396.png (13.0 KiB)
1655247901634.png (14.8 KiB)
· 1
5 |100000

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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Student590 commented

My suggestion would be to add the signal control points as agv waypoints. The attached logic can then have the agvs wait based on a label value on the control point.

1655280338912.png

In the attached model, the 'state' label shows if the signal is currently green or red. If it is red, a second label 'greenTime' shows the model at which it will turn green again. This is used to determine for how long the agv should wait.

The switching of states is done in a simple process flow.

trafficlogic.gif

TrafficLightTest_fm.fsm


· 8
5 |100000

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

David Seo avatar image
0 Likes"
David Seo answered

@Ankith T If you use 'Control Area' object in two-way zone, you can solve your issue.

5 |100000

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