The following sample project can be opened with or without FacotoryTalk Optix Studio Pro
- Select the green Code dropdown
- Copy the repository URL to the clipboard
- Open FactoryTalk Optix Studio and sign in to obtain the FactoryTalk Optix Studio Pro Entitlement
- Select Open > Remote, paste the repository URL in the Remote URL field, set the Location, and Select Open
- Select the green Code dropdown
- Select Download ZIP
- Unzip the downloaded Repository to the desired location
- Open the .optix file
The following sample project demonstrates how to visualize a PLC Array in a FactoryTalk Optix ListBox, and write the selected value down to a string in the controller.

The sample controller ACD file can be found here:
- Configure the Array update mode for 'Array' in the Station tags.

- Add a ListBox to the project.
- Add an array of the same size as the controller array to the ListBox Properties, and tie its dynamic link to the controller array.

- Tie the ListBox's Model property to the Variable created in the previous step.

- Set the ListBox's Display value path property to {Item}@Value

- Set the ListBox's Selected value property to the controller tag of which to write the selected value back to.
