LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically Veryfing connection between rows and column of NI switch (PXI2532B)

Hi,

I want to connnect rows and columns of NI switch PXI2532B. I created a scan list  as given below

/DEV1/R0->*****,
/DEV1/R2->*****,
/DEV1/R1->C21,
/DEV1/R3->C21

 Iam able to do this with DAQMX switch connect.vi. Is there a way to cross check programatically through labview  this row and columns are really  connected before proceeding to next  task?

 

Thanks in Advance

 

0 Kudos
Message 1 of 2
(2,164 Views)

So the help on the Switch Connect (Multiple).vi states the following:

 

If you set wait for settling to TRUE, this VI waits only after making all connections.

 

So this function has an input that can force the VI to wait until all switches have been made.  As for the single switch route.  You can follow the Switch Connect (Single).vi up with the Switch Wait For Settling.vi.

0 Kudos
Message 2 of 2
(2,108 Views)