From ecf80e70658c6212cf70a4e07eb9809e089632ab Mon Sep 17 00:00:00 2001 From: MarkRivers <rivers@cars.uchicago.edu> Date: Mon, 4 Oct 2004 03:47:26 +0000 Subject: [PATCH] New file with IP configuration --- iocBoot/iocvxWorks/industryPack.cmd | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 iocBoot/iocvxWorks/industryPack.cmd diff --git a/iocBoot/iocvxWorks/industryPack.cmd b/iocBoot/iocvxWorks/industryPack.cmd new file mode 100644 index 0000000..7fdadc5 --- /dev/null +++ b/iocBoot/iocvxWorks/industryPack.cmd @@ -0,0 +1,35 @@ +# This configures the Industry Pack Support + +# First carrier +# slot a: IP-Octal (serial RS-232) +# slot b: IpUnidig (digital I/O) +# slot c: Ip330 (A/D converter) +# slot d: Dac128V (D/A converter) + +############################################################################### +# Initialize IP carrier +# ipacAddCarrier(ipac_carrier_t *pcarrier, char *cardParams) +# pcarrier - pointer to carrier driver structure +# cardParams - carrier-specific init parameters + +# Select for MVME162 or MVME172 CPU board IP carrier. +#ipacAddMVME162("A:l=3,3 m=0xe0000000,64;B:l=3,3 m=0xe0010000,64;C:l=3,3 m=0xe0020000,64;D:l=3,3 m=0xe0030000,64") + +# Select for SBS VIPC616-01 version IP carrier. +#ipacAddVIPC616_01("0x3000,0xa0000000") +#ipacAddVIPC616_01("0x3400,0xa2000000") + +# Print out report of IP modules +ipacReport(2) + +# Note: the SBS Octal-232 modules are configured in serial.cmd + +# Systran DAC128V +< dac128V.cmd + +# Analog I/O (Acromag IP330 ADC) +< ip330.cmd + +# SBS IpUnidig digital I/O +< ipUnidig.cmd + -- GitLab