User`s guide

xpctest
5-35
5xpctest
Purpose Test the xPC Target installation
Syntax MATLAB Command Line
xpctest
xpctest(’reboot_flag’)
Arguments
Description Series of xPC Target tests to check the correct functioning of the following xPC
Target tasks:
Initiate communication between the host and target computers.
Reboot the target PC to reset the target environment.
Build a target application on the host PC.
Download a target application to the target PC.
Check communication between the host and target computers using
commands.
Execute a target application.
Comparing the results of a simulation and the target application run.
xpctest(’noreboot’) skips test 2. Use this option if target hardware does not
support software rebooting.
Examples If the target hardware does not support software rebooting, and to skip test 2,
in the MATLAB window, type
xpctest(’noreboot’)
See Also The procedures “Testing and Troubleshooting the Installation” on page 2-26
and “Test 1, Ping Target System Standard Ping” on page 2-27.
reboot_flag noreboot. Skips the reboot test. User this option if
the target hardware does not support software
rebooting. Value is 'noreboot'