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
|
|||
|
|||
event time changed to present
I got a message on system console that refers to the time that some events occur:
createvent: event in past time is: event time changed to present. Object: TRA advancetime 155_00: -0.102754, clock: 298.675670 ...apparently does not affect the performance of the model I'd appreciate if any could give some tip. regards, |
#2
|
|||
|
|||
A friend helped me find the problem and apparently occurs only if there is a negative value in the size of the flowitems (the flow axis). By mistake was setting a negative x-size which caused this message every time the item came to an object.
I hope this helps. |
#3
|
|||
|
|||
Hi,
I think the most probable explanation is that a random distribution generates a negative value for cycle time, MTBF, MTTR, inter-arrival, etc.
__________________
Vincent Béchard, Eng., MASc. Discrete Event Simulation Designer SNC-Lavalin, Industrial Division ca.linkedin.com/in/vincentbechard/ |
The Following User Says Thank You to Vincent Bechard For This Useful Post: | ||
Gutirallo (01-25-2012) |
#4
|
|||
|
|||
Yeah you're right, we also consider that possibility, but particularly the problem was given like a described at the above post.
Last edited by Gutirallo; 01-30-2012 at 07:31 AM. |
#5
|
|||
|
|||
Similar error.. peculiar situation..
Quote:
How do I solve this problem then.. Its kind of peculiar. If I stop my model run at about 7307 items this error does not cause a problem. But if I run it for double the items it does not let me run till there.. I am inter-arrival time distributions according to time of day.. |
#6
|
||||
|
||||
put a maxof() function around it so maxof(0 , yourfunction) so your value is never negative
|
The Following User Says Thank You to Steven Hamoen For This Useful Post: | ||
Jörg Vogel (06-29-2012) |
#9
|
||||
|
||||
Hello Vadim,
your distributional function has in the interarrival time negative values, too. use the method Steven has shown. maxof(0, normal(20,10,2));// If the normal-function returns a negative value the maximum of 0 and the negative value is 0. Jörg |
The Following User Says Thank You to Jörg Vogel For This Useful Post: | ||
Vadim Fooks (07-02-2012) |
Tags |
advance, time |
Thread | Thread Starter | Forum | Replies | Last Post |
"time" event | Vic Li | Q&A | 4 | 06-12-2014 12:46 PM |
Event log | Esther Bennett | Q&A | 1 | 10-03-2011 11:50 AM |
changed the Flexsim server Operate System | Dane Lee | Q&A | 2 | 05-24-2010 10:26 AM |
time event | Donatus Minio | Q&A | 8 | 02-17-2009 01:12 PM |
How can transpoter(Human) picks flowitems in different queue objects at once(Attach file is changed) | seong | Q&A | 3 | 08-14-2008 10:12 AM |