LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding a pallete

I cannot find 1D array of 2D pictures.

How to add that ?

Download All
0 Kudos
Message 1 of 2
(2,096 Views)

You drop an empty array container on the front panel and then drop a 2D picture indicator in it. Resize array for two dimensions.

 

(Or in newer LabVIEW versions, just drop a 2D picture and right-click...change to array...add dimension)

 

You can also just prepare the code without the array indicators, then right-click at the relevant output terminals (of "build array" or "reshape array") and select "create indicator".

 

Many ways!

0 Kudos
Message 2 of 2
(2,092 Views)