From 5004789aa00281b04671b63c60bb3b1ccdda3d66 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 30 Jul 2004 16:09:24 +0000 Subject: [PATCH] Added load for Joerger VS scaler, arrayTest database, and dbcar(0,1) diagnostic command --- iocBoot/iocvxWorks/st.cmd | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/iocBoot/iocvxWorks/st.cmd b/iocBoot/iocvxWorks/st.cmd index 30cf057..43c3308 100644 --- a/iocBoot/iocvxWorks/st.cmd +++ b/iocBoot/iocvxWorks/st.cmd @@ -154,6 +154,15 @@ dbLoadRecords("$(STD)/stdApp/Db/scaler.db","P=xxx:,S=scaler1,C=0,DTYP=Joerger VS # (3)interrupt vector (0=disable or 64 - 255) VSCSetup(1, 0xB0000000, 200) +# Joerger VS +# scalerVS_Setup(int num_cards, /* maximum number of cards in crate */ +# char *addrs, /* address (0x800-0xf800, 2048-byte (0x800) boundary) */ +# unsigned vector, /* valid vectors(64-255) */ +# int intlevel) +scalerVS_Setup(1, 0x2000, 205, 5) +#devScaler_VSDebug=0 +dbLoadRecords("$(STD)/stdApp/Db/scaler.db","P=xxx:,S=scaler3,C=0, DTYP=Joerger VS, FREQ=10000000") + ### Allstop, alldone # This database must agree with the motors and other positioners you've actually loaded. # Several versions (e.g., all_com_32.db) are in stdApp/Db @@ -367,6 +376,8 @@ dbLoadRecords("$(STD)/stdApp/Db/yySseq.db","P=xxx:,S=Sseq3") dbLoadRecords("$(STD)/stdApp/Db/4step.db", "P=xxx:") # interpolation dbLoadRecords("$(CALC)/calcApp/Db/interp.db", "P=xxx:") +# array test +dbLoadRecords("$(CALC)/calcApp/Db/arrayTest.db", "P=xxx:,N=2000") ### serial support ### @@ -671,3 +682,5 @@ saveData_Init("saveData.req", "P=xxx:") # If memory allocated at beginning free it now free(mem) + +dbcar(0,1) -- GitLab