System console createvent error.

kamil_ks
Not applicable
2 Views
1 Reply
Message 1 of 2

System console createvent error.

kamil_ks
Not applicable

[ FlexSim 19.0.4 ]

Hello,

I have received a System Console message as below:
"createvent: event time is in past: event time changed to present. Object: Source eventtime: 1246777.000000, time: 1248179.000000 Zaladunek"

What may be the issue of this problem? Could anyone describe more this error message?

0 Likes
Accepted solutions (1)
3 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

You set a negative creationtime. You use a statistical distribution that is able to return negative values. You can prevent this with a maximum function in combination of the statistical distribution.

Math.max(normal(55, 27), 0);

0 Likes