Changes between Version 31 and Version 32 of TTTT Users Manual
- Timestamp:
- Sep 1, 2022, 12:03:05 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TTTT Users Manual
v31 v32 4 4 5 5 == Commands == 6 * !!!WARNING!!! If you are writing 64 bit numbers you must zero pad to 64 bits! 7 6 8 * help: list commands\\ 7 9 … … 45 47 46 48 == Recipes == 49 ==== Setup ==== 50 set numer of BX per orbit (-1) 51 {{{rw 32 0x0000000000000DEB}}} 52 set system to allow l1as between BX 0x10 and 0xD00, apply all trigger rules, pay attention to TTS state, send BX reset messages 53 {{{rw 31 0D000010000000F3}}} 54 55 ==== Random trigger ==== 56 set random trigger to ~75kHz (after all trigger rules) 57 {{{rw 37 400}}} 58 59 enable only random trigger 60 {{{rw 35 2}}} 61 62 47 63 ==== Periodic trigger mode ==== 48 64 Before doing the following commands, make sure the trigger rules are set the way you want and bit 1 of reg 0x31 is set to use/not use TTS state.\\