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 |
|
Downloads |
Flexsim Student Forum Forum for discussion for Flexsim Students using the Flexsim Textbook. |
#2
|
||||
|
||||
Hello Rick,
Can you give us further information from where you are referring to global table: triggers or in the feild? You can refer to that table with a label reference. For instance your head node of your table is called \\\"gt_operations\\\" then you can do the following things: treenode Table = label( current, \\\"gt_operations\\\"); settablesize( Table, 10, 10); This is code for writing the number in row 10, column 10 of the same table. settablenum( Table, 10, 10); This is code for reading the number in row10, column 10 of the same table. see other commands setlabelstr,getlabelnum,getlabelstr in the manual or in the command helper for further information |
The Following User Says Thank You to sagar bolisetti For This Useful Post: | ||
Jörg Vogel (04-16-2014) |
#3
|
||||
|
||||
Hello Rick,
as Sagar asked, could you give us a bit more information on your problem! Quote:
Jörg |
#4
|
|||
|
|||
Can you please help with the skp.file uploading
Dear All ,
Anyone have ever uploaded skp.file for Flexsim version 7.1.2 please ? I get error hint each time doing this .For version 6,I can type regsvr32 \"c:\\program files (x86)\\flexsim6\\program\\sketchupreader.dll\" to upload skp.file ,for version 7.1.2,I even can not find the sketchupreader . Thank you ! |
#5
|
|||
|
|||
An example:
double maxgap=gettablenum(\\\\\\\"gt_Operations\\\\\\\",3 ,1); or by row name: double maxgap=getnodenum(node(\\\"MaxGap/1\\\",reftable(\\\"gt_Operations\\\"))); Last edited by Phil BoBo; 04-17-2014 at 09:36 AM. |
Thread | Thread Starter | Forum | Replies | Last Post |
Global Table on GUI | ameen shabeer | Q&A | 7 | 04-14-2014 01:50 AM |
Plotting Global Table | shashanktrivedi | Q&A | 2 | 06-17-2011 05:50 AM |
Tasksequence by using global table | Jelmer Js | Q&A | 7 | 04-20-2011 09:01 AM |
Global Table string value | Congshi Wang | Q&A | 1 | 05-24-2010 07:38 AM |
Can I make a column of a global table to type table? | qin tian | Q&A | 0 | 10-01-2008 09:27 PM |