From 95c27b0fe4029ada88652a272c8f2c957807b432 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Thu, 17 Feb 2005 20:23:58 +0000 Subject: [PATCH] begin/end comments --- iocBoot/iocvxWorks/camac.cmd | 4 +++- iocBoot/iocvxWorks/dac128V.cmd | 4 ++++ iocBoot/iocvxWorks/industryPack.cmd | 4 ++++ iocBoot/iocvxWorks/ip330.cmd | 4 ++++ iocBoot/iocvxWorks/ipUnidig.cmd | 4 ++++ iocBoot/iocvxWorks/quadEM.cmd | 4 ++++ iocBoot/iocvxWorks/save_restore.cmd | 5 +++++ 7 files changed, 28 insertions(+), 1 deletion(-) diff --git a/iocBoot/iocvxWorks/camac.cmd b/iocBoot/iocvxWorks/camac.cmd index 9b42a76..f216e7b 100644 --- a/iocBoot/iocvxWorks/camac.cmd +++ b/iocBoot/iocvxWorks/camac.cmd @@ -1,4 +1,5 @@ -# 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 --------------------------------------------------------------- diff --git a/iocBoot/iocvxWorks/dac128V.cmd b/iocBoot/iocvxWorks/dac128V.cmd index c19bb7c..bf003c8 100644 --- a/iocBoot/iocvxWorks/dac128V.cmd +++ b/iocBoot/iocvxWorks/dac128V.cmd @@ -1,3 +1,6 @@ + +# 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 ------------------------------------------------------------- diff --git a/iocBoot/iocvxWorks/industryPack.cmd b/iocBoot/iocvxWorks/industryPack.cmd index ee3955d..cf8b194 100644 --- a/iocBoot/iocvxWorks/industryPack.cmd +++ b/iocBoot/iocvxWorks/industryPack.cmd @@ -1,3 +1,6 @@ + +# 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 -------------------------------------------------------- diff --git a/iocBoot/iocvxWorks/ip330.cmd b/iocBoot/iocvxWorks/ip330.cmd index b794417..ba496e3 100644 --- a/iocBoot/iocvxWorks/ip330.cmd +++ b/iocBoot/iocvxWorks/ip330.cmd @@ -1,3 +1,6 @@ + +# 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 --------------------------------------------------------------- diff --git a/iocBoot/iocvxWorks/ipUnidig.cmd b/iocBoot/iocvxWorks/ipUnidig.cmd index bf17d16..9e71dad 100644 --- a/iocBoot/iocvxWorks/ipUnidig.cmd +++ b/iocBoot/iocvxWorks/ipUnidig.cmd @@ -1,3 +1,6 @@ + +# 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 ------------------------------------------------------------ diff --git a/iocBoot/iocvxWorks/quadEM.cmd b/iocBoot/iocvxWorks/quadEM.cmd index 6acc11c..c18017d 100644 --- a/iocBoot/iocvxWorks/quadEM.cmd +++ b/iocBoot/iocvxWorks/quadEM.cmd @@ -1,3 +1,6 @@ + +# 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 -------------------------------------------------------------- diff --git a/iocBoot/iocvxWorks/save_restore.cmd b/iocBoot/iocvxWorks/save_restore.cmd index 84628ae..8c5e86e 100644 --- a/iocBoot/iocvxWorks/save_restore.cmd +++ b/iocBoot/iocvxWorks/save_restore.cmd @@ -1,3 +1,6 @@ + +# 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 -------------------------------------------------------- -- GitLab