MC Measurement Read.vi
- Updated2023-02-21
- 3 minute(s) read
MC Measurement Read.vi
Purpose
Reads a single Measurement value from the ECU.
Format
Input
![]() |
Measurement name is the name of a measurement channel stored in the A2L database file you want to read. | ||||||
![]() |
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. | ||||||
![]() |
Value returns a single sample for the Measurement channel initialized in Measurement name. The type of the poly output is determined by the poly VI selection. For information on the different poly VI types provided by MC Measurement Read.vi, refer to the Poly VI Types 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
MC Measurement Read.vi performs a single point read of a measurement variable without opening a DAQ task.
Poly VI Types
VI Type | Description |
---|---|
Parameter (Dbl) | Returns a single scaled double value for the selected Characteristic name. |
Parameter (Raw) | Returns a single unscaled unsigned 64-bit integer value for the selected Characteristic name. |