Main Content

clearStartupApp

Clear startup application selection on target computer

Since R2020b

Description

clearStartupApp(target_object) clears the selection of the startup application on the target computer. When this selection is cleared, after booting the RTOS, the Speedgoat® target computer waits for commands from the MATLAB® development computer or target computer keyboard (console).

example

Examples

collapse all

This example creates a target object, connects MATLAB to the target computer, clears the startup application selection, and reboots the target computer.

tg = slrealtime('TargetPC1');
connect(tg);
clearStartupApp(tg);
reboot(tg);

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2020b