Skip to content
Snippets Groups Projects
Commit 95c27b0f authored by mooney's avatar mooney
Browse files

begin/end comments

parent f3bf0f96
No related branches found
No related tags found
No related merge requests found
# CAMAC hardware
# BEGIN camac.cmd -------------------------------------------------------------
# Setup the ksc2917 hardware definitions
# These are all actually the defaults, so this is not really necessary
# num_cards, addrs, ivec, irq_level
......@@ -45,3 +46,4 @@ dbLoadRecords("$(STD)/stdApp/Db/scaler.db","P=xxx:,S=scaler1,C=0,DTYP=CAMAC scal
# Generic CAMAC record
dbLoadRecords("$(CAMAC)/camacApp/Db/generic_camac.db","P=xxx:,R=camac1,SIZE=2048")
# END camac.cmd ---------------------------------------------------------------
# BEGIN dac128V.cmd -----------------------------------------------------------
# Initialize Systran DAC
# initDAC128V(char *portName, int carrier, int slot)
# portName = name to give this asyn port
......@@ -7,3 +10,4 @@ initDAC128V("DAC1", 0, 3)
dbLoadTemplate("dac128V.substitutions")
# END dac128V.cmd -------------------------------------------------------------
# BEGIN industryPack.cmd ------------------------------------------------------
# This configures the Industry Pack Support
# First carrier
......@@ -41,3 +44,4 @@ ipacReport(2)
# SBS IpUnidig digital I/O
#< ipUnidig.cmd
# END industryPack.cmd --------------------------------------------------------
# BEGIN ip330.cmd -------------------------------------------------------------
# Initialize Acromag IP-330 ADC
# initIp330(
# const char *portName, int carrier, int slot,
......@@ -58,3 +61,4 @@ dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_2,DTYP=asynMCA,NCHAN=2
dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_3,DTYP=asynMCA,NCHAN=2048,INP=@asyn(Ip330Sweep1 2)")
dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_4,DTYP=asynMCA,NCHAN=2048,INP=@asyn(Ip330Sweep1 3)")
# END ip330.cmd ---------------------------------------------------------------
# BEGIN ipUnidig.cmd ----------------------------------------------------------
# Initialize Greenspring IP-Unidig
# initIpUnidig(char *portName,
# int carrier,
......@@ -20,3 +23,4 @@ initIpUnidig("Unidig1", 0, 1, 2000, 116, 0xfffffb, 0xfffffb)
# IP-Unidig binary I/O
dbLoadTemplate "IpUnidig.substitutions"
# END ipUnidig.cmd ------------------------------------------------------------
# BEGIN quadEM.cmd ------------------------------------------------------------
# initQuadEM(quadEMName, baseAddress, fiberChannel, microSecondsPerScan,
# maxClients, unidigName, unidigChan)
# quadEMName = name of quadEM object created
......@@ -31,3 +34,4 @@ dbLoadRecords("$(QUADEM)/quadEMApp/Db/quadEM_med_FFT.db", "P=xxx:quadEM_FFT:,NCH
# Database for fast feedback using quadEM and dac128V
dbLoadTemplate("quadEM_pid.substitutions")
# END quadEM.cmd --------------------------------------------------------------
# BEGIN save_restore.cmd ------------------------------------------------------
### save_restore setup
#
# The rest this file does not require modification for standard use, but...
......@@ -60,3 +63,5 @@ set_requestfile_path(std, "stdApp/Db")
set_requestfile_path(vme, "vmeApp/Db")
dbLoadRecords("$(AUTOSAVE)/asApp/Db/save_restoreStatus.db", "P=xxx:")
# END save_restore.cmd --------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment