There is no option to create a 2D array shared variable, but you can create a 2D array custom control and then create a shared variable from that custom control.
Create a 2D Array Custom Control
- Add an array constant to the front panel.
- Place a numeric control in the array constant.
- Right-click the array index and select Add Dimension from the shortcut menu.
- Right-click the 2D array of numeric controls and select Advanced>>Customize from the shortcut menu.
- Select File>>Save As to save the custom control.
Create a Shared Variable from a Custom Control Data Type
- In a LabVIEW project, right-click My Computer and select New>>Variable from the shortcut menu.
- In the Shared Variable Properties dialog box, select From Custom Control from the Data Type pull-down menu.
- Select the previously created 2D array custom control.
- Click the OK button.