Example Code

De-serialize Streaming Data and Display in a 2D Array in LabVIEW

Code and Documents

Attachment

Overview:

This VI exemplifies two methods of taking streaming data (like from a DAQ card) and build it into a 2D array.
Description:

The first method is more complex but allows you to update the indicator as your loop runs. The second method only builds the array after the loop as stopped.
Requirements:
LabVIEW Base Development System.
Instructions:
1. Load the attached VI "Deserialize Streamed Data into 2D array LV 2012 NI - Verified.vi" as a subVI.
2. Select the desired number of rows.
3. Run the VI.
Additional Information or References:
Snippet11787.png**This document has been updated to meet the current required format for the NI Code Exchange.**

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.