Skip to content
Snippets Groups Projects
Commit 63fa459c authored by rivers's avatar rivers
Browse files

Added more comments

parent 03b1d95d
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@
# slot c: Ip330 (A/D converter)
# slot d: Dac128V (D/A converter)
# Second carrier
# slot a: Empty
# slob b: IP-488 (GPIB)
# slot c: IP-Octal (serial RS-232)
# slot d: Empty
###############################################################################
# Initialize IP carrier
# ipacAddCarrier(ipac_carrier_t *pcarrier, char *cardParams)
......@@ -19,21 +25,22 @@
#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")
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("301fa0")
#ipacAddTVME200("341fa2")
# Print out report of IP modules
ipacReport(2)
# Note: the SBS Octal-232 modules are configured in serial.cmd
# and the SBS IP-488 modules are configured in gpib.cmd
# Systran DAC128V
< dac128V.cmd
......@@ -42,6 +49,6 @@ ipacReport(2)
< ip330.cmd
# SBS IpUnidig digital I/O
#< ipUnidig.cmd
< ipUnidig.cmd
# END industryPack.cmd --------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment