User`s guide
xpctest
14-120
14xpctest
Purpose Test the xPC Target installation
Syntax MATLAB Command Line
xpctest
xpctest('noreboot')
Arguments
Description xpctest is a 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.
• Compare the results of a simulation and the target application run.
xpctest('noreboot') skips the reboot test. Use this option if target hardware
does not support software rebooting.
Examples If the target hardware does not support software rebooting, or to skip the
reboot test, in the MATLAB window, type
xpctest('noreboot')
See Also Procedures “Testing and Troubleshooting the Installation” on page 2-45 and
“Test 1, Ping Target System Standard Ping” on page 2-47
'noreboot' Only one possible option. Skips the reboot test. Use
this option if the target hardware does not support
software rebooting. Value is
'noreboot'.