<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Ventana Systems UK Forum</title>
        <description>Ventana Systems UK</description>
        <link>http://www.ventanasystems.co.uk/forum/smartfeed.php?feed_type=RSS2.0&amp;limit=1_DAY&amp;sort_by=standard&amp;feed_style=HTML&amp;</link>
        <lastBuildDate>Fri, 18 May 2012 18:27:25 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
<atom:link href="http://www.ventanasystems.co.uk/forum/smartfeed.php?feed_type=RSS2.0&amp;limit=1_DAY&amp;sort_by=standard&amp;feed_style=HTML&amp;" rel="self" type="application/rss+xml" />
        <image>
            <url>http://www.ventanasystems.co.uk/forum/styles/prosilver/imageset/site_logo.gif</url>
            <title>Ventana Systems UK Forum</title>
            <link>http://www.ventanasystems.co.uk/forum/smartfeed.php?feed_type=RSS2.0&amp;limit=1_DAY&amp;sort_by=standard&amp;feed_style=HTML&amp;</link>
            <description>Ventana Systems UK</description>
        </image>
        <language>en-GB</language>
        <pubDate>Fri, 18 May 2012 17:27:25 GMT</pubDate>
        <ttl>60</ttl>
        <item>
            <title>Vensim :: Re: overriding a subscripted variable in synthesim :: Reply by LAUJJL</title>
            <link>http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4947&amp;p=16794#p16794</link>
            <description><![CDATA[Hi Tom and Tony<br /><br />Thank you both for the answers. <br /><br />Regards. <br /><br />JJ]]></description>
            <author>no_email@example.com (LAUJJL)</author>
            <category>Vensim</category>
            <comments>http://www.ventanasystems.co.uk/forum/posting.php?mode=reply&amp;f=2&amp;t=4947</comments>
            <pubDate>Fri, 18 May 2012 12:44:44 GMT</pubDate>
            <guid isPermaLink="false">http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4947&amp;p=16794#p16794</guid>
        </item>
        <item>
            <title>Vensim :: external functions / user loops / which subscript :: Author etam</title>
            <link>http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16795#p16795</link>
            <description><![CDATA[I want to write an external function, that has a user loop, so it's quickly fills a vector with some values.<br />It works fine for all elements of a vector, but what if I do not want to use/fill all elements?<br /><br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>MainRange: e1, e2, e3, e4 ~~|<br />SubRange: e1, e3 ~~|<br />B&#91;MainRange&#93;=MyExternalFunction(A&#91;MainRange&#93;) ~~|<br />C&#91;SubRange&#93;=MyExternalFunction(A&#91;SubRange&#93;) ~~|<br /></code></dd></dl><br />Is there a way to figure out inside the external function (c code) which subscript range is used currently in the equation (MainRange or SubRange)?<br /><br />Thx]]></description>
            <author>no_email@example.com (etam)</author>
            <category>Vensim</category>
            <comments>http://www.ventanasystems.co.uk/forum/posting.php?mode=reply&amp;f=2&amp;t=4949</comments>
            <pubDate>Fri, 18 May 2012 16:29:02 GMT</pubDate>
            <guid isPermaLink="false">http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16795#p16795</guid>
        </item>
        <item>
            <title>Vensim :: Re: external functions / user loops / which subscript :: Reply by tomfid</title>
            <link>http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16796#p16796</link>
            <description><![CDATA[Before we get into the details, what is this trying to accomplish it, and why is it impossible in Vensim alone? (There might be an easier way.)]]></description>
            <author>no_email@example.com (tomfid)</author>
            <category>Vensim</category>
            <comments>http://www.ventanasystems.co.uk/forum/posting.php?mode=reply&amp;f=2&amp;t=4949</comments>
            <pubDate>Fri, 18 May 2012 17:02:43 GMT</pubDate>
            <guid isPermaLink="false">http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16796#p16796</guid>
        </item>
        <item>
            <title>Vensim :: Re: external functions / user loops / which subscript :: Reply by etam</title>
            <link>http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16797#p16797</link>
            <description><![CDATA[And do I think well that the values of a vector variable are in the same order as the main subscript range elements?<br />So VECTOR_ARG-&gt;vals[ i] goes to the <span style="font-style: italic">i</span>th element of the main range.<br /><br />That means, if I knew what subscript (sub)range is used in that equation, I could get its elements and its main range and its elements via <span style="font-style: italic">vensim_get_varattrib</span>. Based on this info I can get the indices what to use in the <span style="font-style: italic">vals</span> array for the subrange case.<br /><br />Can you see any problems in this logic? I couldn't find all info in the documentation that would ensure that but I guess it has to be the case, not?<br />Of course for this you have to know the subscript range used during the external function call.]]></description>
            <author>no_email@example.com (etam)</author>
            <category>Vensim</category>
            <comments>http://www.ventanasystems.co.uk/forum/posting.php?mode=reply&amp;f=2&amp;t=4949</comments>
            <pubDate>Fri, 18 May 2012 17:03:30 GMT</pubDate>
            <guid isPermaLink="false">http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16797#p16797</guid>
        </item>
        <item>
            <title>Vensim :: Re: external functions / user loops / which subscript :: Reply by etam</title>
            <link>http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16798#p16798</link>
            <description><![CDATA[It's an optimizing task I have to put into the model (dispatching like thing).<br />The ALLOC functions are not good for me.]]></description>
            <author>no_email@example.com (etam)</author>
            <category>Vensim</category>
            <comments>http://www.ventanasystems.co.uk/forum/posting.php?mode=reply&amp;f=2&amp;t=4949</comments>
            <pubDate>Fri, 18 May 2012 17:04:45 GMT</pubDate>
            <guid isPermaLink="false">http://www.ventanasystems.co.uk/forum/viewtopic.php?f=2&amp;t=4949&amp;p=16798#p16798</guid>
        </item>
        <item>
            <title>2002 :: Limitations of System dynamics? :: Reply by &quot;Ray on EV1&quot; </title>
            <link>http://www.ventanasystems.co.uk/forum/viewtopic.php?f=29&amp;t=898&amp;p=4900#p4900</link>
            <description><![CDATA[The system dynamics methods are suitable in general.  But changing paths in<br />the middle of a project might be more catastrophic than your current<br />situation.<br /><br />You should re-think where you are: Your experienced in UML, your client is<br />not communicating well with your programmers.  Communication difficulties in<br />UML have two typical sources - the facilitator doesnt know UML that well,<br />the participants dont really know the field they are expected to be<br />experienced in.  SD has the advantage of not requiring either but you must<br />understand the methods.  Since you are familiar with UML, you might consider<br />that your client isnt actually a domain expert in the material he is<br />supposed to provide.  This is common for an executive on a tight budget not<br />wanting to allocate personnel to a project.  You might also consider where<br />as you are familiar with UML and understand the process, you may not be well<br />versed at carrying (facilitating) others along.<br /><br />So you are in the middle of a project and dont see the resources you need<br />to progress.  Consider canceling the project and cutting short your clients<br />losses, or bring in a facilitator for one of the two methodologies.<br /><br />Ray<br />From: &quot;Ray on EV1&quot; &lt;rtjoseph@ev1.net&gt;]]></description>
            <author>no_email@example.com (&quot;Ray on EV1&quot; &lt;rtjoseph@ev1.net&gt;)</author>
            <category>2002</category>
            <comments>http://www.ventanasystems.co.uk/forum/posting.php?mode=reply&amp;f=29&amp;t=898</comments>
            <pubDate>Wed, 14 Oct 2020 19:31:33 GMT</pubDate>
            <guid isPermaLink="false">http://www.ventanasystems.co.uk/forum/viewtopic.php?f=29&amp;t=898&amp;p=4900#p4900</guid>
        </item>
    </channel>
</rss>

