ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
Number of flowitems in Racks
In my model flow items are created and moved to racks. There are two racks in my model, in order to get the number of flow items entering the racks i used visual tool to display the count and connected the central port of both the racks to same visual tool.
But output of visual tool only shows the count of first rack. Is there a way to get the total sum of flow items entering both the racks using visual tool. |
#2
|
||||
|
||||
Hi,
look for the row in the code where your stats are added up. For the content it is: Code:
if(stat == Content) statstr = numtostring(content(involved),0,0); Code:
if(stat == Content) statstr = numtostring(content(involved)+content(centerobject(current,2)),0,0); |
The Following User Says Thank You to Jörg Vogel For This Useful Post: | ||
Manoj Kumar (01-20-2012) |
Thread | Thread Starter | Forum | Replies | Last Post |
Number of central port | FlorianK | Q&A | 2 | 05-26-2011 05:44 AM |
How to calculate the digging number? | zhang xin | Container Terminal (CT) Library | 0 | 07-03-2010 02:03 AM |
Using TE FlowItems to Transport other FlowItems | juan alberto | Q&A | 13 | 09-13-2009 09:00 AM |
how to get number of itemtype | Vic Li | Q&A | 11 | 08-19-2009 11:20 PM |
Setting the number of operators | Sung Kim | Q&A | 4 | 02-05-2008 12:31 PM |