Chapter 4 LabVIEW RT Programming
© National Instruments Corporation 4-9 cFP-20xx and cFP-BP-x User Manual
For example, create a shortcut with the following shortcut target:
c:\mybuiltapp.exe -target 127.127.44.108 -quithost
To disable the Select Target Platform dialog box, specify a target, such as
the IP address of the cFP-20xx, in the command line argument of your
application using
-target. For example,
c:\mybuiltapp_rtengine.exe -target 127.127.44.108
or
c:\mybuiltapp_host.exe -target host
To disconnect the host PC from the RT Engine after all applications are
downloaded, use
-quithost. For example,
c:\mybuiltapp_rtengine.exe -target 127.127.44.108
-quithost
Using Application Builder
When you target LabVIEW RT to the cFP-20xx, use the Application
Builder to embed LabVIEW RT applications on the cFP-20xx.
Complete the following steps to embed LabVIEW RT applications on the
cFP-20xx using the Application Builder:
1. Target LabVIEW RT to the cFP-20xx. Refer to the Targeting LabVIEW
RT to the cFP-20xx section for more information.
2. Open a new VI.
3. Select Tools»Build Application or Shared Library (DLL) to open
the Build Application or Shared Library (DLL) dialog box, shown in
the following figure.