IF THEN with out an else has to have the THEN condition on the same line. This should work assuming "Estarter" is a Label or Statement.
Code:if (RPM <= 3) then high Estarter pause 100 low Estarter
IF THEN with out an else has to have the THEN condition on the same line. This should work assuming "Estarter" is a Label or Statement.
Code:if (RPM <= 3) then high Estarter pause 100 low Estarter
Dave
Always wear safety glasses while programming.
Bookmarks