Contenido principal

setECUPage

Set memory page used by ECU to selected memory page on real-time application

Since R2021b

Description

setECUPage(target_object,page_num) sets the memory page used by the Engine Control Unit (ECU) to the selected memory page on a real-time application that is loaded on the Speedgoat® target computer.

example

Examples

collapse all

Set the ECU calibration page to page 0.

setECUPage(tg, 0)

Input Arguments

collapse all

Object that represents target computer, specified as a Target object. The object provides access to methods that manipulate the target computer properties.

Example: tg

Selects the page number for the ECU calibration page.

Version History

Introduced in R2021b