LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI-2530 Matrix Control Examples

I am searching for examples that show how to control the PXI-2530 as a 8x16 Matrix. I searched but was unable to locate code to help.

0 Kudos
Message 1 of 3
(2,601 Views)

There are a couple of shipping examples in LabVIEW that say they work with the 2530. Where did you search? For example, the niSwitch Making Connections on a Switch.vi. You would have to manually enter the channel names but you can select the topology from a combo box. The channel names are just cx and rx as you can read from the NI-Switch help.

Message 2 of 3
(2,582 Views)

@Dennis_Knutson wrote:

There are a couple of shipping examples in LabVIEW that say they work with the 2530. Where did you search? For example, the niSwitch Making Connections on a Switch.vi. You would have to manually enter the channel names but you can select the topology from a combo box. The channel names are just cx and rx as you can read from the NI-Switch help.


I second that!  I have created several different applications using the PXI-2530 in the 8X16 matrix topology. I built the row and column designators mathematically from for loop indices and pre-programmed them as array constants. The rows are identified by "r0" thru "r7" and the columns are identified by "c0" thru "c15".

Jeff

Jeffrey Zola
0 Kudos
Message 3 of 3
(2,572 Views)