NI SCXI-1193 Independent Topology
The independent topology allows the NI SCXI-1193 to utilize its full routing capabilities. Possible configurations include 3×1 multiplexers and dimensionally flexible sparse matrices.
Control the individual relays with the niSwitch Relay Control VI or the niSwitch_RelayControl function (refer to the NI SCXI-1193 hardware diagram for relay names). For example, to connect CH2 to COM0 on the NI SCXI-1193, call the niSwitch Relay Control VI or the niSwitch_RelayControl function with the action name parameter set to close and the relay name parameter set to KA0. Repeat the call to the niSwitch Relay Control VI or the niSwitch_RelayControl function to close KB1 then KC0.
When scanning the NI SCXI-1193, use the channel names in the scan list. A typical scan list entry could be ch2->com0;. This entry routes the signal connected to CH2 to COM0.
Valid Internal Channels
To determine the internal channel names, combine the names of all relays adjacent to a channel, in alphabetical order, and remove the K's. For example, in C, the channel connecting KA0 and KB0 is called A0B0.
For example, to connect CH0 to COM0 using internal channel names, call the following:
niSwitch_Connect (exampleSession, ch0, a0b0);
niSwitch_Connect (exampleSession, a0b0, b0b1c0);
niSwitch_Connect (exampleSession, b0b1c0, c0c1c2c3d0d1);
niSwitch_Connect (exampleSession, c0c1c2c3d0d1, com0);
The following is a list of the valid internal channel names:
a0b0 | a16b16 | b0b1 | b24b25 | c0c1 | ch4 | ch20 | d0d1 |
a1b1 | a17b17 | b0b1c0 | b24b25c12 | c0c1c2c3d0d1 | ch5 | ch21 | d1d2 |
a2b2 | a18b18 | b10b11 | b26b27 | c10c11 | ch6 | ch22 | d2d3 |
a3b3 | a19b19 | b10b11c5 | b26b27c13 | c12c13 | ch7 | ch23 | d2d3d4 |
a4b4 | a20b20 | b12b13 | b28b29 | c12c13c14c15d10d11 | ch8 | ch24 | d3d9 |
a5b5 | a21b21 | b12b13c6 | b28b29c14 | c14c15 | ch9 | ch25 | d4d5 |
a6b6 | a22b22 | b14b15 | b2b3 | c2c3 | ch10 | ch26 | d6d7 |
a7b7 | a23b23 | b14b15c7 | b2b3c1 | c4c5 | ch11 | ch27 | d7d8 |
a8b8 | a24b24 | b16b17 | b30b31 | c4c5c6c7d4d5 | ch12 | ch28 | d8d9 |
a9b9 | a25b25 | b16b17c8 | b30b31c15 | c6c7 | ch13 | ch29 | d8d9d10 |
a10b10 | a26b26 | b18b19 | b4b5 | c8c9 | ch14 | ch30 | d10d11 |
a11b11 | a27b27 | b18b19c9 | b4b5c2 | c8c9c10c11d6d7 | ch15 | ch31 | |
a12b12 | a28b28 | b20b21 | b6b7 | ch0 | ch16 | com0 | |
a13b13 | a29b29 | b20b21c10 | b6b7c3 | ch1 | ch17 | com1 | |
a14b14 | a30b30 | b22b23 | b8b9 | ch2 | ch18 | com2 | |
a15b15 | a31b31 | b22b23c11 | b8b9c4 | ch3 | ch19 | com3 |