02-16-2009 04:10 AM
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
02-16-2009 11:29 PM - edited 02-16-2009 11:34 PM
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
02-17-2009 02:30 AM
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
02-17-2009 03:12 AM
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
02-18-2009 05:19 AM
have you tried with that?