PXI-2523 Overview

PXI-2523 Pinout


1378

Table 1. Signal Descriptions
Signal Description
COMx+ Routing destination for corresponding positive signal connections
COMx- Routing destination for corresponding negative signal connections
NCx+ Normally closed positive signal connection
NCx- Normally closed negative signal connection
NOx+ Normally open positive signal connection
NOx- Normally open negative signal connection
No connection

PXI-2523 Hardware Diagram

This figure shows the hardware diagram of the module.


1378

Refer to the following list for relay names on the module.

k0...k25

PXI-2523 Topology

Module software name: 2523/26-DPDT (NISWITCH_TOPOLOGY_2523_26_DPDT)

The module composed of 26 armature non-latching DPDT relays.

For certain applications, you may need to increase the default settling time.

Note Switching inductive loads (for example, motors and solenoids) can produce high voltage transients in excess of the module's rated voltage. Without additional protection, these transients can interfere with module operation and impact relay life.

26-DPDT Topology


1378

Making a Connection

You can control the channels using the niSwitch Connect Channels VI or the niSwitch_Connect function.

To connect the NO terminal to the COM terminal of that channel, disconnect the NC terminal from the COM of that channel.

For example, to connect NO2 to COM2, use the following code:

niSwitch_Disconnect(vi, "nc2", "com2")
niSwitch_Connect(vi, "no2", "com2") 
Note To connect NO to COM you do not need to disconnect NC from COM after the module has been reset or a call to the niSwitch Disconnect All Channels VI or the niSwitch_DisconnectAll function has been made.
Note niSwitch_Disconnect(vi, "nc2", "com2") does not activate the relay until niSwitch_Connect(vi, "no2", "com2") is executed.

To connect the NC terminal to the COM terminal of that channel, disconnect the NO terminal from the COM of that channel.

For example, to connect NC2 to COM2, use the following code:

niSwitch_Disconnect(vi, "no2", "com2")
niSwitch_Connect(vi, "nc2", "com2") 

When scanning the module, a typical scan list entry could be nc2->com2;. This entry routes the signal connected to NC2 to COM2.

PXI-2523 Relay Replacement

The module uses electromechanical armature relays.

Note The module uses a custom lead length to meet safety standards. Trim leads to no more than 1 mm (0.04 in.) from the PCB. You also can use the spare relay included with the module at location K26.

Refer to the following table for information about ordering replacement relays.

Replacement Relay Part Number
Tyco Electronics (relay manufacturer) 5-1462039-8
NI relay kit (10 relays) 781089-10

Ensure you have the following:

  • Temperature-regulated soldering iron set to 371 °C (700 °F) for lead-free solder rework
  • 96.5/3.0/0.5 Tin/Silver/Copper solder (flux core) for lead-free solder rework
  • Solder wick
  • Fine pick
  • Isopropyl alcohol
  • Cotton swabs
Note The module uses lead-free assemblies. NI recommends using lead-free solder for relay replacement on lead-free assemblies.
Notice Do not rework lead assemblies using a lead-free work station. Lead solder from the unit could contaminate the station.
Notice If a lead-free assembly is reworked with lead solder, label the assembly to indicate this. This can prevent the same unit from being reworked later on a lead-free solder station, which could contaminate the station.

Complete the following steps to disassemble your module and replace a failed relay.

  1. Ground yourself using a grounding strap or a ground connected to your PXI chassis.
    Note Properly grounding yourself prevents damage to your module from electrostatic discharge.
  2. Locate the relay you want to replace. Relay names are labeled on the front of the module. The following table maps the relay names to the channel names.
    Channel NameRelay NameChannel NameRelay Name
    ch0 K0 ch20 K20
    ch1K1ch21K21
    ch2K2ch22K22
    ch3K3ch23K23
    ch4K4ch24K24
    ch5K5ch25K25
    ch6K6
    ch7K7
    ch8K8
    ch9K9
    ch10K10
    ch11K11
    ch12K12
    ch13K13
    ch14K14
    ch15K15
    ch16K16
    ch17K17
    ch18K18
    ch19K19
  3. Replace the relay as you would any other through-hole part. Trim the replaced relay leads to no more than 1 mm (0.04 in.) from the PCB.
Tip Use the NI-SWITCH Switch Soft Front Panel to reset the relay count after you have replaced a failed relay. Refer to the Switch Soft Front Panel Help for more information.