The SERVOLOCK_TTL
firmware module allows the user to control the stage position bi-directionally using TTL pulses. When placed in the SERVOLOCK_TTL state, motors are kept on with servo loop active and the target position is adjusted every time a TTL pulse is received. The duration of each TTL pulse determines whether a positive or negative adjustment is applied. The adjustment magnitude is the same as the last relative move and can be changed via serial command even when the SERVOLOCK_TTL state is active. Commanded moves and manual (joystick) moves are ignored when the SERVOLOCK_TTL state is active.
Example applications of the SERVOLOCK_TTL functionality are:
VECTOR
command, but SERVOLOCK_TTL does not require any serial commands (sometimes a rate-limiter) and can also make arbitrarily small adjustments.This feature is initially only available on Tiger controllers, but there is nothing preventing the code from being ported to the MS-2000 controller if there is a need. Because TTL triggering is done on a per-card basis, to have truly independent control of X and Y axes they would be need to be on separate 2-axis cards. 1)
Engage or disengage the SERVOLOCK_TTL functionality by using the LK
command without any arguments (if a CRISP-enabled firmware is present, use the LK F
command instead because the LK
without arguments applies to CRISP which takes priority).
To provide for bi-directional control, short or long TTL pulses can be sent, and the threshold duration is set by the RT R
command (defaults to 0.75 ms; note that there is timing jitter between -0.001 and -0.25 ms so a setting of 0.75 ms will for sure recognize pulses of 0.5 ms as short and 0.75 ms as long but pulses of 0.6 ms may sometimes be recognized a short and sometimes as long). Internally the implementation as follows: a counter is initialized on rising edge of the TTL pulse, and on a separate interrupt the counter is decremented every 0.25 ms until it reaches 0. On reaching 0, the state of the TTL IN0 pin is checked again and a decision is taken depending on whether it is high or low.
During SERVOLOCK_TTL operation, the TTL IN0 mode (TTL X
command) is automatically set to value 11. Under normal circumstances the TTL IN0 mode will be restored to its prior value the when exiting SERVOLOCK_TTL operation. Do not change the TTL IN0 mode while SERVOLOCK_TTL is engaged.
As a safety provision, the excursion from the initial position (when first locked) is limited. The maximum distance (in either direction) is set by the LR Z
command and defaults to 1 mm.
Position can be freely queried during SERVOLOCK_TTL operation.
Experimentally the controller can keep up with TTL pulses at a 1kHz rate. There is no lower bound on the time between pulses.
It seems in testing that the controller catches every pulse, even when it is responding to serial commands. If you absolutely require this feature (e.g. creating extended arbitrary move profiles via TTL pulses) then it is worth verifying yourself.
The SERVOLOCK_TTL functionality uses many of the same commands as CRISP and indeed the internal implementation is similar to CRISP except that TTL pulses changes the target stage position instead of the CRISP hardware/firmware. When the SERVOLOCK_TTL firmware module is present along with CRISP, CRISP has priority. However, with CRISP present it is still possible to place the controller in the SERVOLOCK_TTL state by using the LK F
command, using LK F=84
(ASCII letter T) to turn on SERVOLOCK_TTL control and LK F=90
(ASCII letter Z) to turn it off when done.
Serial commands related to SERVOLOCK_TTL module
2022/05/23 20:37 | |
2021/10/29 14:24 | |
2022/04/13 18:52 | |
2022/02/10 18:12 | |
2022/11/07 20:14 |
RM Y
setting (but the two axes can have different relative move amounts).