NI SCXI-1160 16-SPDT Topology
The NI SCXI-1324 terminal block provides connections to the NI SCXI-1160 in the 16-SPDT general purpose topology. The following figure represents the NI SCXI-1160 in the 16-SPDT topology.
Making a Connection
You can control the channels using the niSwitch Connect Channels VI or the niSwitch_Connect function.
For example, to connect the NO terminal of channel 2 to the COM terminal of channel 2, and to disconnect the NC terminal of channel 2 from the COM terminal, call niSwitch_Connect(vi, "NO2", "COM2"). If you now want to connect NC2 to com2, first disconnect the existing connection. The sequence of calls for this task is as follows:
niSwitch_Disconnect(vi, "NO2", "COM2")
niSwitch_Connect(vi, "NC2", "COM2")
Note niSwitch_Disconnect(vi, "NO2", "COM2") does not activate the relay until niSwitch_Connect(vi, "NC2", "COM2") is executed. |
Pinout
The following figure identifies the pins for the NI SCXI-1160 in the 16-SPDT topology.