Reply by Mac Decman February 24, 20122012-02-24
Thought I would post this here in case someone is searching for it as
I was.  There seems to be no online reference except the PXI reference
document its self.  I came up with a correct pxisys.ini for a cPCI
chassis with PXI cards in slot 3,4,5 (you can move them to any three
slots)  where the PXI signal bus is exported to the J2 connector on
the rear of the chassis.  Might come in handy if you want to route
triggers and PXICLK10  signals onto your PXI cards.  These routes are
disabled by default on a cPCI chassis for the NI cards.

[Version]
Major = 2
Minor = 1

[PXI System]
ChassisList = 1

[Chassis1]
Model = "ADLINK CPCIS-2630"
Vendor = "ADLINK Inc."
PCIBusSegmentList = 1
SlotList = 1,2,3,4,5,6,7,8
TriggerBusList = 1,2,3
StarTriggerList = None


[Chassis1PCIBusSegment1]
SlotList = 1,2,3,4,5,6,7,8

[Chassis1TriggerBus1]
SlotList = 3

[Chassis1TriggerBus2]
SlotList = 4

[Chassis1TriggerBus3]
SlotList = 5

[Chassis1Slot1]
PCISlotPath = None
PCIBusNumber = None
PCIDeviceNumber = None
LocalBusLeft = None
LocalBusRight = None
ExternalBackplaneInterface = None

[Chassis1Slot2]
PCISlotPath = A0
PCIBusNumber = 0
PCIDeviceNumber = 20
LocalBusLeft = None
LocalBusRight = None
ExternalBackplaneInterface = None

[Chassis1Slot3]
PCISlotPath = 98
PCIBusNumber = 0
PCIDeviceNumber = 19
LocalBusLeft = Slot4
LocalBusRight = None
ExternalBackplaneInterface = None

[Chassis1Slot4]
PCISlotPath = 90
PCIBusNumber = 0
PCIDeviceNumber = 18
LocalBusLeft = Slot5
LocalBusRight = Slot3
ExternalBackplaneInterface = None

[Chassis1Slot5]
PCISlotPath = 88
PCIBusNumber = 0
PCIDeviceNumber = 17
LocalBusLeft = None
LocalBusRight = Slot4
ExternalBackplaneInterface = None

[Chassis1Slot6]
PCISlotPath = 80
PCIBusNumber = 0
PCIDeviceNumber = 16
LocalBusLeft = None
LocalBusRight = None
ExternalBackplaneInterface = None

[Chassis1Slot7]
PCISlotPath = 78
PCIBusNumber = 0
PCIDeviceNumber = 15
LocalBusLeft = None
LocalBusRight = None
ExternalBackplaneInterface = None

[Chassis1Slot8]
PCISlotPath = 70
PCIBusNumber = 0
PCIDeviceNumber = 14
LocalBusLeft = None
LocalBusRight = None
ExternalBackplaneInterface = None



Hope this might help someone,
Mark DeArman