For visual and spatial reasons, I'm loading a TE into an AGV. Unfortunately, that AGV is now loaded and always takes on STATE_TRAVEL_LOADED (unless it's blocked). It never will have any other states like STATE_IDLE or STATE_TRAVEL_EMPTY.
Is there a way to modify the "state setting" such that the AGV is only traveling loaded if it's carrying 2 loads? When carrying one load (the TE) it's considered empty?
I'm driving AGV movement through Task Sequence activities in Process Flow. Any way to set the state within a Travel activity?