Main Content

start

Start the PTP daemon on the target computer

Since R2020b

Description

example

start(target_object.ptpd) starts the RTOS PTP daemon on the target computer

Examples

collapse all

The start command starts the PTP daemon on the target computer by running the command selected in the Target.ptpd object Command property value.

  1. Create a Target object and connect to the target computer. Creating a Target object creates a child Target.ptpd object. Start the PTP daemon on the target computer.

  2. tg = slrealtime('TargetPC1');
    connect(tg);
    start(tg.ptpd);

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2020b