Справочник Пользователя для National Instruments RT Series

Скачать
Страница из 36
Chapter 4
LabVIEW RT Programming
© National Instruments Corporation
4-3
To disable the Select Target Platform dialog box, specify the target
platform in the command line argument of your built executable using
–target
. For example,
c:\mybuiltapp_rtengine.exe -target DAQ::3
(for device 3)
or to run the application on the host PC,
c:\mybuiltapp_host.exe -target host
You also can reset the specified device using
-reset
. For example,
c:\mybuiltapp_rtengine.exe -target DAQ::3 -reset
To disconnect the host PC from the RT Engine after all VIs are downloaded
and leave the RT Engine VIs running, use
-quithost
. For example,
c:\mybuiltapp_rtengine.exe -target DAQ::3 -quithost
Programming LabVIEW RT
Because you run LabVIEW RT applications on hardware platforms that do
not have all the components of a computer, LabVIEW RT lacks some
LabVIEW features when targeted to the RT Engine. For example, there is
no disk drive on the RT Series DAQ device, therefore, the RT Engine does
not support file I/O when targeted to the RT Series DAQ device. The RT
Engine does not support the following LabVIEW features on RT Series
DAQ hardware:
ActiveX
Datalogging
Dialog boxes
Ethernet
File I/O
Instrument I/O: VISA, 488, RS-232/Serial
Printing
Profiler
Programmatic Menu Bar
Note
If you attempt to download to and run on your target platform a VI that has any of
the unsupported functionality listed above, the VI still executes. Unsupported functions do
not work and return standard LabVIEW error codes.