04-03-2019 01:36 AM
I cannot find 1D array of 2D pictures.
How to add that ?
04-03-2019 01:41 AM - edited 04-03-2019 01:44 AM
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!