Difference between revisions of "PADC and TDC"

From New IAC Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[UNCL_DAQ_Setup]]
 
[[UNCL_DAQ_Setup]]
  
 +
==PADC address==
 +
[[File:PADC Address.jpg|200 px|PADC VME Adress]]
 +
 +
const PDC_ADDR = 0x200000
 +
 +
SW1 (Bits 19-16) =0
 +
 +
SW2 (bits 23-20) =2
 +
 +
SW1 (bits 27-24) =0
 +
 +
SW2 (bits 31-28) =0
 +
 +
 +
== TDC address==
 +
 +
[[File:UNCLTDC1290B Address.jpg|200 px]]
 +
 +
 +
const C1190_ADDR = 0x610000
 +
const C1190_OFFSET = 0x10000
 +
 +
SW1 (Bits 19-16) =1
 +
 +
SW2 (bits 23-20) =6
 +
 +
SW1 (bits 27-24) =8
 +
 +
SW2 (bits 31-28) =0
  
[[File:TDC1290B Address.jpg|thumb]]
 
  
 
[[UNCL_DAQ_Setup]]
 
[[UNCL_DAQ_Setup]]
 +
[[File:TDC1290B Address.jpg|200 px]]

Latest revision as of 00:06, 12 May 2022

UNCL_DAQ_Setup

PADC address

PADC VME Adress

const PDC_ADDR = 0x200000

SW1 (Bits 19-16) =0

SW2 (bits 23-20) =2

SW1 (bits 27-24) =0

SW2 (bits 31-28) =0


TDC address

UNCLTDC1290B Address.jpg


const C1190_ADDR = 0x610000 const C1190_OFFSET = 0x10000

SW1 (Bits 19-16) =1

SW2 (bits 23-20) =6

SW1 (bits 27-24) =8

SW2 (bits 31-28) =0


UNCL_DAQ_Setup TDC1290B Address.jpg