question

David Seo avatar image
0 Likes"
David Seo asked Braydn T commented

An error which looks like a bug...

I met an error like a bug in attached model.

I want to know what's the problem of it.

I am testing a AGV model using A*.

astar-agv-model-2.fsm

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

FlexSim 19.1.1
agv with astar
· 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.

1 Answer

Phil BoBo avatar image
1 Like"
Phil BoBo answered Braydn T commented

Your On Resource Available trigger that is sending the agvs to Queue1 is causing the issues you are seeing.

The easiest solution is to add a different location as the "Home" location that isn't the exact same spot as the queue that they are trying to load from. Then the idle ones trying to go "home" will stop getting in the way of the busy ones that are trying to load from the queue.

See the attached model. 21166-astar-agv-model-2-1.fsm


· 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.