In MicroBasic script programming, what is the smallest time increment? For example for the wait command wait(1), is ms the smallest I can get? Can I go beyond ms? Like 0.1ms?
Eliminating the wait altogether will make the script run as fast as
possible but since the script runs after everything else the
controller needs to do in its 1ms loop, it is not possible to know
exaclty how fast the loop in the script is running.