Purpose

Creates a Measurement object in memory.

Format

Input

Conversion Name identifies the referred conversion object defined by MC Conversion Create.vi.
Measurement Name sets the Measurement object name.
ECU ref in is the task reference that links to the selected ECU. This reference is originally returned from MC ECU Open.vi or MC ECU Create.vi.
Address is a cluster that contains the following values:
Address specifies the address part of the source address.
Extension contains the extension part of the source address.
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.
status is TRUE if an error occurred. This VI is not executed when status is TRUE.
code is the error code number identifying an error. A value of 0 means success. A negative value means error: VI did not execute the intended operation. A positive value means warning: VI executed intended operation, but an informational warning is returned. For a description of the code, wire the error cluster to a LabVIEW error-handling VI, such as the Simple Error Handler.
source identifies the VI where the error occurred.
Data Type sets the measurement task data type. Data Type can contain the following values:
Data TypeData Format
0Unsigned byte
1Signed byte
2Unsigned word
3Signed word
4Unsigned long
5Signed long
6Float 32

Output

ECU ref out is the task reference that links to the selected ECU.
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.
status is TRUE if an error occurred.
code is the error code number identifying an error. A value of 0 means success. A negative value means error: VI did not execute the intended operation. A positive value means warning: VI executed intended operation, but an informational warning is returned. For a description of the code, wire the error cluster to a LabVIEW error-handling VI, such as the Simple Error Handler.
source identifies the VI where the error occurred.

Description

Use MC Measurement Create.vi to create a measurement object in memory instead of referring to a predefined measurement in the A2L database.