question

Dillan J avatar image
0 Likes"
Dillan J asked Dillan J commented

Source no longer outputting tokens

autoimm-flexsim.fsm

Every time i reset my model and attempt to run it i get this error:

time: 0.000000 exception: Exception caught in Executive::processeventinlist(). Throwing. time: 0.000000 exception: Exception caught in Executive::steptotime(). Throwing. time: 0.000000 exception: Exception caught in Executive::tick(). Throwing. time: 0.000000 exception: int runthemessageloop() #4 exception: Executive::instance.tick(); time: 0.000000 exception: int runthemessageloop() #6

I have two sources. i do this so i can switch between two different formats of data input. One of them just suddenly stopped outputting this morning. It was functioning fine last night. i restarted the software and it would run once. once i reset it would stop.

Choose One
sourceerror messageexception
exception.jpg (51.4 KiB)
autoimm-flexsim.fsm (236.0 KiB)
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Dillan J commented

There was a change made to Staff objects in 20.0 so they would collect some new stats. However, the Staff in this model don't have that change and that's what's causing the error. There's an update script that runs if you open an older model that updates the Staff objects so even if the model was built in an older version everything should be updated just by opening the older model in the latest version. My guess is that you copied these Staff objects from an older version of FlexSim and pasted them in this 20.0 model. If so, you shouldn't do that and should only copy from the same version of FlexSim.

Here's a fixed version of your model where I ran the update script and updated all the Staff objects in the model:

autoimm-fixed.fsm


autoimm-fixed.fsm (237.3 KiB)
· 1
5 |100000

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

Dillan J avatar image Dillan J commented ·

Thank you. I might have copy and pasted them. i cant remember for sure. I restarted this model a few times in both 19 and 20. Makes sense that i'm just having this issue now when i was messing with the staff dashboard tools. The model had been running fine for weeks.

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.