====== Command:WAIT (WT) ====== --> MS2000 or RM2000 syntax ^ ^Shortcut |WT| ^Format |WAIT [axis]=[time in ms]…| ^Units |Milliseconds| ^Remembered |Using SS Z | <-- --> Tiger syntax ^ ^Shortcut |WT| ^Format |WAIT [axis]=[time in ms]…| ^Units |Milliseconds| ^Type |Axis-Specific | ^Remembered |Using [addr#]SS Z | <-- Sets the length of time in milliseconds that the controller will pause at the end of a commanded move. The busy status is not cleared during this pause state, unless the [[commands:maintain|''MAINTAIN'']] behavior for the axis is set to ''code=3''. Additionally, a **P** is displayed on the LCD display when in the ''Pause'' state. During the Pause state, the servo loop actively attempts to position the axis on target. For a piezo stage axis, the controller enters the ''Pause'' state as soon as the command is received and the voltage applied to the piezo. The controller remains ''BUSY'' until the ''Pause'' state times out. Typically used to allow for piezo stage settling time. For Phototargeting or builds with the [[:tiger_phototargeting|MM_TARGET]] firmware module, this can be used to specify the amount of time between the move initiation (either a ring buffer move or from the [[commands:aij|AIJ command]]) and when the laser pulse turns on. Thus it would normally be non-zero for at least one of the micro-mirror axes involved in phototargeting. Default for all axes in'' MM_TARGET'' firmware is 5 ms (usual default is 0 ms). == Example == $ WT X? :X=0 A $ WT X=20 :A Sets the wait time for the X-axis to 20 ms. {{tag>phototargeting commands tiger ms2000}}