PXI-2558 Overview
- Updated2023-02-18
- 2 minute(s) read
PXI-2558 Overview
PXI-2558 Pinout
Signal | Description |
---|---|
COMx | Routing destination for corresponding signal connections |
NCx | Normally closed signal connection |
NOx | Normally open signal connection |
PXI-2558 Hardware Diagram
This figure shows the hardware diagram of the module.
PXI-2558 Topology
Module software name: 2558/4-SPDT (NISWITCH_TOPOLOGY_2558_4_SPDT)
Quad SPDT Multiplexer
Making a Connection
Call the niSwitch Connect Channels VI or the niSwitch_Connect function to connect channels in this topology. If applicable, you must call the niSwitch Disconnect Channels VI or the niSwitch_Disconnect function to disconnect an existing connection before you call the niSwitch Connect Channels VI or the niSwitch_Connect function.
The following sequence of tasks illustrates the VI/function calls necessary to make consecutive connections—one between NO 1 and COM1 and the other between NC 1 and COM1:
- Call the niSwitch Connect Channels VI or the niSwitch_Connect function with parameters no1 and com1.
- Call the niSwitch Disconnect Channels VI or the niSwitch_Disconnect function with parameters no1 and com1.
- Call the niSwitch Connect Channels VI or the niSwitch_Connect function with parameters nc1 and com1.
When scanning the module, a typical scan list entry might be no1->com1;. This entry routes the signal connected to NO 1 to COM 1.