I want to implement a process where an operator loads directly items in container transported by an AGV stopped in a CP. To define the station for unload function I would like to know how to get the object that CP has now on it. Something like CP.subnodes[1] (which obviously does not work).
Any idea on how to implement this in an easy and clean way?
Thanks in advance.