Adding Software to a Target in the Design View
- Updated2023-02-17
- 2 minute(s) read
Adding Software to a Target in the Design View
Add an application to a device, or target, in the Design view to specify where the software executes at run time.
- On the Design diagram, locate the device to which you want to add software.
- Optional: If an application already exists in your project, drag it from the Project Files tab to the Software section of the target.
- Optional:
If you don't have an existing application, create a new application and add a VI to it.
-
On the target, click
and then click
OK.
On the Application document toolbar, notice how the target selector is automatically set to the target.

-
In the Application document, add a VI to the Application folder in one of the following ways:
- Drag an existing VI from the Project Files tabs to the Application document.
- Click New (+) to create a new VI.
When you add files to the Application and open them, those software files open in the context for the target device you selected. Therefore, you can interactively edit and run the program on the target device from the VI.Note When you open a VI from the Project Files tab, the target of that VI can vary depending on whether it is targeted to run on multiple devices in SystemDesigner. You can use the target selector, shown in the following image, to verify the target or switch between instances of the VI on different targets.
-
If you create a new VI, create whatever code you want to run on the target.
Note You can use example code installed with your drivers to quickly start programming. To use example code, navigate to the Lobby in LabVIEW NXG and select to launch an example and copy the code to your VI.
- Click to save your project.
- Navigate back to the Design view of SystemDesigner.
-
On the target, click
and then click
OK.
Related Information
- Software on SystemDesigner Devices
Adding software to a target device on the Design view specifies where the software executes at run time. Targeting software to a specific device also provides information about the hardware configuration of the target where the software executes.
- Navigating SystemDesigner
Visualize and design a hardware system with the SystemDesigner editor.