The basic user actions you must implement include the following:
These basic user actions build on one another. For example, if you download an application that is not built, LabVIEW builds the application before downloading it. If you run an embedded application that has not been downloaded, LabVIEW downloads the application before running it, and so on.
LEP_x_Build.vi is the main plug-in VI that implements the build user action. This plug-in VI performs the following:
LEP_x_Run.vi is the main plug-in VI that implements the run user action. It runs the application on the target.
LEP_x_Download.vi is the main plug-in VI that implements the download user action.
![]() | Note Some example targets use different filenames for the plug-in VIs and some might contain additional or different plug-in VIs. |