From d3ea6842e533a796500ce2305488a4c346eb71a7 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Wed, 5 Jan 2005 18:29:45 +0000 Subject: [PATCH] New ip carrier: Tews TVME-200 (also sold by SBS as VIPC626) --- iocBoot/iocvxWorks/industryPack.cmd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/iocBoot/iocvxWorks/industryPack.cmd b/iocBoot/iocvxWorks/industryPack.cmd index 7fdadc5..ee3955d 100644 --- a/iocBoot/iocvxWorks/industryPack.cmd +++ b/iocBoot/iocvxWorks/industryPack.cmd @@ -19,6 +19,14 @@ #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 default +# interrupt assignment ("1"), uses the 32-bit address space for module memory +# ("f"), and maps that memory to A32 address 0xa000000 ("a0") +ipacAddTVME200("301fa0") +#ipacAddTVME200("341fa2") + # Print out report of IP modules ipacReport(2) @@ -31,5 +39,5 @@ ipacReport(2) < ip330.cmd # SBS IpUnidig digital I/O -< ipUnidig.cmd +#< ipUnidig.cmd -- GitLab