From 8d05a78dc57ba616b0a25f91947b78fa63d41564 Mon Sep 17 00:00:00 2001
From: MarkRivers <rivers@cars.uchicago.edu>
Date: Sun, 27 Mar 2005 22:21:58 +0000
Subject: [PATCH] Changed from DMM to Ip330 for input

---
 iocBoot/iocvxWorks/pid_slow.substitutions | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/iocBoot/iocvxWorks/pid_slow.substitutions b/iocBoot/iocvxWorks/pid_slow.substitutions
index dbe8f24..cda5bbb 100755
--- a/iocBoot/iocvxWorks/pid_slow.substitutions
+++ b/iocBoot/iocvxWorks/pid_slow.substitutions
@@ -1,7 +1,9 @@
+# This file demonstrates slow feedback.  The initial INP and OUT assume the first channel
+# of an IP330 ADC connected to the first channel of a DAC128V DAC.
 file "$(STD)/stdApp/Db/pid_control.db"
 {
 pattern
-{P,      PID,       INP,           OUT,    LOPR,  HOPR,  DRVL,  DRVH,  PREC,   KP,  KI,   KD,  SCAN}
-{xxx:, PID1,  DMM1Ch3_calc.VAL, DAC1_1,   0,    100,     0,    5,     3,     0.2,  3.,   0.,  ".1 second"}
+{P,      PID,              INP,        OUT, LOPR,   HOPR,  DRVL, DRVH,  PREC,      KP,  KI,   KD,  SCAN}
+{xxx:,   pid_slow, xxx:IP300_1, xxx:DAC3_1,    0,    100,     0,    5,     3,     0.2,  3.,   0.,  ".1 second"}
 }
 
-- 
GitLab