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.
Page 4
PRODUCT SAFETY SAFETY SYMBOLS The following safety symbols may be used on the product and throughout the product documentation. MEANING / DESCRIPTION SYMBOL PROTECTIVE EARTH (GROUND) To identify any terminal which is intended for connection to an external conductor for protection against electric shock in case of a fault, or the terminal of a protective earth (ground) electrode.
PXI Versions Supported by PXI or LXI/USB Chassis y Kernel and VISA Drivers y 3 Year Warranty The 41-765 (PXI) and 43-765 (PXIe) are designed to meet the Typical applications of this module span across: 4 – 20 mA requirements of industrial control applications utilising current loops, analogue output modules, programmable current loops 4 –...
Page 8
SECTION 1 - TECHNICAL SPECIFICATION pickering Overview Analog Output Module, 41/43-765 Front Panel Connector DAC 1 External Power Vext1 Supply OUT1 4x Open /Short OUT2 Switches OUT3 Isolator OUT4 GND1 Backplane Power DAC 2 External Power Vext2 Supply OUT5 4x Open...
Page 9
Mechanical Characteristics data sheet where a complete list and documentation 41-765 - Single slot 3 U PXI (CompactPCI card). can be found for accessories, or refer to the Connection 43-765 - Single slot 3 U PXIe, compatible with PXIe hybrid Solutions catalog.
Page 10
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 11
Analog Output Module, 41/43-765 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 The VISA driver is also compatible with Real-Time Operating Systems such as LabVIEW RT.
Page 12
SECTION 1 - TECHNICAL SPECIFICATION pickering THIS PAGE INTENTIONALLY BLANK Page 1.6 PXI/PXIe Analog Output/Current Loop Simulator 41/43-765...
The 41/43-765 is designed to meet the requirements of industrial control applications utilising current loops 4 – 20mA. It is designed in the form of a typical PXI/PXIe module, supported by a PXI/PXIe, chassis or Pickering’s LXI/ USB chassis. The module is also designed to support PXIe communication but not as hybrid - please contact the Pickering sales office for details.
SECTION 2 - TECHNICAL DESCRIPTION pickering Connectivity Notes The 41/43-765 module doesn’t generally need an external PSU. The external PSU is only needed in cases where there are ground loops between the simulator module and DUT - this is a rare occurrence in majority of compact test systems, however, it can be a problem in systems spanning large distances.
Page 16
SECTION 2 - TECHNICAL DESCRIPTION pickering THIS PAGE INTENTIONALLY BLANK Page 2.4 PXI/PXIe Analog Output/Current Loop Simulator 41/43-765...
Modular products require installation in a suitable PXI/PXIe/LXI chassis. The module is 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.
Page 20
SECTION 3 - INSTALLATION pickering THIS PAGE INTENTIONALLY BLANK Page 3.4 PXI/PXIe Analog Output/Current Loop Simulator 41/43-765...
SECTION 4 - PROGRAMMING GUIDE Programming Options for Pickering Interfaces PXI/PXIe 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...
SECTION 4 - PROGRAMMING GUIDE pickering PROGRAMMING THE MODULE The 41/43-765 Analog Output/Current Loop Simulator module is available with 4,8,12 or 16 independent programmable voltage and current source channels. These can be set using the Set and Get attribute functions.
Page 23
SECTION 4 - PROGRAMMING GUIDE pickering Sub-unit Structure Table 4.3 – Summary of Sub-units Output Sub-Units Model Number Sub-unit Number Sub-unit Type Description 41/43-765-001 1...16 PowerSouce sub-unit allows you to set Voltage 41/43-765-002 1...12 PSOURCE and Current. Each channel can be control 41/43-765-003 1...8...
Page 24
SECTION 4 - PROGRAMMING GUIDE pickering Isolation/Short SWITCH Sub-unit 17 Chan1 OUT1 bit 1 bit 2 GND1 Chan2 OUT2 bit 3 bit 4 GND1 PSOURCE Sub-units Power Selection Front Panel Chan3 OUT3 bit 5 SWITCH Sub-unit 18 Connector DAC 1...
Page 25
SECTION 4 - PROGRAMMING GUIDE pickering Isolation/Short SWITCH Sub-unit 13 PSOURCE Sub-units Power Selection Front Panel SWITCH Sub-unit 14 Connector DAC 1 Chan1 OUT1 bit 1 External bit 1 Power Vext1 bit 2 Supply GND1 Chan1 OUT1 Chan2 OUT2 Sub-unit 1...
Page 26
SECTION 4 - PROGRAMMING GUIDE pickering Isolation/Short SWITCH Sub-unit 9 PSOURCE Sub-units Power Selection Front Panel SWITCH Sub-unit 10 Connector DAC 1 Chan1 OUT1 bit 1 External bit 1 Power Vext1 bit 2 Supply GND1 Chan1 OUT1 Chan2 OUT2 Sub-unit 1...
Page 27
SECTION 4 - PROGRAMMING GUIDE pickering Isolation/Short SWITCH Sub-unit 5 PSOURCE Sub-units Power Selection Front Panel SWITCH Sub-unit 6 Connector DAC 1 Chan1 OUT1 bit 1 External bit 1 Power Vext1 bit 2 Supply GND1 Chan1 OUT1 Chan2 OUT2 Sub-unit 1...
SECTION 4 - PROGRAMMING GUIDE pickering PROGRAMMING CONTROL – C++ FUNCTIONS Set Mode Function The Set Mode function allows you to choose between different modes of operation (see ‘Modes of Operation’). DWORD setMode = 2; // Set Mode 0-24mA DWORD sub = 1;...
SECTION 4 - PROGRAMMING GUIDE pickering HARDWARE INTERLOCK API FUNCTIONS Get the Status of Interlock Use the attribute “ATTR_INTERLOCK_STATUS”, to the get the status of the interlock. BOOL interlock = 0x0; // Interlock Status of the card. // Getting the Interlock status of the card ErrCheck(PIL_GetAttribute(card, subunit, TRUE, ATTR_INTERLOCK_STATUS, ((BOOL*)&interlock)));...
SECTION 4 - PROGRAMMING GUIDE pickering GENERAL SOFT FRONT PANEL We provide General Soft Front Panels for all our PXI/PCI and LXI products to familiarize the user with the functionality and operation of our products. Similar to our drivers, our soft front panels cover all our cards and dedicated displays are provided for some of our products as shown in the following images.
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.
Page 32
SECTION 4 - PROGRAMMING GUIDE pickering THIS PAGE INTENTIONALLY BLANK PXI/PXIe Analog Output/Current Loop Simulator 41/43-765 Page 4.12...
SECTION 5 - CONNECTOR INFORMATION pickering SECTION 5 - CONNECTOR INFORMATION FP_Vcc1 FP_Vcc1 FP_GND FP_Vcc1 Do Not Connect OUT1 GND1 GND1 Do Not Connect OUT2 GND1 GND1 OUT3 Do Not Connect GND1 GND1 Do Not Connect OUT4 GND1 GND1 FP_Vcc2...
Page 34
SECTION 5 - CONNECTOR INFORMATION pickering FP_Vcc1 FP_Vcc1 FP_GND FP_Vcc1 Do Not Connect OUT1 GND1 GND1 Do Not Connect OUT2 GND1 GND1 OUT3 Do Not Connect GND1 GND1 Do Not Connect OUT4 GND1 GND1 FP_Vcc2 FP_Vcc2 GND2 FP_Vcc2 OUT5 Do Not Connect...
Page 35
SECTION 5 - CONNECTOR INFORMATION pickering FP_Vcc1 FP_Vcc1 FP_GND FP_Vcc1 Do Not Connect OUT1 GND1 GND1 Do Not Connect OUT2 GND1 GND1 OUT3 Do Not Connect GND1 GND1 Do Not Connect OUT4 GND1 GND1 FP_Vcc2 FP_Vcc2 GND2 FP_Vcc2 OUT5 Do Not Connect...
Page 36
SECTION 5 - CONNECTOR INFORMATION pickering FP_Vcc1 FP_Vcc1 FP_GND FP_Vcc1 Do Not Connect OUT1 GND1 GND1 Do Not Connect OUT2 GND1 GND1 OUT3 Do Not Connect GND1 GND1 Do Not Connect OUT4 GND1 GND1 INTL1 INTL2 INTL3 FP_GND Figure 5.4 - Pinouts: 4-Channel Analog Output /Current Loop...
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...
Page 38
SECTION 6 - TROUBLE SHOOTING pickering THIS PAGE INTENTIONALLY BLANK Page 6.2 PXI/PXIe Analog Output/Current Loop Simulator 41/43-765...
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.
This section provides a procedure for verifying that the 41/43-765 is performing to specification and guidance on adjustment. In normal use the 41/43-765 does not require regular adjustment. Where procedures require regular verification checks of instrumentation in a system Pickering Interfaces recommend a 1 year interval between tests. Page 7.2 PXI/PXIe Analog Output/Current Loop Simulator 41/43-765...
Page 41
● A cable assembly to connect the DMM to the 41/43-765. This can be constructed by the user or the user can purchase a ready made cable from Pickering Interfaces suitable for connecting to the front panel connector. Connecting to the Voltage Channels: 41/43-765 6½...
Page 42
SECTION 7 - MAINTENANCE INFORMATION pickering Connecting to the Current Channels: 41/43-765 6½ Digit DMM V, + V, - Interlock Calibration/Verification Cable Figure 7.2 - 41/43-765 Current Verification Setup Each channel can be independently verified using the following steps. Results from this verification can be recorded in the tables on the following pages.
24mA Adjustment Procedure In the unlikely event that adjustment of the 41/43-765 is required we recommend returning it to Pickering Interfaces. Adjustment of the 41/43-765 requires the use of a high performance DMM and an automated program in order to maintain its accuracy in the event of an adjustment being required to improve performance.
Page 44
SECTION 7 - MAINTENANCE INFORMATION pickering Table 7.2 - Verification Test Results For 4-20mA Mode Serial Number: Channel Number: Date of Test: Operator’s Name: Test Equipment Used: Result (delete Current (mA) Measured Value Maximum (mA) Minimum (mA) as appropriate) 4.032 3.968...
Page 45
SECTION 7 - MAINTENANCE INFORMATION pickering Table 7.3 - Verification Test Results For 0-24mA Mode Serial Number: Channel Number: Date of Test: Operator’s Name: Test Equipment Used: Result (delete Current (mA) Measured Value Maximum (mA) Minimum (mA) as appropriate) 0.048 -0.048...
Page 46
SECTION 7 - MAINTENANCE INFORMATION pickering Table 7.4 - Verification Test Results For +/-24mA Mode Serial Number: Channel Number: Date of Test: Operator’s Name: Test Equipment Used: Result (delete Current (mA) Measured Value Maximum (mA) Minimum (mA) as appropriate) -23.952 -24.048...
Page 47
SECTION 7 - MAINTENANCE INFORMATION pickering Table 7.5 - Verification Test Results For 0-5V Mode Serial Number: Channel Number: Date of Test: Operator’s Name: Test Equipment Used: Result (delete Voltage (V) Measured Value Maximum (V) Minimum (V) as appropriate) 0.01 -0.01...
Page 48
SECTION 7 - MAINTENANCE INFORMATION pickering Table 7.6 - Verification Test Results For +/-12V Mode Serial Number: Channel Number: Date of Test: Operator’s Name: Test Equipment Used: Result (delete Voltage (V) Measured Value Maximum (V) Minimum (V) as appropriate) -11.976 -12.024...
Page 49
SECTION 7 - MAINTENANCE INFORMATION pickering Table 7.7 - Verification Test Results For +/-5V Mode Serial Number: Channel Number: Date of Test: Operator’s Name: Test Equipment Used: Result (delete Voltage (V) Measured Value Maximum (V) Minimum (V) as appropriate) -4.99 -5.01...
SECTION 7 - MAINTENANCE INFORMATION pickering RELAY LOOK-UP TABLE The following table shows the relationship between the channel switches and the corresponding relay number on the circuit board. This can be used in conjunction with the PCB layout diagram in Figure 7.3 for locating faulty relays.
Need help?
Do you have a question about the 41-765 and is the answer not in the manual?
Questions and answers