LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading scxi modules information programatically

hi all is there any way to read scxi modules information programatically...?

i want to know the slot no of the particular card in the chassis is it  possible to get the information programatically,if yes please tell me how....?

 

 

thanks & regards

Raghunath

0 Kudos
Message 1 of 5
(2,652 Views)

HI

Take property node of "Daqmx System" propery node in that select Device Names, you will get the array of devices connceted to the systems. Take the appropriate index of your scxi device and connect to activedev terminal "Daqmx Device property node" (this is different property node). Then expant the property node and take property of Location -PXI-Slot number.

This method is more generalised method in simplest way what you can do is

Take " DAQmx Device Names" and choose your device and connect to activedev terminal of "Daqmx Device property node". Then expant the property node and take property of Location -PXI-Slot number.

Hope this helps

Regards

Santosh

Message Edited by SantoshJaiswal on 02-16-2009 11:34 PM
0 Kudos
Message 2 of 5
(2,631 Views)

hi santhosh,

yes the way u have mentioned is useful for getting only pxi modules information.we dont have any property node for reading scxi slot no if we try to give scxi module names to the pxi slot no property node it throws an error   200197...saying that particular property node doesnt support for scxi modules,if i still continue the execution with the error ill be getting the slot no of the ccommunication device used in the chassis.is there any other way to read it ...?

 

regards

raghunath

0 Kudos
Message 3 of 5
(2,623 Views)

HI

There is one vi called Get SCXI Information, I have tried with simulated devices but its not working.

You can check with the actual hardware and let me know if this works

Regards

Santosh

0 Kudos
Message 4 of 5
(2,601 Views)

have you tried with that?

 

0 Kudos
Message 5 of 5
(2,587 Views)