LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PCi-4472 24-bits of resolution and Labview6.1

I try to read 24 bits data from the PCI-4472 with Labview and after record the data into a binary file. Although the DAQ have a resolution of 24-bits I can't find Vi to read those 24-bits (it seems that Data Acquisition VIs acquire only 16-bits data). So anyone know if there is a solution to keep the 24-bits resolution?
0 Kudos
Message 1 of 2
(2,637 Views)
The AI Read DAQ function in LabVIEW can return data in a scaled format or a binary format. At this point, the binary data is only returned as I16, so you would be losing bits. The scaled data is returned in an SGL format (32 bits), which will give you all of the resolution you need for the 4472.

Refer to the KB below:
http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/b48f5478bfd70f9f86256c1d005e33d9?OpenDocument
0 Kudos
Message 2 of 2
(2,637 Views)