question

Kamil KS avatar image
0 Likes"
Kamil KS asked Joerg Vogel answered

System console createvent error.

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?

FlexSim 19.0.4
system console
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

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);

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.