From 18871e7a1541ba802d73c722174331d4244e6b81 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Fri, 7 May 2010 19:48:40 +0000
Subject: [PATCH] softGlue example

---
 iocBoot/iocvxWorks/industryPack.cmd | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/iocBoot/iocvxWorks/industryPack.cmd b/iocBoot/iocvxWorks/industryPack.cmd
index 8d3ec03..7e46493 100644
--- a/iocBoot/iocvxWorks/industryPack.cmd
+++ b/iocBoot/iocvxWorks/industryPack.cmd
@@ -6,7 +6,8 @@
 # First carrier
 # slot a: IP-Octal (serial RS-232)
 # slot b: IpUnidig (digital I/O)
-# slot c: Ip330 (A/D converter)
+# xxx slot c: Ip330 (A/D converter)
+# slot c: IP-EP201 (FPGA)
 # slot d: Dac128V (D/A converter)
 
 # Second carrier
@@ -30,16 +31,16 @@
 #    OR
 # ipacAddVIPC616_01("<a16 address>, <a24 address>, <size (kB) of a24 per module>")
 #
-ipacAddVIPC616_01("0x3000,0xa0000000")
-ipacAddVIPC616_01("0x3400,0xa2000000")
+#ipacAddVIPC616_01("0x3000,0xa0000000")
+#ipacAddVIPC616_01("0x3400,0xa2000000")
 
 # Select for Tews TVME-200 (also sold by SBS as VIPC626) version IP carrier.
 # Config string is hex values of the six rotary switches on the board.
 # In this example, the card is at a16 address 0x3000 ("30"), uses the interrupt
-# assignment ("2"), uses the 32-bit address space for module memory
+# assignment ("1"), uses the 32-bit address space for module memory
 # ("f"), and maps that memory to A32 address 0xa000000 ("a0")
-#ipacAddTVME200("302fa0")
-#ipacAddTVME200("342fa2")
+ipacAddTVME200("301fa0")
+#ipacAddTVME200("341fa2")
 
 # Print out report of IP modules
 ipacReport(2)
@@ -51,13 +52,12 @@ ipacReport(2)
 < dac128V.cmd
 
 # Analog I/O (Acromag IP330 ADC)
-< ip330.cmd
+#< ip330.cmd
 
 # SBS IpUnidig digital I/O
 < ipUnidig.cmd
 
-# user programmable glue electronics (Requires Acromag IP-EP201 with custom
-# firmware, and the softGlue module)
-#< softGlue.cmd
+# user programmable glue electronics (requires Acromag IP-EP201)
+< softGlue.cmd
 
 # END industryPack.cmd --------------------------------------------------------
-- 
GitLab