Difference between revisions of "VME modules"
Jump to navigation
Jump to search
(26 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | VME crate map | ||
+ | |||
+ | [[VME_AddressAsignment_Considerations]] | ||
+ | |||
+ | {| border="1" |cellpadding="20" cellspacing="0 | ||
+ | |colspan= "2" | Address | ||
+ | |- | ||
+ | | Module|| address | ||
+ | |- | ||
+ | |V775 || 0x610000 | ||
+ | |- | ||
+ | |V785 || 0x20000 | ||
+ | |- | ||
+ | |V792 || 0xee0000 | ||
+ | |- | ||
+ | |V260 || 0xda0000 | ||
+ | |- | ||
+ | |V1495 || 0x80110000 | ||
+ | |- | ||
+ | |VX1190 || 0x210000 | ||
+ | |- | ||
+ | |SIS3610 || 0x3800 | ||
+ | |- | ||
+ | |JlabF250 || 0 | ||
+ | |- | ||
+ | |Struck3332|| 0x40 | ||
+ | |} | ||
+ | |||
+ | [[CAEN_VX1190A_TDC]] <br> | ||
+ | |||
+ | [[CAEN_V1290A_TDC]]<br> | ||
[[CAEN_V260_Scalr]] <br> | [[CAEN_V260_Scalr]] <br> | ||
+ | |||
+ | |||
+ | [[CAEN_V488_TDC]] <br> | ||
+ | |||
+ | [[Struck_SIS3302_ADC]] | ||
[[CAEN_V775_TDC]] <br> | [[CAEN_V775_TDC]] <br> | ||
− | [http://www.iac.isu.edu | + | [[CAEN_V792_ADC]] <br> |
+ | |||
+ | [[CAEN_V1495_IO]] <br> | ||
+ | |||
+ | [[JLAB_PLX_LVDS]] | ||
+ | |||
+ | [[JLab_F250ADC]] | ||
+ | |||
+ | [[CAEN_V785N_ADC]] | ||
+ | |||
+ | |||
+ | SIS3320_FlashADC http://www.struck.de/sis3320.htm | ||
+ | |||
+ | <pre> | ||
+ | |||
+ | CAEN1495 >make | ||
+ | ccppc -fno-builtin -fno-for-scope -fstrength-reduce -mlongcall -mcpu=604 -DCPU=PPC604 -DVXWORKS -D_GNU_TOOL -DVXWORKSPPC -I/usr/local/coda/2.5/common/include/ -I../h -c -o v1495Lib.o v1495Lib.c | ||
+ | In file included from ../h/types/vxArch.h:102, | ||
+ | from ../h/types/vxANSI.h:45, | ||
+ | from ../h/stdio.h:57, | ||
+ | from v1495Lib.c:67: | ||
+ | ../h/arch/ppc/archPpc.h:106: syntax error before `typedef' | ||
+ | make: *** [all] Error 1 | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | [http://wiki.iac.isu.edu/index.php/Data_Acquisition Back to DAQ] | ||
+ | [[Data_Acquisition]] Back to DAQ |
Latest revision as of 21:37, 15 November 2016
VME crate map
VME_AddressAsignment_Considerations
Address | |
Module | address |
V775 | 0x610000 |
V785 | 0x20000 |
V792 | 0xee0000 |
V260 | 0xda0000 |
V1495 | 0x80110000 |
VX1190 | 0x210000 |
SIS3610 | 0x3800 |
JlabF250 | 0 |
Struck3332 | 0x40 |
SIS3320_FlashADC http://www.struck.de/sis3320.htm
CAEN1495 >make ccppc -fno-builtin -fno-for-scope -fstrength-reduce -mlongcall -mcpu=604 -DCPU=PPC604 -DVXWORKS -D_GNU_TOOL -DVXWORKSPPC -I/usr/local/coda/2.5/common/include/ -I../h -c -o v1495Lib.o v1495Lib.c In file included from ../h/types/vxArch.h:102, from ../h/types/vxANSI.h:45, from ../h/stdio.h:57, from v1495Lib.c:67: ../h/arch/ppc/archPpc.h:106: syntax error before `typedef' make: *** [all] Error 1
Back to DAQ Data_Acquisition Back to DAQ