The "Chrono" PlugIT allows to start a chronometer (stopwatch) and to get anytime its value by an event.
Events
|
Current |
Continuously sends the elapsed time in milliseconds. |
Formatted |
Sends the elapsed time as a formatted string (used with ReadFormatted) : dd_hh:mm:ss:ms . |
Number |
Sends the elapsed time in milliseconds (used with ReadNumber). |
Simplified |
Sends the elapsed time as three numbers (used with ReadNumber): mm ss ms. |
Started |
Sends when the chronometer is (re)started. |
Stopped |
Sends when the chronometer is stopped. |
String |
Sends the elapsed time as a string (used with ReadString)
Note : the PlugIT returns a string in the user language (english or french, at this time). |
$FOOTER