<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to customize Barrier in A* network to allow or restrict people to cross? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526409#M36157</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 your model is in 22.1 flexsim version, i have the lower version, can you post pictures and explain how did you approach this problem
&lt;/DIV&gt;</description>
    <pubDate>Mon, 27 Jun 2022 13:01:08 GMT</pubDate>
    <dc:creator>athodupunoori</dc:creator>
    <dc:date>2022-06-27T13:01:08Z</dc:date>
    <item>
      <title>How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526407#M36155</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.1.5 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;In my project i want people in A* network to stop at barrier or flow through barrier according to the label assigned to a control point marked in blue circle.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656101011791.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511105iEF17A85798546480/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656101011791.png" alt="1656101011791.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;the label of the control point fluctuate between "green" and "red" for every 15 seconds.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656101173047.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511106iAEB995130463C974/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656101173047.png" alt="1656101173047.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;at first "people red assign label" function the label of control point is "red". at this point if any people approach the barrier, it should not allow people to cross it.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656101310825.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511107i6AC29C6AAAA99377/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656101310825.png" alt="1656101310825.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;after 15 seconds the label of that control point changes to green. at this point barrier should allow people to cross through barrier.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656101435952.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511108i271B3A37B9C81838/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656101435952.png" alt="1656101435952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;is there a way that we can make this kind of modifications to barrier according to the label of a control point.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Jun 2022 20:15:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526407#M36155</guid>
      <dc:creator>athodupunoori</dc:creator>
      <dc:date>2022-06-24T20:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526408#M36156</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can set a condition for the barrier to be active which can read the state of your crossing.  In the attached model I show the barrier is deactivated between 100 and 200 seconds.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54142-timedbarrier.fsm" target="_blank"&gt;TimedBarrier.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The problem here is that the evaluation is at the start of travel and it's not reevaluated during travel.  To make that happen you could use an agent proximity to the barrier or maintain a list of travelers.  To force the reevaluation of travel you can just preempt the travellers with a zero time delay task.&lt;/P&gt;&lt;P&gt;You may then run into another problem in that the travellers complain they cannot reach a destination or they start walking in a different direction if an alternative path is available. In those cases you might be better preempting them with a Utilize task and then free them once they can cross.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Jun 2022 13:57:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526408#M36156</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-25T13:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526409#M36157</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 your model is in 22.1 flexsim version, i have the lower version, can you post pictures and explain how did you approach this problem
&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:01:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526409#M36157</guid>
      <dc:creator>athodupunoori</dc:creator>
      <dc:date>2022-06-27T13:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526410#M36158</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's the model in 21.0 - unfortunately it needs 21.2 or later to run it seems.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54169-timedbarrier-210.fsm" target="_blank"&gt;TimedBarrier_21.0.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:24:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526410#M36158</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-27T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526411#M36159</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 is there any other way that we can stop travelers for some time and release them after certain time. like first 15 seconds people can cross the barrier and next 15 seconds every one should wait at the barrier and then release them to cross the barrier?
&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:35:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526411#M36159</guid>
      <dc:creator>athodupunoori</dc:creator>
      <dc:date>2022-06-27T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526412#M36160</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Yes - you can give them a preempting task sequence to delay them - but to detect that they are at the barrier crossing you will probably need to use a proximity agent system.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:39:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526412#M36160</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-27T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526413#M36161</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 can you show me how to do that, i am completely new to A* Network
&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:42:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526413#M36161</guid>
      <dc:creator>athodupunoori</dc:creator>
      <dc:date>2022-06-27T13:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526414#M36162</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;It's not a function of A* - you'd be preempting the A* travel with a delay task (which doesn't need a navigator) - the part you need is detection of when to do that, which I suggest could be done using &lt;A href="http://It's%20not%20a%20function%20of%20A*%20&amp;nbsp;-%20you'd%20be%20preempting%20the%20A*%20travel%20with%20a%20delay%20task%20%28which%20doesn't%20need%20a%20navigator%29%20&amp;nbsp;-%20the%20part%20you%20need%20is%20detection%20of%20when%20to%20do%20that,%20which%20I%20suggest%20could%20be%20done%20using%20proximity%20agents."&gt;proximity agents&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jun 2022 13:06:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526414#M36162</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-28T13:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526415#M36163</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/34977/ankitht.html" nodeid="34977"&gt;@Ankith T&lt;/A&gt;, was our answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jul 2022 20:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526415#M36163</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-07-01T20:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526416#M36164</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; I wanna do similar thing just instead of time I wanna do Forklift in Aisle warehouse. the Aisle warehouse is unidirectional normally. but if there is no one in the Aisle the forklift can come opposite direction (become two direction) to start picking. Is there a way to add this rule?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jan 2025 16:59:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526416#M36164</guid>
      <dc:creator>hicham_elbaz6949F</dc:creator>
      <dc:date>2025-01-08T16:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526417#M36165</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There are probably many ways to do this. &lt;/P&gt;&lt;P&gt;Logically you'd need to understand/track which objects are in the aisle and at what position and then have the second traveller go to a waypoint at the end of the aisle that allows them to travel to their destination bay without trying to pass the first traveller. As with most models the key is keeping a track of what is happening so that you can easily lookup and reference objects - usually for me that involves lists and maps.  So then a barrier rule to create your desired behaviour would need to reference which traveller was already in the aisle and at what position/bay along with the 2nd traveller's target bay for that aisle and return true/false accordingly.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Jan 2025 11:06:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526417#M36165</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2025-01-10T11:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize Barrier in A* network to allow or restrict people to cross?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526418#M36166</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;. I would like to implement in this model where the barrier once we have one forklift barrier will be two way once more than one forklift on barrier only one way. here is the model &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/89519-loading-1.fsm" target="_blank"&gt;loading_1.fsm&lt;/A&gt; version is 24.2.2&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Jan 2025 14:14:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-customize-barrier-in-a-network-to-allow-or-restrict/m-p/13526418#M36166</guid>
      <dc:creator>hicham_elbaz6949F</dc:creator>
      <dc:date>2025-01-21T14:14:08Z</dc:date>
    </item>
  </channel>
</rss>

