question

Farah_najihah A avatar image
0 Likes"
Farah_najihah A asked Farah_najihah A commented

what is wrong with my agv

FT HBW.fsmtime: 17.492851 exception: Exception Caught in dispatchtasksequence(treenode tasksequence, treenode dispatcher DEFAULTNULL)

time: 17.492851 exception: Exception caught in start() of activity Process/Travel to Next Work Point in process flow "AGV". Continuing throw...

time: 17.492851 exception: Exception caught in TreeNode::callMemberFunction() main function. Throwing...

time: 17.492851 exception: Exception caught in evaluation of MAIN:/project/exec/usercommandlist/Process Flow/releasetoken/node

these are the error I got, not sure why, is it related to the process flow? my agv got stuck at the second decision point. this error appears when I added more processor and decision point in the agv path. how do I fix this? Thank you in advance! I attached my model below,


FT HBW.fsm

FlexSim 22.1.1
agvprocessflowagvpathprocessors
ft-hbw.fsm (14.2 MiB)
· 4
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
0 Likes"
Jason Lightfoot answered Farah_najihah A commented

Some of the processors do not have "First Available" as the SendToPort destination and are instead pushing to a list. You should change this since the Transport Dispatcher is set to push to AGVWork instead, and that will correctly set the destination for you.

Correct:

1652378716983.png


Incorrect:

1652378752017.png




1652378716983.png (6.8 KiB)
1652378752017.png (7.6 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.