MHour Function
Returns the accumulated MOTOR ON time of the robot motors.
Syntax
MHour ([robotNumber])
Parameters
- robotNumber
- Specify the robot number to check the MOTOR ON time by an integer value. If omitted, currently selected robot will be used.
Return Values
Returns the accumulated MOTOR ON time of the motors by an integer value.
See Also
Time, Hour
MHour Function Example
Robot 2
Print MHour
Print MHour(1)