module _c06418Z3; title ' CAMAC 064 V19.1 G. Vogel 7-Apr-2016 Checksum: 59A1' c06418Z3 device 'F153'; "Pin definitions B7,B6,B5,B4,B3,B2,B1,B0 pin 1,2,3,4,5,6,7,8; P8,P7,P6,P5,P4,P3,P2,P1 pin 12,13,14,15,16,17,18,19; "Enable E pin 9; "Clear CLR pin 11; "For DOC file GND,VCC pin 10,20; event=[B7..B0]; tclk macro (a) {((event==?a) & !E)}; equations P1 = P3 & tclk(^h53); " Disable P2 = tclk(^h11) " Enable # tclk(^h12) # tclk(^h1D) # tclk(^hF1); P3 = tclk(^h0E) " Set P3 flag on $0E # P3 & !tclk(^h1F); " Clear P3 flag on $1F "DESCRIPTION: This PAL decodes TCLK events for V19.1 of the CAMAC " 064 module. " (Drops Booster permit when there is no beam in first pulse) " " A flag (P3) is set when there is a $0E " If there is no beam, the $53 will disable the permit. " " The gate 1 output is sent to the 200 module to disable " beam when there is no beam in the first pulse of a " train of booster events. " "BOARD MODS: Wire P2 to S1 " Wire P1 to R1 " " This module is installed in BOOSTER $80 slot 5. " "HISTORY: " 06418Z2: Added $1D to ENABLE " 06418Z3: Added $F1 to ENABLE ($FC causes booster to puke) end _c06418Z3