module _c20113J; title 'CAMAC 201 ABORT LINK GENERATOR MODULE, P1 BEAM PERMIT A. Mason 10-14-98 Checksum: 124C' c20113J device 'F153'; "Pin definitions B7,B6,B5,B4,B3,B2,B1,B0 pin 1,2,3,4,5,6,7,8; EN pin 9; EP1 pin 11; GND,VCC pin 10,20; event = [B7..B0]; equations EP1 = !EN & (event == ^h38) "$38 (SWYD BP System Reset) # !EN & (event == ^h48) "$48 (TeV BP/Abort System Reset) # !EN & (event == ^h88); "$88 (PBAR BP System Reset) "DESCRIPTION: " " This PLA gives an output whenever any of event $38 + " $48 + $88 is decoded. " This PAL is for the P1 BP system only. " " Broadcasts 5MHz continuously " Remove IC at U6 " Connect U8-7 to U6-8. " " The C201 module location for P1 is in F17 service bldg., MI $9F N19. end _c20113J