question

Kyle L5 avatar image
0 Likes"
Kyle L5 asked Kyle L5 commented

Search for System Console Error

Is there an easy way to find where the system console error is located in the process flow? Currently, I am manually trying to locate where it's at and it's time consuming. Wasn't sure if there was a quicker and easier way to do this....

FlexSim 22.2.1
system console error
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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Kyle L5 commented

Normally the system console tells you the time at which an exception occurred. If for some reason that's not happening you can use mpf(time());mpr(); to print the time to the system console on a user event interval and then look to see between which two events it happened.

If you still can't locate it, upload the model to a private post (or make this one private) and we can take a look.

· 2
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·
It is good practice to give each activity of same Type a different name. By this you can easier identify an exception from the text. This practice is a default procedure in every single tutorial.
0 Likes 0 ·
Kyle L5 avatar image Kyle L5 Joerg Vogel commented ·

Located the error. I had a couple happening at time zero but changed names of activities to identify the troublemakers.

Yea, looking back wish I had labeled everything different from the start. Good to know for next time. Thank you guys for the help!

0 Likes 0 ·

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.