MicroBasic Script smallest time increment

8 years 6 months ago #29530356 by Trainee
Hello,

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?

Please Log in or Create an account to join the conversation.

8 years 6 months ago - 8 years 6 months ago #29530357 by TechSupport
0mS


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.

Please Log in or Create an account to join the conversation.

Moderators: tonysantoni
Time to create page: 0.057 seconds