Page 3
Pickering Interfaces strives to fulfil all relevant environmental laws and regulations and reduce wastes and releases to the environment. Pickering Interfaces aims to design and operate products in a way that protects the environment and the health and safety of its employees, customers and the public. Pickering Interfaces endeavours to develop and manufacture products that can be produced, distributed, used and recycled, or disposed of, in a safe and environmentally friendly manner.
If this product is heavy reference should be made to the safety instructions for provisions of lifting and moving. STATIC SENSITIVE To indicate that static sensitive devices are present and handling precautions should be followed. Ethernet/AFDX/BroadR-Reach Fault Insertion Switch 40-201 Page (IV) REED RELAY MODULE 40-110/115/120/125 Page (IV)
Not to be used in safety critical circuits, refer to the Pickering Interfaces’ terms & conditions of sale. This module must not be used for the switching of Mains Circuits. For the switching of voltages up to the module’s full specification, Secondary Circuit power supplies and the Device Under Test must...
Page 8
• For suitably equipped products in the event of an emergency press the red “emergency stop” button situated on the front of the unit. Ethernet/AFDX/BroadR-Reach Fault Insertion Switch 40-201 Page (VIII) 2 AMP 1-POLE UHD MATRIX MODULES 40-575 / 576 / 577 / 578 / 579...
• Supported by PXI or LXI Chassis • Supported by eBIRST ™ • 3 Year Warranty The 40-201 is designed to simulate common faults on high speed two wire communication interfaces such as Ethernet. Differential Bus Switching We also offer the 40-736 and 40-737 multiplexers which are suitable It supports 4 or 8 channels of two wire serial connections and for switching Ethernet, USB and other serial communications signals.
Page 10
SECTION 1 - TECHNICAL SPECIFICATION Specifications pickering Ethernet Fault Insertion Switch – 40-201 Operating/Storage Conditions Relay Type The 40-201 is fitted with high quality EMR relays designed for Operating Conditions telecommunications use with a long service life. Operating Temperature: 0°C to +55°C Humidity:...
Page 11
• Alternative number of relays Connection Solutions catalog. • Different performance specifications Note: To use the 40-201 up to its full operating frequency, cables All customized products are given a unique part number, fully with twisted pairs must be used.
Page 12
We provide a full range of supporting cable and connector solutions for all our switching products—20 connector families with 1200+ products. We offer everything from simple mating connectors to complex cables assemblies and terminal blocks. All assemblies are manufactured by Pickering and are guaranteed to mechanically and electrically mate to our modules. Connectors & Backshells...
Page 13
Ethernet Fault Insertion Switch – 40-201 Programming Pickering provide kernel, IVI and VISA (NI & Keysight) drivers which are compatible with all Microsoft supported versions of Windows and popular older versions. For a list of all supporting operating systems, please see: pickeringtest.com/os...
8 or 4 channel differential fault insertion switch depending on the module type. The relays are energised via control signals from relay drivers U8 to U13 under control from the PCI interface and control logic. PXI HIGH BANDWIDTH TWO WIRE FAULT INSERTION MODULE 40-201 Relays RL1 to RL68...
Modular products require installation in a suitable PXI/LXI chassis. The module is designed for indoor use only. PREOPERATION CHECKS (UNPACKING) 1. Check the module for transport damage and report any damage immediately to Pickering Interfaces. Do not attempt to install the product if any damage is evident.
For a system comprising more than one chassis, turn ON the last chassis in the system followed by the penultimate, etc, and finally turn ON the external controller or chassis containing the system controller. 9. For Pickering Interfaces modular LXI installation there is no requirement to use any particular power up sequence.
Figure 3.2 - General Soft Front Panel Icon A selector panel will appear, listing all installed Pickering PCI, PXI or LXI switch cards and resistor cards. Click on the card you wish to control, and a graphical control panel is presented allowing operation of the card.
SECTION 4 - PROGRAMMING GUIDE PROGRAMMING OPTIONS FOR PICKERING INTERFACES PXI MODULES For information on the installation and use of drivers and the programming of Pickering’s products in various software environments, please refer to the Software User Manual. This is available as a download from: https://www.pickeringtest.com/support/software-drivers-and-downloads...
MODULE ARCHITECTURE The Pickering 40-201 Fault Insertion Switch is available in versions with either 8 or 4 channels, both versions have two fault buses which can be switched to one of two fault connections and a shorting bus as shown in the diagrams...
Page 23
SECTION 4 - PROGRAMMING GUIDE pickering The Pickering 40-201 module is designed with 7 sub-units. There are two modes of operation embedded within the module. Mode A partitions the switches into different sub-units with respect to their function and Mode B allows user to control all switches within one sub-unit.
Page 24
SUB-UNIT 6 FAULT BUS 1 FAULT BUS 2 SUB-UNIT 7 FAULT MUX SHORTING LINK Figure 4.4 - Fault Insertion Switch 40-201 Sub-Unit Allocation. TX_IN1 TX_OUT1 RX_IN1 RX_OUT1 Figure 4.5 - Restricted Usage - Two Fault Bus Relays on One Signal Path.
Page 25
DC_OUT DD_IN DD_OUT DD_IN DD_OUT Figure 4.6 - Restricted Usage - Permitted Relay Closure Examples (A relay closure shown in green is allowed and a red cross indicates a relay with restricted operation) Ethernet/AFDX/BroadR-Reach Fault Insertion Switch 40-201 Page 4.5...
SECTION 4 - PROGRAMMING GUIDE pickering PROGRAMMING THE MODULE Here are examples of using the drivers with the 40-201-008 (8-channel version) Using PILPXI To operate a relay the user could use the simple OpBit command or the WriteSub commands OpBit (Single Sub-Unit) DWORD sub_unit = 7;...
Page 27
33, VI_ON); // Connects Fault bus 1 to channel DA1+ pipx40_setChannelState(vi, sub_unit, 65, VI_ON); // Connects input F1b to Fault bus 1 pipx40_setChannelState(vi, sub_unit, 65, VI_OFF); // Connects input F1a to Fault bus 1 // (Default state) Ethernet/AFDX/BroadR-Reach Fault Insertion Switch 40-201 Page 4.7...
Page 28
= 1; // Connects input F1b to Fault bus 1 pipx40_setChannelPattern( card_num, sub_unit, data); sub-unit = 6 // Shorting link relays data[0] = 0; // All Shorting link relays disabled pipx40_setChannelPattern( card_num, sub_unit, data); Ethernet/AFDX/BroadR-Reach Fault Insertion Switch 40-201 Page 4.8...
Page 29
// Connects input F1b to Fault bus 1 pi40iv_Disconnect(vi, comE1, chE1); // Connects input F1a to Fault bus 1 // (Default state) Note: The IVI Swtch driver specification contains no bulk setting capabilities. Ethernet/AFDX/BroadR-Reach Fault Insertion Switch 40-201 Page 4.9...
Page 30
SECTION 4 - PROGRAMMING GUIDE pickering Table 4.1 - Channel Name Table for 40-201-008 (8-channel) BIT / RELAY FUNCTION / CHANNEL NAME CROSS REFERENCE TABLE (40-201-008) Sub- Sub- Function IVI Channel Name Function IVI Channel Name Unit Unit DA1+ ISOLATION...
Page 31
SECTION 4 - PROGRAMMING GUIDE pickering Table 4.1 - Channel Name Table for 40-201-008 (8-channel) - Continued BIT / RELAY FUNCTION / CHANNEL NAME CROSS REFERENCE TABLE (40-201-008) Sub- Sub- Function IVI Channel Name Function IVI Channel Name Unit Unit...
Page 32
SECTION 4 - PROGRAMMING GUIDE pickering Table 4.2 - Channel Name Table for 40-201-004 (4-channel) BIT / RELAY FUNCTION / CHANNEL NAME CROSS REFERENCE TABLE (40-201-004) Sub- Sub- Function IVI Channel Name Function IVI Channel Name Unit Unit DA1+ ISOLATION...
USING PICKERING DRIVERS IN LabVIEW Most Pickering drivers include a LabVIEW wrapper to permit full operation of the Pickering product from the LabVIEW environment. These wrappers are normally installed to the current LabVIEW folder system during installation of the Pickering driver.
PCI configuration, highlighting any potential configuration problems. Specific details of all installed Pickering switch cards are included. All the installed Pickering switch cards should be listed in the “Pilpxi information” section - if one or more cards is missing it may be possible to determine the reason by referring to the PCI configuration dump contained in the report, but interpretation of this information is far from straightforward, and the best course is to contact Pickering support: support@pickeringtest.com, if possible...
For PXI modules which are supported in one of Pickering Interfaces’ Modular LXI Chassis (such as the 60-102B and 60-103B) no module software update is required. If the module was introduced after the LXI chassis was manufactured the module may not be recognized, in this case the chassis firmware may need upgrading.
Page 42
The table shows which relays are fitted to each version of the module; Relays highlighted in blue are fitted to both the -004 and -008 versions, those highlighted in yellow are only fitted to the -008. RELAY LOOK-UP TABLE - 40-201 Relay...
Need help?
Do you have a question about the 40-201 and is the answer not in the manual?
Questions and answers