Happy New Year, brains trust!
I've started learning how to use subflows (better late than never!) and was hoping someone could explain what's going wrong in my implementation.
In my Unload Subflow, I'm using </transporter>.subnodes to index each object on the AGV, so that the subflow can use those pointers to unload. Is this the correct way? Is this even possible? Instead of unloading all boxes, it unloads what looks like every second box and then returns NULL when the subflow tries to access the index 5.
I've attached the model for illustration. Excuse the mess, I'm building up to having 4 different origin queues and combiners that a person with an AGV will deliver to and am currently in the process of replacing repetitive sections with subflows.
Please let me know where I've gone wrong.
Thanks in advance!