Changes between Version 31 and Version 32 of TTTT Users Manual


Ignore:
Timestamp:
Sep 1, 2022, 12:03:05 PM (3 years ago)
Author:
Dan Gastler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TTTT Users Manual

    v31 v32  
    44
    55 == Commands ==
     6 * !!!WARNING!!! If you are writing 64 bit numbers you must zero pad to 64 bits!
     7
    68 * help: list commands\\
    79
     
    4547
    4648 == 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
    4763 ==== Periodic trigger mode ====
    4864 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.\\