To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This is an example to rearrange the input array into an output array containing the same data in smaller chunks.
Description
This code uses the "split number" function to rearrange the input array into an output array containing the same data in smaller chunks. This is useful for something like SPI communication, where data must be written out in 8-bit chunks.
Requirements
Steps to Implement or Execute Code
Additional Information or References
Front Panel

VI Snippet
**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.