<?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 set flow control? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545998#M51713</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/42547/cat892.html" nodeid="42547"&gt;@Cat&lt;/A&gt; please take some more time to look sharper into your spelling of coding words: “Return” and “return” are two different statements. One of them written as “return” is a structural name of a statement and will return a value of a function. The other one will be interpreted as undeclared variable and causes eventually an error.&lt;/DIV&gt;</description>
    <pubDate>Sat, 11 Feb 2023 11:17:14 GMT</pubDate>
    <dc:creator>joerg_vogel_HsH</dc:creator>
    <dc:date>2023-02-11T11:17:14Z</dc:date>
    <item>
      <title>How to set flow control?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545995#M51710</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 7.7.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi,&lt;/P&gt;
 &lt;P&gt;I want to step a flow control that use a global table to check if value&amp;gt;0, use processor1-3, else use &lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;processor&lt;/SPAN&gt; 4 as below.&lt;/P&gt;
 &lt;P&gt;Red line- I step to get global table value&lt;/P&gt;
 &lt;P&gt;But I don't know how to step code in blue line.&lt;/P&gt;
 &lt;P&gt;Please help...Thanks.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1676015086616.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515270i3C95F84A9D2EC560/image-size/large?v=v2&amp;amp;px=999" role="button" title="1676015086616.png" alt="1676015086616.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Feb 2023 07:50:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545995#M51710</guid>
      <dc:creator>Cat892</dc:creator>
      <dc:date>2023-02-10T07:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to set flow control?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545996#M51711</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42547/cat892.html" nodeid="42547"&gt;@Cat&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It looks like you just need to check the value in the table for that "if" statement in FlexSim it would be written like this.&lt;/P&gt;&lt;PRE&gt;if(Table("tablename")[row][col] &amp;gt; 0){
return duniform(1,3);
}
else&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:08:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545996#M51711</guid>
      <dc:creator>Jacob_White</dc:creator>
      <dc:date>2023-02-10T16:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set flow control?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545997#M51712</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi Jacob,
 &lt;BR /&gt;
 &lt;BR /&gt;I got it. Thanks for your kindly help :)
&lt;/DIV&gt;</description>
      <pubDate>Sat, 11 Feb 2023 07:24:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545997#M51712</guid>
      <dc:creator>Cat892</dc:creator>
      <dc:date>2023-02-11T07:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to set flow control?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545998#M51713</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/42547/cat892.html" nodeid="42547"&gt;@Cat&lt;/A&gt; please take some more time to look sharper into your spelling of coding words: “Return” and “return” are two different statements. One of them written as “return” is a structural name of a statement and will return a value of a function. The other one will be interpreted as undeclared variable and causes eventually an error.&lt;/DIV&gt;</description>
      <pubDate>Sat, 11 Feb 2023 11:17:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-set-flow-control/m-p/13545998#M51713</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-02-11T11:17:14Z</dc:date>
    </item>
  </channel>
</rss>

