On the AnalyticPhysics page for the assembly (see here), it states that when driving motors by tachometer counts you pause program execution using OUTPUT_READY. However, it also states that in practice this often pauses the program indefinitely, so we work around this by using an additional timer. Do the wait statements from the timer come before or after the OUTPUT_READY statement? It would be helpful if you could provide a sample assembly sequence using OUTPUT_STEP_POWER or OUTPUT_STEP_SPEED with the timer.
On the AnalyticPhysics page for the assembly (see here), it states that when driving motors by tachometer counts you pause program execution using OUTPUT_READY. However, it also states that in practice this often pauses the program indefinitely, so we work around this by using an additional timer. Do the wait statements from the timer come before or after the OUTPUT_READY statement? It would be helpful if you could provide a sample assembly sequence using OUTPUT_STEP_POWER or OUTPUT_STEP_SPEED with the timer.