• Main INDEX
  • Monthly INDEX
  • PREV
    Make New Entry, Make Followup Entry

    User name R. Michaels

    Log entry time 11:31:29 on October31,2013

    Entry number 385857

    keyword=MLU logic on CAEN 1495 (for now)

    Here is the present programming of the CAEN 1495 on the R-HRS
    for the trigger.

    8 NIM inputs are on the E mezanine. 8 NIM outputs on F.

    F(0) is the 1st output. It is our standard 2/3 trigger.
    F(3) is another 2/3 trigger

    F(0) = (E(0).and.E(1)).or.(E(0).and.E(2)).or.(E(1).and.E(2))

    F(1) = E(0).and.E(1) .... coincidence

    F(2) = E(0).and.E(1).and.E(2) .... triple coincidence

    3,4,5 is the same sequence as 0,1,2

    F(3) = (E(3).and.E(4)).or.(E(3).and.E(5)).or.(E(4).and.E(5))

    F(4) = E(3).and.E(4) .... coincidence

    F(5) = E(3).and.E(4).and.E(5) .... triple coincidence

    F(6) = E(6).or.E(7)

    F(7) = E(6).and.E(7)

    The output follows the inputs with logic determined by the latest
    signal, and with a 10 nsec propogation delay.