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
|
||||
|
||||
Sequence Number on Flow Item
Hello Community,
for visualisation resons i want to write a sequence number on the flow item as visible sign ( by on exit trigger). Unfortunatly I wasn't able to find a solution in the forum. Can you help me with a hint? Thank you. |
#2
|
|||
|
|||
Set the view to show names and then on the exittrigger add:
Code:
setname(item,concat(getname(item),"_",numtostring(getoutput(current),0,0))); switch_hidelabel(item,0); |
The Following 3 Users Say Thank You to Jason Lightfoot For This Useful Post: | ||
Sebastian Hemmann (04-11-2013) |
Thread | Thread Starter | Forum | Replies | Last Post |
Flow item in object in time 0 | KelvinHo | Q&A | 17 | 04-17-2012 09:12 AM |
Question on Multiple transportors for a flow item | KelvinHo | Q&A | 2 | 05-31-2010 12:34 AM |
different capacity for different flow item for a same TE | KelvinHo | Q&A | 10 | 08-28-2008 08:12 AM |
Changing flow item by time | KelvinHo | Q&A | 6 | 08-13-2008 07:58 AM |
Sequence of Flow Items Through a Processor | Anthony Timmiss | Q&A | 0 | 06-11-2008 02:26 AM |