In order to be able to perform some automatic service on a linear track, we would like to log the distance travelled by the 7th axis. I was wondering if there is a system variable similar to $SCR_GRP[1].$MOVE_DST that monitors movements (including jogging) of individual axes instead of the TCP point?
I have thought about running a karel program that periodically updates the current JPOS, but I would prefer not to be dependent on something like auto_exec programs if I don't have to.
Any other suggestions/ideas are welcomed as well