From 293dcff0ac407f1d71d7eb43a4c0085090e9abd7 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Thu, 11 May 2006 19:15:32 +0000 Subject: [PATCH] Added stuff for array calcs and XIA slit --- iocBoot/iocvxWorks/auto_settings.req | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/iocBoot/iocvxWorks/auto_settings.req b/iocBoot/iocvxWorks/auto_settings.req index ab4a935..eebe16b 100644 --- a/iocBoot/iocvxWorks/auto_settings.req +++ b/iocBoot/iocvxWorks/auto_settings.req @@ -116,6 +116,9 @@ $(P)userTranEnable.VAL file userStringCalcs10_settings.req P=$(P) $(P)userStringCalcEnable.VAL +file userArrayCalcs10_settings.req P=$(P) +$(P)userArrayCalcEnable.VAL + # string-sequence records file sseq_settings.req P=$(P),S=Sseq1 file sseq_settings.req P=$(P),S=Sseq2 @@ -145,9 +148,14 @@ $(P):R_Load $(P):R_Mem # orientation matrix -file orient_settings.req P=$(P),O=1 -file orient_settings.req P=$(P),O=2 -file orient_xtals_settings.req P=$(P),O=1 +#file orient_settings.req P=$(P),O=1 +#file orient_xtals_settings.req P=$(P),O=1 # pvHistory file pvHistory.req P=$(P),N=1 + +# XIA slit +$(P)hsc1:hID +$(P)hsc1:vID +$(P)hsc1:enable +$(P)hsc1:debug -- GitLab