# # WIDAR CPCC properties. # # KJRyan 2008.03.20 # # # RpmibGui should be the only one using these # 2009.01.14 - widar.system.RackPanel now uses them too # 2009.02.04 - All of CPCC software can use these # 2017.12.28 - No cpcc's (cpcc, cpcc-new, nitest) should be using # this - they have their own local version at: # /opt/services/cpcc_name/properties. # This directory contains property files that are # used when no WIDAR_PROPERTIES_URL environment # variable is specified at startup. # name.cpcc1 = cpcc1.evla.nrao.edu name.cpcc2 = cpcc2.evla.nrao.edu name.aoc1 = nitest.aoc.nrao.edu name.aoc2 = cpcc-new.aoc.nrao.edu name.ptc = cpcctest.evla.nrao.edu # name.cpcctest = cpcctest.evla.nrao.edu name.drao = labpc1.drao.nrc.ca name.nitest = nitest.aoc.nrao.edu ip.cpcc.1 = 10.80.100.237 ip.cpcc.2 = 10.80.100.238 ip.cpcc.ptc = 10.80.100.23 ip.cmib # # PTC Rack Board IDs/IPs # id.ptc.board.station.1 = sb0001 ip.ptc.board.station.1 = 10.80.99.11 #id.ptc.board.station.2 = sb0002 #ip.ptc.board.station.2 = 10.80.99.12 id.ptc.board.station.3 = sb0006 ip.ptc.board.station.3 = 10.80.99.14 id.ptc.board.station.4 = sb0004 ip.ptc.board.station.4 = 10.80.99.15 id.ptc.board.baseline.1 = bb2002 ip.ptc.board.baseline.1 = 10.80.99.13 #deprecate url.rack.state = http://[cpcc]/cpcc? #deprecate cpcc.ip.ptc = 10.80.100.23 # # Forward/reverse map of PCI slot to WIDAR Rack. # Each NI-6509 DAQ board resides in one slot of the CPCC's PCI # bus and is physically wired to one Rack in the correlator. # This propertly list maps that association. # # 2008.06.17 This is no longer used as the cpcc creates its own map # based on the rack IDs as read from the RPMIBs. We'll keep this # around though in case we use it instead. # # 2008.10.28 This is back in use as it proved dangerous to discover # rack ID via H/W. We had a bad rack ID reported by rack 107's RPMIB # or NI6509 board. So is is safer to describe the system here as we # want it to be and then test that the actual h/w reflects this or # alarm if not. The (commented out) 'rack' properties are still derived # by discovery of which slots have NI6509's in them. # # deprecate these in favor of those that follow them ptc.rackId = 131 ptc.pciSlot = 2 ptc.map.rack.to.pci.131 = 2 ptc.map.pci.to.rack.2 = 131 nitest.map.rack.to.pci.131 = 0 nitest.map.rack.to.pci.131 = 2 nitest.map.pci.to.rack.0 = 131 nitest.map.pci.to.rack.2 = 131 drao.map.rack.to.pci.131 = 9 drao.map.pci.to.rack.9 = 131 map.pci.to.rack.0 = 001 map.pci.to.rack.1 = 002 map.pci.to.rack.2 = 003 map.pci.to.rack.3 = 004 map.pci.to.rack.4 = 005 map.pci.to.rack.5 = 006 map.pci.to.rack.6 = 007 map.pci.to.rack.7 = 008 map.pci.to.rack.8 = 101 map.pci.to.rack.9 = 102 map.pci.to.rack.10 = 103 map.pci.to.rack.11 = 104 map.pci.to.rack.12 = 105 map.pci.to.rack.13 = 106 map.pci.to.rack.14 = 107 map.pci.to.rack.15 = 108 map.rack.to.pci.001 = 0 map.rack.to.pci.002 = 1 map.rack.to.pci.003 = 2 map.rack.to.pci.004 = 3 map.rack.to.pci.005 = 4 map.rack.to.pci.006 = 5 map.rack.to.pci.007 = 6 map.rack.to.pci.008 = 7 map.rack.to.pci.101 = 8 map.rack.to.pci.102 = 9 map.rack.to.pci.103 = 10 map.rack.to.pci.104 = 11 map.rack.to.pci.105 = 12 map.rack.to.pci.106 = 13 map.rack.to.pci.107 = 14 map.rack.to.pci.108 = 15