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 |
Q&A Using Flexsim and building models |
#1
|
||||
|
||||
How to get the stats_creationtime & stats_lastmovetime?
Dear.
Can anyone help me how to get the value of stats_creationtime and stats_lastmovetime of the moving items? What is the commands in order to get the values of moving items? Thanks. |
#2
|
|||
|
|||
Hi.
If you find a reference to the item, you can use the following command: Quote:
Quote:
I hope this helps. |
The Following 2 Users Say Thank You to Christian Norregaard For This Useful Post: | ||
Jörg Vogel (07-31-2013) |
#3
|
|||
|
|||
The nodes can also be found using stats_creationtime(<obj>) and stats_lastmovetime(<obj>) - same for other nodes with blue names in the tree.
Last edited by Jason Lightfoot; 07-31-2013 at 10:48 AM. |
The Following User Says Thank You to Jason Lightfoot For This Useful Post: | ||
Jörg Vogel (07-31-2013) |
#4
|
|||
|
|||
For those 2 attributes there happens to be commands:
getcreationtime(item) getentrytime(item) ...to get stats_lastmovetime For other attributes I would follow Jason's lead... get(uniqueid(item)) |
The Following 4 Users Say Thank You to Kris Geisberger For This Useful Post: | ||
syseo (08-01-2013) |