Is it possible to find my RJ3 robot's working time from backup or image files?
Working Time
-
byrol -
December 11, 2019 at 3:07 PM -
Thread is Unresolved
-
-
Not sure about RJ3 but on R-30ib controllers you can find it in the system.va file. Search that text file for $SYSTEM_TIME.
Unit mechanical time (time running motion) is in the following variable, units are in minutes.
Field: $SYSTEM_TIME[1].SHM_TOT Access: RO: INTEGER = 94063
-
That's great information, thank you, man.