The SMD components used on Schroff PXI backplanes lead to a much lower failure rate than conventional components. Schroff uses ceramic capacitors on the PXI backplanes to gain a better noise reduction at frequencies above 10MHz.
ChassisGND conductive spring washers are recommended instead of isolating ones. VI/O Schroff PXI backplanes have a complete power plane for the VI/O voltage. The VI/O plane can be connected using a bridge on the power bugs to +3.3V or +5V.
PXI Manual Bridge Applications PXI Bridge CPCI and PXI has been designed to accommodate up to 8 modules on a bus segment. Installing a bridge module on a bus segment consumes one of the loads on the segment but creates a new bus segment with up to 7 additional modules. The bridge module handles all communication between the bus segments.
PXI Manual PXI Implementation Overview PXI Architecture and Implementation Details of the PXI Architecture can be found in the PXI Specification, downloadable at www.pxisa.org. Bus Interface PXI uses the CompactPCI/PCI Bus to transfer data between CPU and peripheral cards. The maximum throughput for a 32 Bit / 33 MHz system is 132 MB/s, the maximum throughput for a 64 Bit / 66 MHz system is 528 MB/s.
Local Bus. Schroff PXI Backplanes are designed for a current carrying capacity of 400 mA. The PXI specification only demands 200 mA. If you want to make use of the higher capacity, make sure it is supported by the used peripheral boards.
Page 7
PXI Manual PXI Implementation Star Trigger line connected with... Star Trigger line connected with... PXI_STAR0 PXI_STAR prim. BP, Slot 3 PXI_STAR9 PXI_STAR tert. BP Slot1 or PXI_STAR1 PXI_STAR prim. BP, Slot 4 PXI_STAR tert. BP Slot2 or PXI_STAR2 PXI_STAR prim. BP, Slot 5 PXI_STAR tert.
Page 8
PXI Manual PXI Implementation Page 7 of 25...
PXI Manual Software Installation, PXI Bridge Software Installation, PXI Bridge (for Windows 2000) Installation of the Software Interface To install the software on your system, double click setup.exe In the next window you find general information. Confirm by clicking “OK”. The following window looks like this: Page 14 of 25...
Page 16
PXI Manual Software Installation, PXI Bridge Click the large button (the computer symbol) to continue installation. By clicking “Verzeichnis wechseln” you can change the installation folder. Setup creates a new program group called “MarekMicro GmbH” and inserts the element “PXI Bridge Configuration”.
Page 17
PXI Manual Software Installation, PXI Bridge Double click „System“. Choose the register “Hardware” and click “Device Manager”. Now check the tree named “System Devices” for entries “PCI Standard-PCI-to-PCI-Bridge” and remove these entries by hitting the delete key on your keyboard. Usually it is OK to only remove the uppermost entry as the following entries will then also be removed.
Page 18
PXI Manual Software Installation, PXI Bridge In the next window confirm by clicking the “OK” button and restart your system when asked, so Windows can load the driver for the PXI bridge. After rebooting the plug and play manager finds the “new” hardware. Now the correct driver will be installed.
PXI Bus Configuration Tool Introduction Schroff PXI Bridges allow cascading of several backplane segments. The first backplane segment, the primary backplane, contains a system slot for the CPU and six peripheral slots. All other backplane segments only contain up to seven peripheral slots for use with PXI modules. The maximal usage with 21 slots looks like this: Use the PXI Bus Configuration Tool to configure the PXI bridges.
Page 20
PXI Manual Configuration, PXI Bus In the right column there are the bi-directional and buffered PXI trigger bus signals. Connections in both directions can be used. By clicking any of the signals, an arrow pointing to the secondary side occurs. If a trigger signal to the opposite direction is needed, the signal has to be clicked another time.
Registry Entries Following keys must be entered in the target system’s registry. If the Schroff PXI Bridge Configuration Software and driver are installed as described in this manual, these entries are already existing.
Page 22
PXI Manual Description, Driver Interface ReadFile() This function is not supported by the PXI bridge driver. WriteFile() This function is not supported by the PXI bridge driver. CloseFile() This function is used by the application to close the driver. After calling this function no more accesses by the application are possible.
Page 23
PXI Manual Description, Driver Interface sizeof(ULONG), // Length of Output-Buffer &ReturnSize, // No. of Bytes written to Output-Buffer 0); // overlapped structure = 0 ..printf ("PXIBRIDGE Driver Revision; %d\n", dat); PXIBRIDGE_IOCTL_GET_NMB_OF_BRIDGES This function returns the number of PXI bridges installed in the system. Example: #include "...
Page 24
PXI Manual Description, Driver Interface Example: #include " pxiBridge.h” BOOL brCfgReturn; // Return code; BR_CONFIG brCfg; // Structure ULONG returnSize; // Size of returned bytes. ULONG dat; // Dummy variable brCfg.ConfigBridge1= xxx; // Config Value for Bridge 1 brCfg.ConfigBridge2= xxx; // Config Value for Bridge 2 IoctlReturn = DeviceIoControl( DriverHandle, // Handle to driver PXIBRIDGE_IOCTL_WRITE_GPIO, // Function number &brCfg, // Address of Input-Buffer...
Page 25
PXI Manual Description, Driver Interface Example: #include " pxiBridge.h” BOOL brCfgReturn; // Return code; BR_CONFIG brCfg; // Structure ULONG returnSize; // Size of returned bytes. USHORT dat; // Dummy variable brCfg.ConfigBridge1= xxx; // Config Value for Bridge 1 brCfg.ConfigBridge2= xxx; // Config Value for Bridge 2 IoctlReturn = DeviceIoControl( DriverHandle, // Handle to driver PXIBRIDGE_IOCTL_SAVE_DEFAULT, // Function number &brCfg, // Address of Input-Buffer...
Need help?
Do you have a question about the Schroff PXI and is the answer not in the manual?
Questions and answers