When trying to load a flow item onto an AGV that has been attached to another AGV as a trailer, the process flow stops and an error message is displayed in the console. No error is given when loading the front AGV, and the flow item is loaded as expected.
time: 5.000000 exception: Exception Caught in dispatchtasksequence(treenode tasksequence, treenode dispatcher DEFAULTNULL) time: 5.000000 exception: Exception caught in start() of activity "Load" in process flow "ProcessFlow". Continuing throw... time: 5.000000 exception: Exception caught in TreeNode::callMemberFunction() main function. Throwing... time: 5.000000 exception: Exception caught in evaluation of /Tools/ProcessFlow/ProcessFlow/Load~2>variables/callbackNo
I created a simple model that has the same basic elements and displays the same error message when run.
I would like to maintain having both the lead AGV and trailer be their own AGVs as down the line I may need to have the train be split and both AGVs act independently. It would also be much easier for me to have the train stay together during loading/unloading than to have to separate and reattach trailers at every load/unload.