To download NI software, including the products shown below, visit ni.com/downloads.
Overview
Coding that exemplifies how to take in 8 Boolean values and place them into a 64 indexed 1D array.
Description
This VI will take in 8 Boolean control values and update the values of a 64 indexed 1-D array of Booleans. In order to choose where the 8 Values will be placed in the array, the Enum called "Choose Which Section of Eight Booleans to Change" will allow you to select each 8 section of the array.
Requirements
LabVIEW Base Development System.
Steps to Implement or Execute Code
1. Run the VI.
2. Choose the section of the 64 indexed Boolean 1-D array from the enum named: Choose Which Section of Eight Booleans to Change.
3. Change the values of the Boolean # controls.
4. Hit the Change Values Boolean Button.
Additional Information or References
**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.