Skip to content
AutomationDirect edited this page Jan 3, 2020 · 2 revisions

Micros


Description

Returns the number of microseconds since the program began running.


Usage

The output of the block is a 'Long Integer' number that contains the number of microseconds since the program began.


Notes

  • Warning: the output of this block will overflow (go back to zero), after approximately 70 minutes.
  • Place the result of this block into 'Long Integer' variables.

Reference

For more information about the 'millis' function, see millis.

Clone this wiki locally