C068 TCLK Processor for C070/071

Available Documentation

 [DUCAR.DOC]CMC068.OPC
 [DUCAR.DOC]CMC068.VER  RJD 10-20-95
 PALS DOCUMENTATION

CAMAC 068 Module: TCLK Processor for 070/071
[DUCAR.DOC] CMC068.OPC

	F(1) A(0):  Read Module Status
	            R1: Enabled
	F(6) A(0):  Read Module Number
		    068 Decimal, 44 Hex
	F(7) A(0):  No-op Read
		    No data are returned.
	F(9) A(0):  Clear Module
	            Sets the Enable state true.
	F(24) A(0): Disable
	F(25) A(0): Generate Initialize
	F(26) A(0): Enable
	F(27) A(0): Generate Sequence

	   Q and X are returned immediately for all valid codes.
	This module never asserts LAM.
	   The Enable/Disable functions are not generally defined
	as to their functions.  Refer to [DUCAR.DOC]CMC068.VER
	for implementation details.
						R. Ducar
						2-26-86

CAMAC 068 Module Versions
[DUCAR.DOC] CMC.VER RJD 10-20-95

	  The 068 module, while not supporting a unique version 
	number, is configurable to specific applications.  Most
	of the uniqueness involves generation of a unique PAL 
	for IC Location #10.  One jumper option on board selects
	either 1 MHz or 1 KHz pure clock from the TCLK decoder
	chip.  An second jumper option selects either full or 
	half frequency.  If pertinent to the installation, these
	options should be checked upon module installation or
	replacement.
	  068 modules are normally installed as a companion to
	a CAMAC 070 module.  The 068 effectively interfaces
	TCLK and can provide decoding of events that are to 
	serve as "Initialize" or "Sequence" inputs to the 070.
	The module can also provide base clock to the 070.
	  Certain of the modules have been modified to provide
	base clock of 100 KHz and 10 KHz for selected applications.
	Details of necessary circuit modifications are separately
	available.	
	  Some details of installed "versions" are as follows.  
	Also refer to associated PAL files for additional 
	implementation details.
	#1:	SWYD $04 N13	PAL 06810D.DAT	100 KHz Clock
		Supports generation of TCLK event $34.  Companion
		070 resides in slots N14 and N15.
	#2:	SWYD $04 N10	PAL 06810A.DAT	100 KHz Clock
		Supports generation of TCLK event $4F.  Companion
		070 resides in slots N11 and N12.
	#3:	SWYD $07 N3	PAL 06810E.DAT	10 KHz Clock
		Supports generation of TCLK event $75.  Companion
		070 resides in slots N4 and N5.
	#4:	SWYD $07 N6	PAL 06810F.DAT	100 KHz Clock
		Supports generation of TCLK event $7A.  Companion
		070 resides in slots N7 and N8.

	#5:	BSTR $42 N13	PAL 06810C.DAT	??? Hz Clock
		Supports Booster Tune Meter Trigger System.  
		Companion 070 resides in slots N14 and N15.
		Installed for Jim Lackey.
	#6 +	PBAR AP-10 Service Building
		Some 068s thought to be here.  Specifics are
		not presently documented.  One of the modules
		is thought to provide a 500 KHz clock out.

PALS DOCUMENTATION

06803b06810a06810b
06810c06810d06810e
06810f

 

module 06803b
title ' CAMAC 068                                   R. DUCAR
 2-26-86 '
06803b device 'f153';
F16, F8, F4, F2, F1   pin 1,2,3,4,5;
A8, A4, A2, N  pin 6,7,8,9;
A1, S1, QX, DF6, DF1E  pin 11,12,13,14,15;
EN, ENB, DF27, DF25  pin 16,17,18,19;
H,L,X,Z = 1,0,.X.,.Z.;
"Use standard PALASM operators
@ALTERNATE
equations
 
 
 /QX = /N*F16*F8*F4*F2*/F1*A8*A4*A2*A1 +              "F(1)
       /N*F16*F8*/F4*/F2*A8*A4*A2*A1 +                "F(6-7)
       /N*F16*/F8*F4*F2*/F1*A8*A4*A2*A1 +             "F(9)
       /N*/F16*/F8*F4*A8*A4*A2*A1                     ;"F(24-27)
 
 /DF6 = /N*F16*F8*/F4*/F2*F1*A8*A4*A2*A1;
 
 /DF1E = /N*F16*F8*F4*F2*/F1*A8*A4*A2*A1*EN;
 
 ENB = /N*/F16*/F8*F4*F2*F1*A8*A4*A2*A1*/S1 +         "F(24) S1
       /EN;
 
 /DF27 = /N*/F16*/F8*F4*/F2*/F1*A8*A4*A2*A1*/S1;
 
 /DF25 = /N*/F16*/F8*F4*F2*/F1*A8*A4*A2*A1*/S1;
 
 EN = /N*F16*/F8*F4*F2*/F1*A8*A4*A2*A1*/S1 +          "F(9) S1
      /N*/F16*/F8*F4*/F2*F1*A8*A4*A2*A1*/S1 +         "F(26) S1
      /ENB;
 
 
"DESCRIPTION:  This PAL provides the NAF decoding for the CAMAC
               068 module.  A F(7)A(0) code for a no-op read is 
               included in the QX term. 
 
               This PAL is provided for the printed circuit ver-
 	      sion (RF-116) of this module.
end 06803b
 

 module 06810a
title ' CAMAC 068 at SWYD $04 N10 TCLK $4F Generation R. DUCAR
 10-17-95 '
06810a device 'f153';
B0, B1, B2, B3, B4   pin 1,2,3,4,5;
ED, B5, B6, B7  pin 6,7,8,9;
ENB, DF27, DF25, EXT2, EXT1  pin 11,12,13,14,15;
SP, IS, INIT, SEQ  pin 16,17,18,19;
H,L,X,Z = 1,0,.X.,.Z.;
"Use standard PALASM operators
@ALTERNATE
equations
 
 
 /INIT = /ED*/B7*B6*/B5*/B4*/B3*/B2*/B1*B0 +    " $41
         /DF25                                  ;" F(25)A(0)
 
 /IS = /INIT + /SEQ                 " Not Needed Externally
 
 /SP = /ED*/B7*B6*/B5*/B4*B3*B2*B1*B0           ;" $4F
 
 
"DESCRIPTION:  This PAL processes TCLK and associated signals for 
               the CAMAC 070 module at SWYD $04 N11 & N12.  This PAL
 	      is for a 068 installed in SWYD $04 N10.  The 068 has
 	      been further modified to provide a 100 KHz raw clock
 	      to the 070.
 
               The subject 070 generates multiple TCLK $4F events
 	      which are detected and provided as a convenience on 
 	      the "SP" front panel output.
 
               The "Advance" output of the 070 is buffered by the
 	      068 before connection to the 175 module $4F event
               request input.
 
               The Enable/Disable function is not used.  Initialize
 	      may be alternatively generated by a F(25)A(0) command.
end 06810a
 

module 06810b
title ' CAMAC 068                                  R. DUCAR
 7-18-90 '
06810b device 'f153';
B0, B1, B2, B3, B4   pin 1,2,3,4,5;
ED, B5, B6, B7  pin 6,7,8,9;
ENB, DF27, DF25, EXT2, EXT1  pin 11,12,13,14,15;
SP, IS, INIT, SEQ  pin 16,17,18,19;
H,L,X,Z = 1,0,.X.,.Z.;
"Use standard PALASM operators
@ALTERNATE
equations
 
 
 /SP = /ED*/B7*/B6*/B5*/B4*/B3*/B2*/B1*/B0               ;"00
 
 /IS = /DF25 + /DF27 + /EXT1 + /EXT2
 
 /INIT = /DF25 + /EXT1
 
 /SEQ = /DF27 + /EXT2
 
 
 
"DESCRIPTION:  This PAL decodes various TCLK events and ex-
 	      ternally applied signals to signals appropriate
               for a CAMAC 070 module.
 
               This is an initial/test version until users can
               make up their minds as to which clock events to
               use.   For this version, EXT1 serves as an Ini-
               tialize input and EXT2 serves as a Sequence in-
               put.
end 06810b
 

  module 06810c
title ' CAMAC 068                                  R. DUCAR
 7-10-91 '
06810c device 'f153';
B0, B1, B2, B3, B4   pin 1,2,3,4,5;
ED, B5, B6, B7  pin 6,7,8,9;
ENB, DF27, DF25, EXT2, EXT1  pin 11,12,13,14,15;
SP, IS, INIT, SEQ  pin 16,17,18,19;
H,L,X,Z = 1,0,.X.,.Z.;
"Use standard PALASM operators
@ALTERNATE
equations
 
 
 /SP = /ED*/B7*/B6*/B5*B4*/B3*/B2*/B1*/B0            ;" $10
 
 /IS = /INIT + /SEQ
 
 /INIT = /ED*/B7*/B6*/B5*/B4*/B3*/B2*/B1*/B0 +       " $00
         /ED*/B7*/B6*/B5*B4*/B3*/B2*B1*/B0 +         " $12
         /DF25 ;
 
 /SEQ = /ED*/B7*/B6*/B5*B4*/B3*/B2*B1*B0 +           " $13
        /DF27;
 
 
 
"DESCRIPTION:  This PAL decodes various TCLK events and ex-
 	      ternally applied signals to signals appropriate
               for a CAMAC 070 module.
 
               This is a version developed for the Booster Tune
               Meter Trigger System and is located at BSTR $42
               N13.  It has been installed for Jim Lackey.  The
 	      associated 070 module is located in slots N14 and
 	      N15 and is named B:THPING.
end 06810c
 

module 06810d
title ' CAMAC 068 at SWYD $04 N13  TCLK $34 Generation         R. DUCAR
 10-17-95 '
06810d device 'f153';
B0, B1, B2, B3, B4   pin 1,2,3,4,5;
ED, B5, B6, B7  pin 6,7,8,9;
ENB, DF27, DF25, EXT2, EXT1  pin 11,12,13,14,15;
SP, IS, INIT, SEQ  pin 16,17,18,19;
H,L,X,Z = 1,0,.X.,.Z.;
"Use standard PALASM operators
@ALTERNATE
equations
 
 
 /INIT = /EXT1 + /DF25      " External Timer Channel or F(25)A(0)
 
 /IS = /INIT + /SEQ         " Not Needed Externally
 
 /SP = /ED*/B7*/B6*B5*B4*/B3*B2*/B1*/B0         ;" $34
 
 
"DESCRIPTION:  This PAL processes TCLK and associated signals for 
               the CAMAC 070 module at SWYD $04 N14 & N15.  This PAL
 	      is for a 068 installed in SWYD $04 N13.  The 068 has
 	      been further modified to provide a 100 KHz raw clock
 	      to the 070.
 
               The subject 070 generates multiple TCLK $34 events
 	      which are detected and provided as a convenience on 
 	      the "SP" front panel output.
 
               Timer channel S:TSWIC serves as the "Initialize" for
 	      the 070.  The timer output should be connected to the
 	      EXT1 input (10R) of the 068.
 
               The "Advance" output of the 070 is buffered by the
 	      068 before connection to the 175 module $34 event
               request input.
 
               The Enable/Disable function is not used.  Initialize
 	      may be alternatively generated by a F(25)A(0) command.
end 06810d
 

module 06810e
title ' CAMAC 068 at SWYD $07 N3   TCLK $75 Generation         R. DUCAR
 10-24-95 '
06810e device 'f153';
B0, B1, B2, B3, B4   pin 1,2,3,4,5;
ED, B5, B6, B7  pin 6,7,8,9;
ENB, DF27, DF25, EXT2, EXT1  pin 11,12,13,14,15;
SP, IS, INIT, SEQ  pin 16,17,18,19;
H,L,X,Z = 1,0,.X.,.Z.;
"Use standard PALASM operators
@ALTERNATE
equations
 
 
 /INIT = /ED*/B7*B6*/B5*/B4*B3*/B2*/B1*B0 +      " $49
         /ED*B7*B6*/B5*/B4*/B3*/B2*B1*/B0 +      " $C2
         /DF25                                   ;" F(25)A(0)
 
 /SEQ = /EXT1                       ;" External Timer Channel
 
 /IS = /INIT + /SEQ                 " Not Needed Externally
 
 /SP = /ED*/B7*B6*B5*B4*/B3*B2*/B1*B0            ;" $75
 
 
"DESCRIPTION:  This PAL decodes various TCLK events and ex-
 	      ternally applied signals for the CAMAC 070 module 
 	      at SWYD $07 N4 & N5.  This PAL is for a 068 installed 
 	      in Switchyard $07 N3.  The 068 has been further modi-
 	      fied to provide a 10 KHz raw clock to the 070.  
 
 	      The subject 070 generates multiple TCLK $75 events
 	      which are detected and provided as a convenience on
 	      the "SP" front panel output.
 
 	      377 timer channel T:PRFRAM serves as "Sequence" for 
 	      the 070.  The timer output should be connected to the 
 	      EXT1 input (10R) of the 068.
 
 	      The "Advance" output of the 070 is buffered by the 
 	      068 before connection to the 175 module $75 event 
 	      request input.
 
 	      The Enable/Disable function is not used.  Initialize
 	      may be alternatively generated by a F(25)A(0) command.
 
 	      10-24-95 modification to detect $C2 instead of $C1.
end 06810e
 

module 06810f
title ' CAMAC 068 at SWYD $07 N6   TCLK $7A Generation         R. DUCAR
 10-17-95 '
06810f device 'f153';
B0, B1, B2, B3, B4   pin 1,2,3,4,5;
ED, B5, B6, B7  pin 6,7,8,9;
ENB, DF27, DF25, EXT2, EXT1  pin 11,12,13,14,15;
SP, IS, INIT, SEQ  pin 16,17,18,19;
H,L,X,Z = 1,0,.X.,.Z.;
"Use standard PALASM operators
@ALTERNATE
equations
 
 
 /INIT = /ED*/B7*/B6*B5*/B4*/B3*/B2*/B1 +       " $20 $21
         /ED*/B7*/B6*B5*/B4*B3*/B2*/B1*B0 +     " $29
         /ED*/B7*/B6*B5*/B4*B3*/B2*B1 +         " $2A $2B
         /ED*/B7*/B6*B5*/B4*B3*B2*/B1*B0 +      " $2D
         /ED*/B7*/B6*B5*/B4*B3*B2*B1*/B0 +      " $2E
         /DF25                                  ;" F(25)A(0)
 
 /IS = /INIT + /SEQ                  " Not Needed Externally
 
 /SP = /ED*/B7*B6*B5*B4*B3*/B2*B1*/B0           ;" $7A
 
 
"DESCRIPTION:  This PAL decodes various TCLK events and ex-
 	      ternally applied signals for the CAMAC 070 module 
 	      at SWYD $07 N7 & N8  This PAL is for a 068 installed 
 	      in Switchyard $07 N6.  The 068 has been further modi-
 	      fied to provide a 100 KHz raw clock to the 070.  
 
 	      The subject 070 generates multiple TCLK $7A events
 	      which are detected and provided as a convenience on
 	      the "SP" front panel output.
 
 	      The "Advance" output of the 070 is buffered by the 
 	      068 before connection to the 175 module $7A event 
 	      request input.
 
 	      The Enable/Disable function is not used.  Initialize
 	      may be alternatively generated by a F(25)A(0) command.
end 06810f

 

 

 

Security, Privacy, Legal