Programmatically Obtaining Serial Number from SCXI ModulesHardware: PXI/CompactPCI>>Controllers
Problem: I am using the DAQmx Device » DevSerialNum property node in LabVIEW, but the value returned is 0 for the SCXI modules in my system. Is this expected behavior?Solution: Many revisions of SCXI modules do not store serial numbers in the EEPROM, and thus you cannot query the information programmatically. In this case, the value returned from the DevSerialNum property will be 0. You can use other device properties should you need to identify your SCXI module programmatically as outlined below.The figure seen below shows the DAQmx Device property node. The third property (DevSerialNum) returns 0 for the SCXI modules, so use the fourth property (Chassis.ModuleDevNames) to return an array containing the DAQmx names of the modules in the chassis. Also there are other Identification properties, such as Product Category, Product Type, and Product Number. Product Number is shown in the fifth property (ProductNum) and returns the unique hardware identification number of the device.
Related Links: KnowledgeBase 3I4FSSN5: Programmatically Determining What DAQ Devices Are In My System Attachments:
Report Date: 04/24/2007 Last Updated: 02/13/2009 Document ID: 48N9RMDF |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

