SoElapsedTime¶
-
InventorModule
¶ genre InventorEngines
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
The engine SoElapsedTime
functions as a stopwatch, outputting the time that has elapsed since it started running. By default, the timeIn
input is connected to the Speed
global field; however, it can be connected to any other time source.
The output from the engine reflects the time that has elapsed since it started running or since the reset input was last triggered. You can influence the speed of the output time by adjusting the speed scale factor. A value greater than 1.0 will accelerate the output, while a value less than 1.0 will decelerate it.
If you pause the engine by setting the pause input to TRUE, it stops updating the Time Out
output. When you deactivate the pause, it jumps to its current position without losing time. Alternatively, if you want to stop the engine temporarily and then restart it from where it left off, use the field On
.