<?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 liquid filled FlowTruck using process flow ? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540795#M47655</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/18245/abubackers.html" nodeid="18245"&gt;@Abubacker S&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Here's a sample model that you asked for. Basically, you can use the flow works action activity to set the compartment properties in the truck.&lt;A id="26142" href="https://answers.flexsim.com/storage/attachments/26142-abu-supporttruck.fsm"&gt;abu-supporttruck.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2020 06:34:23 GMT</pubDate>
    <dc:creator>arunTTT2P</dc:creator>
    <dc:date>2020-03-05T06:34:23Z</dc:date>
    <item>
      <title>How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540791#M47651</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.0.3 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I want to create a FlowTruck in model which should enter my plant with liquid filled as per my order.&lt;/P&gt;
&lt;P&gt;For example, I am generating a token and assigning it to token.Truck &amp;gt; containing all the information such as product name and quantity.&lt;/P&gt;
&lt;P&gt;When creating the FlowTruck object in the model, I want the truck already filled with the product as per the order information. I tried :&lt;/P&gt;
&lt;P&gt;setvarnum(token.Truck.find("Tank1"),"curcontent",token.Prodquan); setvarnum(token.Truck.find("Tank1"),"initialcontent",token.Prodquan); &lt;/P&gt;
&lt;P&gt;(Note that Tank1 is the FlowTank inside the Truck)&lt;/P&gt;
&lt;P&gt;both updates the values in Tree but still the truck arrives empty.&lt;/P&gt;
&lt;P&gt;Any help appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 11:35:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540791#M47651</guid>
      <dc:creator>abubacker_s</dc:creator>
      <dc:date>2020-03-04T11:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540792#M47652</link>
      <description>&lt;P style="margin-left: 20px;"&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/18245/abubackers.html" nodeid="18245"&gt;@Abubacker S&lt;/A&gt;, can you please clarify whether you are using FlexSim fluids or the FloWorks module?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 13:11:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540792#M47652</guid>
      <dc:creator>mischa_spelt</dc:creator>
      <dc:date>2020-03-04T13:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540793#M47653</link>
      <description>&lt;P&gt;Using FloWorks module, creating FlowTruck object&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 13:26:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540793#M47653</guid>
      <dc:creator>abubacker_s</dc:creator>
      <dc:date>2020-03-04T13:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540794#M47654</link>
      <description>&lt;P&gt;Hi , I found a way to do this... It is working, Thanks !&lt;/P&gt;
&lt;PRE&gt;FlowTank Trucktank = token.Truck.find("Tank1");
Trucktank .content=token.Prodquan;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:32:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540794#M47654</guid>
      <dc:creator>abubacker_s</dc:creator>
      <dc:date>2020-03-05T06:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540795#M47655</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/18245/abubackers.html" nodeid="18245"&gt;@Abubacker S&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Here's a sample model that you asked for. Basically, you can use the flow works action activity to set the compartment properties in the truck.&lt;A id="26142" href="https://answers.flexsim.com/storage/attachments/26142-abu-supporttruck.fsm"&gt;abu-supporttruck.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun KR&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:34:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540795#M47655</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2020-03-05T06:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540796#M47656</link>
      <description>&lt;P&gt;This method is correct. To be more generic, you can use this.&lt;/P&gt;&lt;PRE&gt;FlowTank Trucktank = token.Truck.first;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Mar 2020 06:37:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540796#M47656</guid>
      <dc:creator>arunTTT2P</dc:creator>
      <dc:date>2020-03-05T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540797#M47657</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.flexsim.com/users/437/arun.k.html" nodeid="437"&gt;@Arun KR&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:41:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540797#M47657</guid>
      <dc:creator>abubacker_s</dc:creator>
      <dc:date>2020-03-05T08:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a liquid filled FlowTruck using process flow ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540798#M47658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For completeness, let me explain my two preferred ways of doing this. &lt;A id="26148" href="https://answers.flexsim.com/storage/attachments/26148-createfullvessel.fsm"&gt;Here is a demo model&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Since you are using ProcessFlow in FlexSim 2020, you can use the Set Flow Content activity. As ArunKR notes, you can access the compartment as a subnode on the flow item using &lt;I&gt;token.Truck.first &lt;/I&gt;or &lt;I&gt;token.Truck.subnodes[1] &lt;/I&gt;(the latter is a bit more verbose but you can easily change 1 to 2, 3 or &lt;I&gt;n &lt;/I&gt;for a multi-compartment transport).&lt;/P&gt;&lt;P&gt;The advantage of this, is that this activity has a checkbox "Also set the maximum content". You should check this, because the maximum content of the tank in the flow item bin is only 50, and you will get an error when you try to set the actual content to a larger value.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26146-processflowcreation.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501441iEAA45B251D08C73D/image-size/large?v=v2&amp;amp;px=999" role="button" title="26146-processflowcreation.png" alt="26146-processflowcreation.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you want to do this in 3D, I suggest using the source's OnCreation trigger. You can pick from the options in the &lt;EM&gt;Compartments (FloWorks) &lt;/EM&gt;section. As I said above, in this case you should make sure that you first set the max. content of the compartment correctly, then the actual content. Again you can manually set the compartment to &lt;EM&gt;item.first&lt;/EM&gt; or &lt;EM&gt;item.subnodes[1] &lt;/EM&gt;or you can use the "Compartment #1" option from the dropdown. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26147-sourcecreationtrigger.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501443iF68E9F40E202FA93/image-size/large?v=v2&amp;amp;px=999" role="button" title="26147-sourcecreationtrigger.png" alt="26147-sourcecreationtrigger.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 09:29:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-liquid-filled-flowtruck-using-process-flow/m-p/13540798#M47658</guid>
      <dc:creator>mischa_spelt</dc:creator>
      <dc:date>2020-03-05T09:29:56Z</dc:date>
    </item>
  </channel>
</rss>

