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
|
|||
|
|||
Put GlobalTable into Visual Tool
Hello everyone!
I am trying to build modules consisting of machines which build a group. I am using the visualTool. My question is: Is it possible to put a GlobalTable or Table into the VisualTool, which holds pieces of information for these machines? When dragging the VisualTool from my UserLibrary into a new model, information in the table will be available for the machines. Thx for your help! |
#2
|
||||
|
||||
A global table can only exists at the same location all the time but a table (any table even a global one) is nothing more than a tree of nodes starting with a headnode and every node underneath is a row and every node underneath that is a column.
It is quite a good practice to create such a table in your label section of your object (in this case a visual tool). If you go to the label tab page and create a label and then click the label table button you can create your own table. You can refer to that table with a label reference. For instance your head node of your table is called "MyTable" then you can do the following things: treenode TheTable = label( current, "MyTable"); settablesize( TheTable, 10, 10); gettablenum( TheTable, 1, 1); etc... |
The Following 4 Users Say Thank You to Steven Hamoen For This Useful Post: | ||
Tom David (03-25-2010) |
#4
|
|||
|
|||
Hi Steven!
It works! Thx a lot again. |
The Following User Says Thank You to claudia gertheinrich For This Useful Post: | ||
Steven Hamoen (03-25-2010) |
Thread | Thread Starter | Forum | Replies | Last Post |
Importing an AutoCAD Drawing using the Visual Tool | Courtney Allensworth | Q&A | 13 | 07-30-2010 04:47 AM |
Sum in a Visual Tool | jspeece | Q&A | 3 | 09-04-2009 11:31 AM |
Highlight a Visual Tool set to Screen Locked Billboard in perspective view? | RalfGruber | Q&A | 3 | 03-25-2009 08:49 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 |