ATTENTION

This 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

Go Back   FlexSim Community Forum > FlexSim Software > Q&A
Downloads

Q&A Using Flexsim and building models

  #1  
Old 08-17-2012
George Serhan George Serhan is offline
Flexsim User
 
Join Date: Oct 2011
Posts: 49
Downloads: 10
Uploads: 0
Thanks: 59
Thanked 0 Times in 0 Posts
Rep Power: 107
George Serhan is on a distinguished road
Default 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
Attached Files
File Type: fsm test1.fsm (76.5 KB, 83 views)
  #2  
Old 08-18-2012
Jörg Vogel's Avatar
Jörg Vogel Jörg Vogel is offline
Flexsim User
 
Join Date: Sep 2007
Location: Hannover, Germany
Posts: 643
Downloads: 35
Uploads: 0
Thanks: 802
Thanked 665 Times in 410 Posts
Rep Power: 642
Jörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond reputeJörg Vogel has a reputation beyond repute
Default

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);
obj is a pointer to the object storing the label (e.g. current)

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


All times are GMT -6.
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2020, vBulletin Solutions Inc.
Copyright 1993-2018 FlexSim Software Products, Inc.