MC Download.vi
- Updated2025-09-25
- 3 minute(s) read
Purpose
Downloads data to an ECU.
Format

Input
|
ECU ref in is the task reference which links to the selected ECU. This reference is originally returned from MC ECU Open.vi or MC ECU Select.vi, and then wired through subsequent VIs. | ||||||
|
Address is a cluster which contains the following values.
|
||||||
|
Data contains the information to be downloaded. | ||||||
|
Error in is a cluster which describes error conditions occurring before the VI executes. If an error has already occurred, the VI returns the value of the error in cluster to error out.
|
Output
|
ECU ref out is the same as ECU ref in. Wire the task reference to subsequent VIs for this task. | ||||||
|
Error out describes error conditions. If the Error in cluster indicated an error, the Error out cluster contains the same information. Otherwise, Error out describes the error status of this VI.
|
Description
MC Download.vi is used to download data to an ECU. The data is stored starting at the location specified by the Address and Extension parameters.
On XCP protocol, when the slave supports the block mode, ECU sends the data in blocks using the DOWNLOAD_NEXT command.






