module _C27937A3; title 'CAMAC 279 V16.0 06-apr-2018 Checksum: 162E' C27937A3 device 'F153'; "Pin definitions B0,B1,B2,B3,B4,B5,B6,B7 pin 1,2,3,4,5,7,8,9; ET1P,ET0P,ET1,ET0 pin 11,12,13,14; DV,TDCE pin 6,15; GND,VCC pin 10,20; T1,T2,T3,T4 pin 16,17,18,19; event = [B7..B0]; equations !TDCE = !DV & (event == ^h9C) " $9C # !DV & (event == ^h9D); " $9D !T1 = !DV & (event == ^h9C); " $9C !T2 = !DV & (event == ^h9D); " $9D "DESCRIPTION: This PAL decodes TCLK events for the CAMAC 279 " module and the TDCE pulse. This PAL is unique " and is programmed for 279 [V16.0]. " " For this PAL: " TDCE = $9C,$9D " " T1 = Set ARM for Chan 0. " TCLK $9C " " T2 = Set ARM for Chan 1. " TCLK $9D " end _C27937A3