<?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 create a process count? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525303#M35313</link>
    <description>&lt;P&gt;Thank you both for your speedy response. Working perfectly now! &lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 20:00:56 GMT</pubDate>
    <dc:creator>grant_m2</dc:creator>
    <dc:date>2020-01-22T20:00:56Z</dc:date>
    <item>
      <title>How to create a process count?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525300#M35310</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;A id="25131" href="https://answers.flexsim.com/storage/attachments/25131-test4-22.fsm"&gt;test4-22.fsm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://answers.flexsim.com/storage/attachments/25131-test4-22.fsm"&gt;&lt;/A&gt;I am currently evaluating FlexSim for our company and wanted to build a simple robotic line that would pick and place parts. I have stumbled my way through and got a time base system working which is okay but not ideal. I want to carry out a set of process flows for a defined count. I am using an event-triggered source to start the tasks which are the picking and placing of 9 parts from a list. After completing 9 places I want to wait for the event trigger to be true again before continuing. I'm hoping I am missing something simple. Thank you for your help&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25132-2020-01-22-19-27-40.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501138iE5B876A218A11367/image-size/large?v=v2&amp;amp;px=999" role="button" title="25132-2020-01-22-19-27-40.png" alt="25132-2020-01-22-19-27-40.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:22:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525300#M35310</guid>
      <dc:creator>grant_m2</dc:creator>
      <dc:date>2020-01-22T19:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a process count?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525301#M35311</link>
      <description>&lt;P&gt;The easiest way to do this I think would be to use a Run Sub Flow activity and have it create 9 child tokens and run them one at a time:&lt;/P&gt;&lt;P&gt;&lt;A id="25135" href="https://answers.flexsim.com/storage/attachments/25135-subflows.fsm"&gt;subflows.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Otherwise you would need to increment a label on the token after every time through the loop and then put a decide activity at the end of the loop that routes the token to a sink after its been through 9 times.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:34:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525301#M35311</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2020-01-22T19:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a process count?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525302#M35312</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/19635/grantm2.html" nodeid="19635"&gt;@Grant M2&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I think the easiest way to do this is by having your event-triggered source lead to a sub-flow that creates 9 tokens. It should look something like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25136-sub-flow.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501137i7B0BD1F6685C2C7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="25136-sub-flow.png" alt="25136-sub-flow.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just make sure that the "Run Sub Flow" activity will generate 9 sub-tokens and check the box "Run One at a time"&lt;/P&gt;&lt;P&gt;&lt;A id="25138" href="https://answers.flexsim.com/storage/attachments/25138-subflow.fsm"&gt;subflow.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:50:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525302#M35312</guid>
      <dc:creator>benjamin_w2</dc:creator>
      <dc:date>2020-01-22T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a process count?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525303#M35313</link>
      <description>&lt;P&gt;Thank you both for your speedy response. Working perfectly now! &lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 20:00:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-process-count/m-p/13525303#M35313</guid>
      <dc:creator>grant_m2</dc:creator>
      <dc:date>2020-01-22T20:00:56Z</dc:date>
    </item>
  </channel>
</rss>

