<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Flexsim Community Forum</title>
		<link>http://www.flexsim.com/community/forum/</link>
		<description>Flexsim User Community for Flexsim Simulation software users. www.flexsim.com</description>
		<language>en</language>
		<lastBuildDate>Thu, 17 May 2012 16:50:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.flexsim.com/community/forum/images/misc/rss.jpg</url>
			<title>Flexsim Community Forum</title>
			<link>http://www.flexsim.com/community/forum/</link>
		</image>
		<item>
			<title>Can we see average queue length chart?</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2165&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 05:18:54 GMT</pubDate>
			<description>Hi , I want to see an average queue length chart in order to determine the warm-up time. Can this be done in flexsim using recorder object and how?...</description>
			<content:encoded><![CDATA[<div>Hi , I want to see an average queue length chart in order to determine the warm-up time. Can this be done in flexsim using recorder object and how?<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>zhang xin</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2165</guid>
		</item>
		<item>
			<title>Best way to transfer a large volume of data from the dll to flexsim?</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2164&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 22:28:35 GMT</pubDate>
			<description>Ladies and Gentlemen, 
 
I am trying to move a large volume of data (about 4kb worth) from the function in C++ that generates this data in the dll to...</description>
			<content:encoded><![CDATA[<div>Ladies and Gentlemen,<br />
<br />
I am trying to move a large volume of data (about 4kb worth) from the function in C++ that generates this data in the dll to the flexsim object that calls this function. The function is called quite frequently and it always produces a new set of data, so prepocessing it and loading it out of the database/excel is impossible.<br />
<br />
I got it working using sendmessage in a loop, but I would like to know if there is a better way of doing it because sendmessage'ing so much data in one call seems to put a lot of strain on the simulation.<br />
<br />
Is it possible to create some kind of container data structure in memory and pass the pointer to it from the dll to flexsim or something along those lines?<br />
<br />
<br />
Also, I noticed that in C++ I can pass a lot more parameters to sendmessage than in FlexScript. Is there any way to work around the restriction of at most 3 arguments?<br />
<br />
<br />
Thank you!<br />
Vadim</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Vadim Fooks</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2164</guid>
		</item>
		<item>
			<title>Make Flexsim wait</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2163&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 13:11:47 GMT</pubDate>
			<description>Hello, 
 
another problem with generating reports. Because I write several information in different excel files, respectively close one file and open...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
another problem with generating reports. Because I write several information in different excel files, respectively close one file and open another one. I sometimes get the following error:<br />
<br />
<img src="http://www.abload.de/img/errorucj7z.jpg" border="0" alt="" /><br />
<br />
My Flexscript code is fine, I don't run into problems if I'm in debugging mode and go through the code step-by-step.<br />
<br />
Is there a possibility to make Flexsim wait for x seconds until the next line of code is processed?<br />
A dirty walk-around would be to include complicated calculations in a loop or writing a dummy globaltable, but I want something fancy :)<br />
<br />
Does somebody have an idea?<br />
<br />
Thanks in advance!<br />
Jens</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Jens Mühlheimer</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2163</guid>
		</item>
		<item>
			<title>Set Combiner Pack quantity by Globalvariabel?</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2162&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 10:51:19 GMT</pubDate>
			<description>Is it possible to set the Combiner Pack quantity by Globalvariabel?</description>
			<content:encoded><![CDATA[<div>Is it possible to set the Combiner Pack quantity by Globalvariabel?</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Peppino</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2162</guid>
		</item>
		<item>
			<title>report() command - which nodefunction is executed</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2161&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 06:55:59 GMT</pubDate>
			<description>Hello everybody, 
 
simple question. Which nodefunction is executed when I use the report() command? 
 
I want to include some other data in the .csv...</description>
			<content:encoded><![CDATA[<div>Hello everybody,<br />
<br />
simple question. Which nodefunction is executed when I use the report() command?<br />
<br />
I want to include some other data in the .csv file (like repetition and scenario number). I found the project/exec/globals/nodefunctions/summaryreport code, but I assume this is not the right one, because I foundthe following code<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">fpt(&quot;Flexsim Summary Report&quot;); fpr();</code><hr />
</div>But it's only &quot;summary report&quot; in the exported .csv file.<br />
<br />
What do I have to edit to customize the report() function?<br />
<br />
Thank you all in advance!<br />
Jens</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Jens Mühlheimer</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2161</guid>
		</item>
		<item>
			<title>automatically connecting network nodes</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2160&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 05:21:16 GMT</pubDate>
			<description>Hello, 
 
I have written the following script, based on what I have already read on the forum.  
 
Code: 
--------- 
treenode...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have written the following script, based on what I have already read on the forum. <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">treenode nnobj=node(&quot;/NetworkNode&quot;, library);<br />
treenode tnode1;<br />
treenode tnode2;<br />
<br />
tnode1 = createcopy(nnobj, model());<br />
setname(tnode1, &quot;test1&quot;);<br />
setloc(tnode1, 0,1,0);<br />
<br />
tnode2 = createcopy(nnobj, model());<br />
setname(tnode2, &quot;test2&quot;);<br />
setloc(tnode2, 0,4,3);<br />
<br />
contextdragconnection(tnode1, tnode2 , &quot;A&quot;);</code><hr />
</div>The code executes with no bugs and the network nodes appear just fine, but they are not connected. Any help would be greatly appreciated.<br />
<br />
Thanks<br />
Albert</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Albert Munoz</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2160</guid>
		</item>
		<item>
			<title>Distributed save question</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2159&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 00:29:40 GMT</pubDate>
			<description>Ladies and Gentlemen, 
I am trying to arrange my flexsim project as follows: 
 
Project_root/ 
 |-project_name.ffm 
 | -Forklifts/ 
 |    ...</description>
			<content:encoded><![CDATA[<div>Ladies and Gentlemen,<br />
I am trying to arrange my flexsim project as follows:<br />
<br />
Project_root/<br />
 |-project_name.ffm<br />
 | -Forklifts/<br />
 |     |-forklifts.fsx<br />
 |<br />
 | - Racking/<br />
 |     |-racking.fsx<br />
 |<br />
 | - Roadmap/<br />
 |    |-roadmap.fsx<br />
 |<br />
 | -    Misc/<br />
 |    |-misc.fsx<br />
<br />
for the purpose of source controlling it.<br />
<br />
My problem is that I cannot figure out an elegant way of specifying that a list of paths {P11,..,P1n} goes into file F1, {P21,..,P2m} goes into file F2, and so forth, without assuming that the paths are always arranged sequentially in the root of the model.<br />
<br />
It seems that I can accomplish it by creating split points, but the way I understand the process, split points only work if the tree is arranged a certain way, so if I add another forklift at a later date, it will go to the end of the tree and will be saved in the wrong file unless I somehow reorder the tree.<br />
I tried creating multiple entries with different paths but the same file but that only saves the last entry.<br />
I tried listing several paths in the same entry separated by a commas, semicolon, or space, but that didn't work at all.<br />
<br />
Thank you!<br />
Vadim</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Vadim Fooks</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2159</guid>
		</item>
		<item>
			<title>Dynamic Drawn Connections</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2158&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 22:29:44 GMT</pubDate>
			<description>I am using the “contextdragconnection” command to create connections on the fly. I have 120 fixed resources “A” (queues) connected to 120 fixed...</description>
			<content:encoded><![CDATA[<div>I am using the “contextdragconnection” command to create connections on the fly. I have 120 fixed resources “A” (queues) connected to 120 fixed resources “B”. Each new production run is potentially configured differently, i.e. any “A” can be connected to any “B”. I could hard wire the connections and manage the ports for flowitems using labels on the flowitems. But this gives me a very messy set of connections approx (14,400 connections).<br />
  Instead I dynamically draw the appropriate connection. I can draw the connection ok but NO ITEMS WILL FLOW DOWN IT. If I reset the model and leave the connection in place then the flowitems will flow down the connection on the second run. Why? I have searched through the manual for clues as to why this may be happening but can’t find any help. <br />
  I create the connection between “A” and “B” when the 1st flowitem enters the fixed resource “A”. I only create 1 connection (i.e. when nrop ==0) and would normally remove it on reset.</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>DavidPlatt</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2158</guid>
		</item>
		<item>
			<title>Avoiding collisions with dynamically placed fixed resources</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2157&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 22:28:49 GMT</pubDate>
			<description>I am new to Flexsim and am looking for a good example of a model where an operator (task executor) uses collision to avoid dynamically placed fixed...</description>
			<content:encoded><![CDATA[<div>I am new to Flexsim and am looking for a good example of a model where an operator (task executor) uses collision to avoid dynamically placed fixed resources (a queue).<br />
  Problem Description:<br />
  I have a Pick to Light production line of 120 pick stations, each pick station is fed by a 1m feeder (in this case a queue). We have 10 extensions (also 1m long queues) which get added to the busiest feeders at the start of each production run. <br />
  All of the feeders are replenished by operators who pick replenishment stock off pallets and place it on the feeders. There are 2 replenishment operators who manage the whole line.<br />
  I could use network nodes and paths to direct the operators but would have to draw the network each new production run as the position of the extension feeders changes. What I was hoping to use is the collision handling capability to enable the replenishment operators to move around the extension feeders rather than walk through them. I have tried to use the collision but could get it to function and was unable to find out why from the manual.</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>DavidPlatt</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2157</guid>
		</item>
		<item>
			<title>Ignore unavailable outputport</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2156&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 07:06:19 GMT</pubDate>
			<description>Hello everybody,  
 
I want to ignore if an output-queue is unavailable (because its maximum content is reached), move a FlowItem anyways and print a...</description>
			<content:encoded><![CDATA[<div>Hello everybody, <br />
<br />
I want to ignore if an output-queue is unavailable (because its maximum content is reached), move a FlowItem anyways and print a error message to the output console instead of stopping the simulation.<br />
<br />
Printing the error code with a little bit of information where, when and with which FlowItem the error occurred is not a problem. <br />
<br />
But when I use the moveobject command, the FlowItems which I moved with the command remains in the queue and don't get processed after all the regular FlowItems have been processed. <br />
<br />
I assume this is because there was no real incoming event in the queue, when I moved the FlowItem by command. <br />
<br />
How can I work around this problem? <br />
<br />
Thank you guys in advance!<br />
Jens<br />
<br />
Flexsim v5.1.2</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Jens Mühlheimer</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2156</guid>
		</item>
		<item>
			<title>Cannot save a model as an XML file</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2155&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 22:33:42 GMT</pubDate>
			<description><![CDATA[Ladies and Gentlemen, 
I am having trouble saving my model as an xml file using flexsim 6. I select the "save as xml" option and the file is saved...]]></description>
			<content:encoded><![CDATA[<div>Ladies and Gentlemen,<br />
I am having trouble saving my model as an xml file using flexsim 6. I select the &quot;save as xml&quot; option and the file is saved with the extension .xml, but the contents are binary. What am I doing wrong? Is that a known issue and is there a workaround? <br />
Thank you!<br />
Vadim</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Vadim Fooks</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2155</guid>
		</item>
		<item>
			<title>rail API</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2154&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 16:44:11 GMT</pubDate>
			<description>Hi everybody 
 
I am trying to use the rail API when two networks exist. 
one network is used for normal transporters and one as rail. 
 
I cannot...</description>
			<content:encoded><![CDATA[<div>Hi everybody<br />
<br />
I am trying to use the rail API when two networks exist.<br />
one network is used for normal transporters and one as rail.<br />
<br />
I cannot find out how to tell the railAPI which node is the start/first node of a railway. <br />
Did I understand correctly that it only assumes there is one network which is dedicated to the trains?<br />
<br />
any comment appreciated.</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Shahin Gelareh</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2154</guid>
		</item>
		<item>
			<title>Mass Evacuation Model</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2153&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 13:40:18 GMT</pubDate>
			<description>Greetings, 
  
I seem to recall seeing a model of a mass evacuation of people leaving an area in response to an explosion.  Does anyone recall that...</description>
			<content:encoded><![CDATA[<div>Greetings,<br />
 <br />
I seem to recall seeing a model of a mass evacuation of people leaving an area in response to an explosion.  Does anyone recall that model and do you know if a copy resides in the community forum.  I can't seem to find a copy of it.<br />
 <br />
Thanks in advance,<br />
 <br />
Danny</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Danny Pavan</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2153</guid>
		</item>
		<item>
			<title>Trouble with network nodes</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2152&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 21:55:34 GMT</pubDate>
			<description><![CDATA[I'm trying to build an object that I can save in a user library so I can reuse it. I need to include a task executer and a network node path. The...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to build an object that I can save in a user library so I can reuse it. I need to include a task executer and a network node path. The attached simple model demonstates the functionality I need, however when I copy the object to a user library and then copy it back to my model the task executor looses its connection to the node path. Any suggestions on what I've done wrong.<br />
 <br />
Thanks</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.flexsim.com/community/forum/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.flexsim.com/community/forum/attachment.php?attachmentid=1765&amp;d=1336514044">test network node.zip</a> (28.0 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Bill Lank</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2152</guid>
		</item>
		<item>
			<title>One driver, two forklifts, multiple queues - is coordinated ts the only solution?</title>
			<link>http://www.flexsim.com/community/forum/showthread.php?t=2151&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 05:30:09 GMT</pubDate>
			<description><![CDATA[Ladies and Gentlemen, 
I am looking at a situation where I have two source ->processor -> sink sequences and a forklift assigned to each, but only...]]></description>
			<content:encoded><![CDATA[<div>Ladies and Gentlemen,<br />
I am looking at a situation where I have two source -&gt;processor -&gt; sink sequences and a forklift assigned to each, but only one operator to operate each forklift on the on-demand basis. <br />
The straightforward solution is the coordinated task sequence from the tutorial but I really hope to come up a more elegant one for two reasons:<br />
1) I have multiple queues and I really do not want to create copies of the same task sequences for each queue or even a call to the external function.<br />
2) Ideally I would like to have this arrangement reusable. <br />
So herein lie my questions:<br />
<br />
Is it possible to delegate the creation of the custom task sequence to the dispatcher, get the source/destination data from the dispatched task sequence in the dispatcher's OnReceiveTaskSequence and create a new custom task sequence from there?<br />
<br />
Is it possible to encapsulate this functionality in a &quot;special kind of forklift&quot; so it can be dropped into the model, connected to the operator and will start acting like a normal forklift that works only when there is someone available to drive it?<br />
<br />
Thank you!<br />
Vadim</div>

]]></content:encoded>
			<category domain="http://www.flexsim.com/community/forum/forumdisplay.php?f=66"><![CDATA[Q&A]]></category>
			<dc:creator>Vadim Fooks</dc:creator>
			<guid isPermaLink="true">http://www.flexsim.com/community/forum/showthread.php?t=2151</guid>
		</item>
	</channel>
</rss>

