![VXI GPIB-VXI Скачать руководство пользователя страница 101](http://html1.mh-extra.com/html/vxi/gpib-vxi/gpib-vxi_user-manual_1057860101.webp)
Chapter 3
Local Command Set
© National Instruments Corporation
3-59
GPIB-VXI User Manual
DCIDownLdPI
Purpose:
Download a Position Independent (PI) CI to RAM and start running it.
Command
Syntax:
DCIDownLdPI [<boolean>]
Action:
Bytes of code and data (up to the number requested in the
DCISetupPI?
command) are downloaded from the command source. When the download is
complete, the pSOS processes associated with the PI DCI are initiated.
DCIs can only be downloaded from the GPIB port or via Word Serial Protocol,
because the download is terminated on GPIB EOI or the Word Serial
END
command. Because there is no analogy for EOI or END for the serial port (that
is, a carriage return is a valid binary number), it cannot be used to download PI
DCIs.
If
<boolean>
is 1, debug statements are printed to the serial port during the
various stages of PI DCI initialization. If
<boolean>
is 0 or if it is omitted, the
debug statements are not output. The debug printing mode is only available with
the development firmware option.
The
DCIDownLdPI
command should always be immediately preceded by a
DCISetupPI?
command that configures the download parameters. Executing
intermediate GPIB-VXI commands between
DCISetupPI?
and
DCIDownLdPI
may invalidate the download setup.
Example:
Download and initialize a PI DCI, generating debug statements.
DCIDownLdPI 1