module _c20066K title 'CAMAC 200 SWITCHYARD BEAM PERMIT/TEV RESET 07-Jun-1999 Checksum: 2988 Fuseno: 0333' C20066K device 'F153'; "Pin definitions B7,B6,B5,B4 pin 7,1,2,9; B3,B2,B1,B0 pin 3,4,5,6; DE3,DE2,DE1,DE0 pin 12,14,15,13; ED pin 8; GND,VCC pin 10,20; event = [B7..B0]; equations "DE0: Timestamp reset !DE0 = !ED & (event == ^h20) # !ED & (event == ^h21) # !ED & (event == ^h23) # !ED & (event == ^h29) # !ED & (event == ^h2A) # !ED & (event == ^h2B) # !ED & (event == ^h2D) # !ED & (event == ^h2E); "The OR of all MI Resets "DE1: Beam Gate On !DE1 = 0; "DE2: Beam Gate Off !DE2 = 0; "DE3: Permit/Abort System Reset !DE3 = !ED & (event == ^h48); "$48 (TEV BP System Reset) "DESCRIPTION: This PAL decodes TCLK events for the CAMAC 200. " It provides four separate outputs of decoded " events for RF-104B versions of the 200 module. " RF-104A versions of the 200 module use a PROM " in this location. Distinct versions of this " PAL may exist for different permit/abort systems. " " DE0: Time Stamp Reset " DE1: Beam Gate ON " DE2: Beam Gate OFF " DE4: Permit/Abort System Reset end _c20066K