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
|
|||
|
|||
![]()
Hi
I would like to find out how do I display the custom state using the state chart of the dashboard. Thanks David
__________________
Advent2 Labs ![]() David |
#2
|
||||
|
||||
![]()
Hi David,
The standard gantt chart will not show a custom state. What you can do is create a new state profile and let the gantt chart point to that profile (you can select a different profile at the bottom of the first tab page) |
The Following 3 Users Say Thank You to Steven Hamoen For This Useful Post: | ||
Jörg Vogel (05-19-2014) |
#3
|
|||
|
|||
![]()
Steven
Thanks. 1. New state profile: Do you means another set of state profile in the state node or addition state in the original state profile? 2. Dashboard- Pie Chart When I create the state pie chart, I saw the selection of the different profile. But that part is grey out. How do I turn it on? As the picture. Thanks
__________________
Advent2 Labs ![]() David |
#4
|
||||
|
||||
![]()
Hi David,
please have a look into the multiprocessor. It's a good example how it should be used. The selection is only available if you have another state profiles ![]() You have to set your own state profiles with setstate((obj object, num state [, num profilenr])) An example: Code:
setstate(node("/MultiProcessor2", model()), 1, 1);//p.e. in OnEntry-trigger Code:
#define STATE_PROCESS_1 1 #define STATE_NONE 2 #define MY_OWN_STATEPROFILE 1 Code:
setstate(node("/MultiProcessor2", model()), STATE_PROCESS_1, MY_OWN_STATEPROFILE); |
The Following 4 Users Say Thank You to Carsten Seehafer For This Useful Post: | ||
Steven Hamoen (05-20-2014) |
Tags |
custom, dashboard, state_profile |
Thread | Thread Starter | Forum | Replies | Last Post |
question about Flexism Chart | Chengjun Zheng | Q&A | 1 | 04-12-2012 05:40 PM |
Pie Chart Trouble | Gutirallo | Tips and Tricks | 0 | 03-08-2012 12:19 PM |
Questions concerning table, chart and excel | Hao Zhou | Q&A | 0 | 05-19-2011 05:21 AM |
Exporting From Flexsim Chart | michaelsmith | Q&A | 1 | 10-07-2009 11:53 AM |
Setting Custom State | Francois Perron | Q&A | 1 | 04-06-2009 02:37 AM |