01-10-2013 03:41 PM
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.
01-11-2013 09:43 AM
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.
01-11-2013 03:32 PM
@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