<?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 separate the item into two pieces when item walking onto the decision point as pic below showing? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-the-item-into-two-pieces-when-item-walking-onto/m-p/13524007#M34286</link>
    <description>&lt;P&gt;Yongchao,&lt;/P&gt;&lt;P&gt;I looked at your model in version 2016_2_0.  From what I was able to see, I think that the problem you are seeing is a result of the decision point being too close to the entry location for the queue.  Basically, the conveyor will not allow the item onto the conveyor until there is space available for the item.  Thus, when the decision point is further away from the entry location it works correctly and when it is too close the item sits in the queue until the original item starts to move again.&lt;/P&gt;&lt;P&gt;I hope this answers your question,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 16:17:32 GMT</pubDate>
    <dc:creator>Brandon_Peterson</dc:creator>
    <dc:date>2016-09-21T16:17:32Z</dc:date>
    <item>
      <title>How to separate the item into two pieces when item walking onto the decision point as pic below showing?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-the-item-into-two-pieces-when-item-walking-onto/m-p/13524006#M34285</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;How to separate the item into two pieces when item walking onto the decision point as pic below showing?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.html"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1527343i2B6C630B37A4D6C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.html" alt="Image.html" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;in my model there is always space between the two parts after slicing&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2518-2.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494163i71DEC14879E633BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2518-2.png" alt="2518-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I adjust the decision point again,the item in the queue will not enter conveyor.pls help me to check the reason&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2519-3.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494164i3FD6B8E11B27DFE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2519-3.png" alt="2519-3.png" /&gt;&lt;/span&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/2520-conveyor1-v162.fsm"&gt;conveyor1-v162.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 09:24:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-the-item-into-two-pieces-when-item-walking-onto/m-p/13524006#M34285</guid>
      <dc:creator>li_yongchao</dc:creator>
      <dc:date>2016-09-21T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the item into two pieces when item walking onto the decision point as pic below showing?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-the-item-into-two-pieces-when-item-walking-onto/m-p/13524007#M34286</link>
      <description>&lt;P&gt;Yongchao,&lt;/P&gt;&lt;P&gt;I looked at your model in version 2016_2_0.  From what I was able to see, I think that the problem you are seeing is a result of the decision point being too close to the entry location for the queue.  Basically, the conveyor will not allow the item onto the conveyor until there is space available for the item.  Thus, when the decision point is further away from the entry location it works correctly and when it is too close the item sits in the queue until the original item starts to move again.&lt;/P&gt;&lt;P&gt;I hope this answers your question,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:17:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-the-item-into-two-pieces-when-item-walking-onto/m-p/13524007#M34286</guid>
      <dc:creator>Brandon_Peterson</dc:creator>
      <dc:date>2016-09-21T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the item into two pieces when item walking onto the decision point as pic below showing?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-the-item-into-two-pieces-when-item-walking-onto/m-p/13524008#M34287</link>
      <description>&lt;P&gt;I think I was able to achieve what you were trying to do.  I removed the queue on the side but kept the entry transfer point.  (To get the transfer point to remain when deleting the connected object, simply right-click on the transfer point and select remove connections. Then I created the copied item directly into the transfer point.)   The cleaned up code for your on arrival trigger looks like this:&lt;/P&gt;&lt;PRE&gt;if(!objectexists(label(item,1)))
{
	setsize(item,xsize(item)/2,ysize(item),zsize(item));
	treenode copy = insertcopy(item,centerobject(current,1));
	setlabel(copy,"copy",1);
}
&lt;/PRE&gt;&lt;P&gt;And finally to remove the gap in the cut item, I simply changed the conveyor type properties to go by "0.5" units of length measurement rather than the default "1"  to match the half length of your cut items.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2542-coveyortype.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1494161i7CFF58747220C9A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2542-coveyortype.png" alt="2542-coveyortype.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've reattached the model below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/2543-2520-conveyor1-v162.fsm"&gt;2520-conveyor1-v162.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:19:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-separate-the-item-into-two-pieces-when-item-walking-onto/m-p/13524008#M34287</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2016-09-21T16:19:46Z</dc:date>
    </item>
  </channel>
</rss>

