06-09-2023 11:18 PM
Hi, I have a 1D boolean array where i'm getting 5 bits which are input to a 1D boolean indicator (LED's). I need to map the boolean array to individual boolean indicator to glow separate LED's. Any help would be appreciated. The VI and output is attached.
Solved! Go to Solution.
06-09-2023 11:24 PM - edited 06-09-2023 11:34 PM
Use index array on the boolean array, resized to five outputs. and connect your five booleans to the outputs. LabVIEW 101!
@AbdullahWasif wrote:
The VI and output is attached.
You did not attach any VI, just some pictures. Big difference!
06-09-2023 11:43 PM
Thanks. It worked.