<?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: AGV COLLISION in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530179#M39161</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 我在其他的檔案中可以正常使用所以我也不知道怎麼會這樣發生。
&lt;/DIV&gt;</description>
    <pubDate>Tue, 05 Jul 2022 15:29:58 GMT</pubDate>
    <dc:creator>a9080109</dc:creator>
    <dc:date>2022-07-05T15:29:58Z</dc:date>
    <item>
      <title>AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530164#M39146</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.10 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54413-%E7%A2%B0%E6%92%9E%E5%81%B5%E6%B8%AC.fsm" target="_blank"&gt;碰撞偵測.fsm&lt;/A&gt;現在關於COLLISION的部分已經趨於完美但我現在有一個想法就是在碰撞的過程中我可以控制其中一台車先移動嗎?&lt;/P&gt;
 &lt;P&gt;現在是兩台車停下來去做等待那左右兩台車必須停留，那我現在想要左邊停下來5秒鐘後回復運行，右邊則直接進行工作，這是可以完成的嗎?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656569525516.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511267i6FE15C032A98ADC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656569525516.png" alt="1656569525516.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jun 2022 06:13:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530164#M39146</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-06-30T06:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530165#M39147</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here is my attempt to implement this:&lt;/P&gt;&lt;P&gt;I added a custom code activity 'Compare position in network'. In this activity I read the current position of the AGVs on their path from the navigator's tree.&lt;/P&gt;&lt;P&gt;In order to make this work in most situations and because 'left' and 'right' aren't useful indicators because the direction depends on the viewpoint, I implemented the following logic:&lt;/P&gt;&lt;P&gt;If both AGVs are on the &lt;EM&gt;&lt;STRONG&gt;same path&lt;/STRONG&gt;&lt;/EM&gt;, the one that has a &lt;EM&gt;&lt;STRONG&gt;higher position&lt;/STRONG&gt;&lt;/EM&gt; can continue immediately. (Each path has a set direction, even if it allows two way travel. 'Higher position' means the AGV is position farther along in that direction)&lt;/P&gt;&lt;P&gt;If they are on &lt;STRONG&gt;&lt;EM&gt;different paths&lt;/EM&gt;&lt;/STRONG&gt;, the AGV whose path has the &lt;EM&gt;&lt;STRONG&gt;higher rank &lt;/STRONG&gt;&lt;/EM&gt;in the tree can continue immediately.&lt;/P&gt;&lt;P&gt;This is done by setting the 'priority' label on the token. The delayTime is later multiplied by this value, so if it is 0, the AGV can continue immediately, if it is 1, the delay time happens as before.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54432-mz.fsm" target="_blank"&gt;mz.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jun 2022 08:01:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530165#M39147</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-06-30T08:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530166#M39148</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;我如果想要套用到別的模板中我該怎麼做直接複製pf是一個好的方法嗎?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jun 2022 08:43:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530166#M39148</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-06-30T08:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530167#M39149</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;還有關於樹中的設定可以請您提供您的方法給我嗎?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jun 2022 08:45:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530167#M39149</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-06-30T08:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530168#M39150</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;If the other model uses the same process flow, then yes, you should be able to simply copy the new activity and the changes to the delay time assignment.&lt;/P&gt;&lt;P&gt;The token has a reference to the AGV. From its variables treenode, I get to the node of the AGV inside the navigators tree.&lt;/P&gt;&lt;P&gt;The navigator stores the following information:&lt;/P&gt;&lt;P&gt;- The distance the AGV has already traveled during its current movement. ('cachedTravelDist')&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656579469246.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511233i7704F6C139118E24/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656579469246.png" alt="1656579469246.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- The current travel path of the AGV. This path is split into sections by control points and transfers between paths.&lt;/P&gt;&lt;P&gt;- Each section contains information about the start position of the travel on that section (fromDist) and the end position (toDist). Both are given as distance along that path object.&lt;/P&gt;&lt;P&gt;- Each section also knows how far into the total travel distance the AGV will arrive at it (atTravelDist).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656579498278.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511234i7B1809D4EE7BE9DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656579498278.png" alt="1656579498278.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In this screenshot we see that the travel starts 0.1m along Path1. The AGV will then travel to the end of Path1 at 6.22m with a control point at 4.69m inbetween. So after a total travel distance of 6.12m it will transfer to Path8 at travel another 6.02m on it (from 0 to 6.02).&lt;/P&gt;&lt;P&gt;Together with the total travel distance from the picture above, this allows us to determine which section the AGV is currently on (by comparing the 'cachedTravelDist' to the 'atTravelDist' values. Once we know the section, we can calculate the current position on that path.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jun 2022 09:03:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530168#M39150</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-06-30T09:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530169#M39151</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You could also use:&lt;/P&gt;&lt;PRE&gt;agvNavNode=AGV(token.otherAGV);&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jun 2022 11:32:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530169#M39151</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2022-06-30T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530170#M39152</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;True, thanks for the hint.&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jun 2022 12:50:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530170#M39152</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-06-30T12:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530171#M39153</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;如果是您的話你會怎麼設計這個模型&lt;/P&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt;&lt;/P&gt;
 &lt;P&gt;我好像沒有辦法完成複製的工作是我的樹沒有設定好嗎?如果是的話請告所我怎麼設定以及token &lt;SPAN style="color: rgb(51, 51, 51); font-family: "&gt; 'priority'&lt;/SPAN&gt; 在那裡做設定?，還有我沒有辦法在模型中利用sorce生產token(a connect沒辦法使用)還有我想請問如果我的邏輯是以紅色為下貨點，往紅色方向靠近的可以在碰撞中優先行動那我在邏輯中該如何更動&lt;/P&gt;
 &lt;P&gt;觀察表格可以碰撞並沒有完整的模擬，三台車應該會發現碰撞te126 12 16 26三種情況但模型沒有完整的模擬，想請問是哪裡不夠完善。&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656902772302.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511235iF802B1AF29004580/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656902772302.png" alt="1656902772302.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1520000i0AF1C804D3B217A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.png" alt="Image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54542-0421-1-jl4-1.fsm" target="_blank"&gt;0421-1-jl4 (1).fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Jul 2022 02:45:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530171#M39153</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-07-04T02:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530172#M39154</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The model wasn't successfully uploaded, so I can't look at it to see what's wrong. The only changes compared to the model you uploaded in the question are the 'Compare position on network' custom code activity and the addition of the priority factors in the delay time calculation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656923865982.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511236iFA6B4E49D2B3A694/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656923865982.png" alt="1656923865982.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To have the AGVs travelling towards the red queue have priority, all paths have to be drawn &lt;EM&gt;&lt;STRONG&gt;away&lt;/STRONG&gt;&lt;/EM&gt; from it (and then switched to two-way) with the current settings.&lt;/P&gt;&lt;P&gt;Alternatively if all paths are drawn &lt;EM&gt;&lt;STRONG&gt;towards&lt;/STRONG&gt;&lt;/EM&gt; it, you can simply switch the priority assignment in the 'Compare position on network' activity.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656924213023.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511237i1720AE89C623F050/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656924213023.png" alt="1656924213023.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Jul 2022 08:43:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530172#M39154</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-04T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530173#M39155</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;&lt;/A&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54581-0421-1-jl4-1.fsm" target="_blank"&gt;0421-1-jl4 (1).fsm&lt;/A&gt;@Felix Möhlmann&lt;/P&gt;
 &lt;P&gt;我想我已經解決ˊ了但我還是有幾點不了解，&lt;/P&gt;
 &lt;P&gt;為啥切換優先度就可以解決這個問題，我想我對於code還是有不了解的的地方。以及token.priority是在code裡create的嗎?還是在其他地放賦予token的另外如果我現在要完成這樣行走的碰撞，我可以如何去實現?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1656959048570.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511239i12531C67B8919A28/image-size/large?v=v2&amp;amp;px=999" role="button" title="1656959048570.png" alt="1656959048570.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Jul 2022 18:25:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530173#M39155</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-07-04T18:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530174#M39156</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Each path has a direction (even if set to two way). It is determined by which end has an internal coordinate of 0. The position of the AGVs is measured as the distance how far along the path they are. The navigator stores the starting point of travel on that path (fromDist) and the end point (toDist). These values together with the current 'cachedTravelDist' can be used to determine the AGV position in terms of path coordinates. Due to the set direction of the path, this is independent of their travel direction!&lt;/P&gt;&lt;P&gt;The current code then assigns them the priority labels based on which AGV is farther along. Later, the delay time is multiplied by this value, so priority = 0 means the AGV can continue without delay. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1657001416069.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511242i3EFD96F378754014/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657001416069.png" alt="1657001416069.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This label does not exist on the token prior to the custom code activity. Assigning a value to a label that does not exist will automatically create that label. 'token.priority = 0 / 1' does this.&lt;/P&gt;&lt;P&gt;If you switch the direction of the path, the distance along is measured in the new direction, which then also switches what AGV will be able to continue. This is the same as if you changed the label assignment to prioritise the AGV less far along the path.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1657001450441.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511243i32795F5ACEE53C7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657001450441.png" alt="1657001450441.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(Switching path direction and label assignment has the same effect)&lt;/P&gt;&lt;P&gt;Again, this logic doesn't change anything about the way the collisions were handled before. You can continue either AGV at any by 'resuming' it (which normally happens after the delay time).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1657001585783.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511244iBAB14302F6EAE3C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657001585783.png" alt="1657001585783.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 06:16:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530174#M39156</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-05T06:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530175#M39157</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;&lt;/A&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54602-0421-1-jl4-1.fsm" target="_blank"&gt;0421-1-jl4-1.fsm&lt;/A&gt;@Felix Möhlmann 那我上面的模型怎麼會無法順利運作，還有樹的部分是怎麼打開這些資訊的&lt;span class="lia-inline-image-display-wrapper" image-alt="1657026521384.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511246i15965C2BCE088143/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657026521384.png" alt="1657026521384.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;我想用這個方向來進行模型以及最後一個問題˙是我無法在這個模型新增sorce以及a連結。&lt;span class="lia-inline-image-display-wrapper" image-alt="1657025895637.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511247iFB9595F2F2F3B72B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657025895637.png" alt="1657025895637.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 12:58:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530175#M39157</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-07-05T12:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530176#M39158</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I don't know what you mean by 'work correctly'. When I run the model I get an error that no path to ControlPoint5 can be found. Reattaching the curved paths at the intersection fixed that for me.&lt;/P&gt;&lt;P&gt;'getsdtvalue()' can be used to read data from nodes like that.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1657032715541.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511250iAF137CE8F4E22D07/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657032715541.png" alt="1657032715541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm also not sure what you mean by "adding a source or link". Connections currently aren't shown in the model because the option is not checked, but everything works normally for me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1657032843761.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511251iCDB1EA4BBE3527AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657032843761.png" alt="1657032843761.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54604-0421-1-jl4-2.fsm" target="_blank"&gt;0421-1-jl4-2.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 14:54:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530176#M39158</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-05T14:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530177#M39159</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;我嘗試添加了一個&lt;SPAN style="color: rgb(51, 51, 51); font-family: "&gt;source &lt;/SPAN&gt; 並想利用a連結來完成連結但我不能使用a連結&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 15:13:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530177#M39159</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-07-05T15:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530178#M39160</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;As I said, everything works for me and I can add a source and connect it with no problems.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54605-0421-1-jl4-3.fsm" target="_blank"&gt;0421-1-jl4-3.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't know what the issue on your end could be.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 15:24:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530178#M39160</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-05T15:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530179#M39161</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 我在其他的檔案中可以正常使用所以我也不知道怎麼會這樣發生。
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 15:29:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530179#M39161</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-07-05T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530180#M39162</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54607-test.mp4" target="_blank"&gt;test.mp4&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 15:39:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530180#M39162</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-07-05T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530181#M39163</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The connections are there. As I mentioned above, activate the 'Show Connections' option in the properties of the 3d view and they will appear. (Click on an empty spot in the 3d view to show the properties on the right side of the screen.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1657035924779.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511252i5DDD8FDDF41DF6F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="1657035924779.png" alt="1657035924779.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Jul 2022 15:46:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530181#M39163</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-05T15:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530182#M39164</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;不好意思已經解決了，現在我試題者取有關代碼的部分可不可以理解請你說明一下定義的問題以及參數。&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Jul 2022 06:11:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530182#M39164</guid>
      <dc:creator>a9080109</dc:creator>
      <dc:date>2022-07-07T06:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: AGV COLLISION</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530183#M39165</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I added more comments to explain what each code line is doing.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/54687-0421-1-jl4-fm4.fsm" target="_blank"&gt;0421-1-jl4-fm4.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Jul 2022 07:32:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/agv-collision/m-p/13530183#M39165</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2022-07-07T07:32:39Z</dc:date>
    </item>
  </channel>
</rss>

