Good day,
I was getting acquainted with the Software the last two days. I have no background in IT and so I arrived at a problem I could not solve.
I build the Model as stated in the Tutorial and included a path.
Whenever I activate the Patient leaves early condition the Simulation starts having exception errors, mainly the Nurse stops moving.
time: 153.822360 exception: Exception Caught in TaskExecuter::onDestinationArrival(double finalspeed) object: /RN_A time: 153.822360 exception: Exception Caught in NetworkNavigator::finishTravel(treenode reqnode, int blocking DEFAULTZERO) object: /DefaultNetworkNavigator time: 153.822360 exception: Exception Caught in NetworkNode::pushTraveler(treenode reqnode, NetworkNode* tonetnode, int nextport) time: 153.822360 exception: Exception Caught in NetworkNode::receiveInputRequest(treenode reqnode, int port, int lastport) object: /NN15 time: 153.822360 exception: Exception Caught in NetworkNode::releaseTraveler(treenode reqnode) object: /NN14 time: 153.822360 exception: Exception Caught in NetworkNode::onTimerEvent(treenode involved, int code, char *datastr) object: /NN14 time: 153.822360 exception: Exception Caught in ObjectFunction237__project_library_FlexSimObject_behaviour_eventfunctions_OnTimerEvent object: /NN14 i: time: 597.273184 exception: Exception Caught in TaskExecuter::updateLocations() object: /RN_A time: 597.273184 exception: Exception Caught in FlexSimObject::onPreDraw(treenode view) object: /RN_A time: 597.273184 exception: Exception Caught in ObjectFunction225__project_library_FlexSimEventHandler_behaviour_eventfunctions_OnPreDraw object: /RN_A class: /RN_A
There is no problem as long as the waiting room doesn't reach its maximum capacity.
I changed the Hourly arrival Pattern for Monday so that I can test the Early Leave option.
I'd be thankful for any help.