Thanks for help!
In my model, the agv input is acceleration, I do not have speed as an input. the max speed is "infinity", the acceleration and deceleration are the only inputs to the agvs. So cannot use this method.
I am trying a method where, when the agv starts its travel, one of the label is given the value of time when it started its travel and when it arrives at the next control point, the another label is given the value of the time when it arrived. And then I take the difference of this.
But this is very inefficient method