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
|
|||
|
|||
Object statistics in Visual Tool
Greeting,
I'm trying to get some basic data from a simple model. There are two itemtypes that get processed and then leave the system. All I'm lookig to get is to display the cumulative count for each type in a visual tool. Any hints would be appreciated. Attached model using version 6 Thanks |
#2
|
||||
|
||||
Visual Display: Text
Text Display: Display Label Value Text Increment a number label for each itemtype on a trigger Code:
inc(label(obj,"your number label"),1); If you want to display two values, modify the source code to read a second label and add this value as numtostring in the text string. Reset the number labels to default values. Jörg |
The Following 2 Users Say Thank You to Jörg Vogel For This Useful Post: | ||
Katharina Muller (12-13-2012) |
Thread | Thread Starter | Forum | Replies | Last Post |
using layout with visual tool | naveenkumar | Tips and Tricks | 1 | 02-10-2012 01:29 PM |
Put GlobalTable into Visual Tool | claudia gertheinrich | Q&A | 3 | 03-25-2010 04:04 AM |
Sum in a Visual Tool | jspeece | Q&A | 3 | 09-04-2009 11:31 AM |
how to make the visual tool transparent? | qin tian | Q&A | 8 | 11-28-2008 11:17 AM |
Visual tool as a container qs | Paul Dowling | Q&A | 2 | 08-20-2007 07:53 PM |