How to Get Normalized Binary Data of Supported Resolution from PXI 5922?

Updated Dec 6, 2023

Reported In

Hardware

  • PXI-5922

Software

  • LabVIEW

Issue Details

How do I get normalized (gain and offset corrected) binary data (of actual supported resolution/bit depth as per the sampling rate of the device PXI 5922) that can be fetched and directly feed into the greyscale image display VI?

Solution

It is not possible to directly get the normalized binary data from this card. However, you can get the voltage reading from the channel by adjusting for gain and offset and mapping the voltage range to the I16 value range in LabVIEW to construct the I16 Image array. 
For mapping the values in LabVIEW Scaling and Mapping Express VI can be used.