LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build Array Function to create 3D array?

Well in Labview, I can create a 2D array just fine. But I am having trouble building a 3D array. Is there a means of doing this through the Front Panel like one would go about creating a 2d Array? Or can I use the Build Array Function to do this?

0 Kudos
Message 1 of 4
(4,109 Views)

Hi ShogunOrta,

 

You can create 3D array using front panel or use build array to create 3D array.

 

1. Using front panel

Drag down the indexer of an array to have 3 indexer. This is similar to when you create 2D array

frontpanel 3D array.JPG

2. Use build array

You can use build array to create 3D array by input 2 2D array to a build array function

build array.JPG

 

TuiTui

 

0 Kudos
Message 2 of 4
(4,100 Views)

You can also use the Initialize Array function to create the N dimension array of your choice by expanding the 'dimension size' terminal of this function.

- Partha ( CLD until Oct 2024 🙂 )
0 Kudos
Message 3 of 4
(4,092 Views)

Thanks Tui Tui and Parthabe. I've tried all those options and they all work. I don't know. In terms of creating it right on the Front Panel, I think I had a brain fart. It's so easy! But again, thanks.

0 Kudos
Message 4 of 4
(4,081 Views)