MC Characteristic Read.vi
- Updated2025-09-25
- 4 minute(s) read
Purpose
Reads the value(s) of a named characteristic from an ECU identified by ECU reference handle.
Format

Input
|
Characteristic name is the name of the Characteristic defined in the A2L database. | ||||||
|
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. | ||||||
|
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. | ||||||
|
Characteristic is a poly output value which represents the data read from the ECU. The type of the poly output is determined by the poly VI selection. For information on the different poly VI types provided by MC Characteristic Read.vi, refer to the table in the Description section. | ||||||
|
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
Poly VI Types for the Characteristic Parameter
| VI Type | Description |
|---|---|
| Parameter (Dbl) | Returns a single scaled double value for the selected Characteristic name. |
| Curve (1D Dbl Array) | Returns a 1-dimensional array of scaled double values for the selected Characteristic name. |
| Field (2D Dbl Array) | Returns a 2-dimensional array of scaled double values for the selected Characteristic name. |
| Parameter (Raw) | Returns a single unscaled unsigned 64-bit integer value for the selected Characteristic name. |
| Curve (1D Raw Array) | Returns a 1-dimensional array of unscaled unsigned 64-bit integer values for the selected Characteristic name. |
| Field (2D Raw Array) | Returns a 2-dimensional array of unscaled unsigned 64-bit integer values for the selected Characteristic name. |
| Byte Array | Returns a 1-dimensional array of unscaled unsigned byte values for the selected Characteristic name. The byte array corresponds to the memory area in the ECU representing this characteristic. |




