Hi, how can I track and graph the total traveled distance by flowitems acting as task executers in the model. Maybe a line graph of total traveled distance VS model time. Currently I'm using:
getnodenum(getvarnode(TRANSPORT,"totaltraveldist"))
Where TRANSPORT is the taskexecuter flowitem. I can"t seem to call it from TRANSPORT.stats. Really apreciate your time.