Can I Display the 24-Bit Data in LabVIEW?

Updated Dec 4, 2023

Reported In

Software

  • LabVIEW

Issue Details

I have 3 8-bit data, I want to combine them and display them in LabVIEW. Can I display the 24-bit data in LabVIEW?

Solution

You can display 24-bit data using an indicator with 32-bit representation. You can append another 8-bit with zero. After that use Join Numbers function to combine the data and display it as shown below:
snippet code
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.