NI PXI-2570 40-SPDT Topology

NI Switches

NI PXI-2570 40-SPDT Topology

The following figure represents the NI PXI-2570 in the 40-SPDT topology.

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.

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

Pinout

The following figure identifies the pins for the NI PXI-2570 in the 40-SPDT topology.