ASAP2 Editor Help Documentation
All DocsProductsLearning CenterSupport
  • ASAP2 Editor Help Documentation
  • Main Toolbar
    • Project File Tools
    • Symbols Tools
    • ASAP2 Tools
      • Project Settings
    • Edit Tools
      • Create/Edit Measurements
      • Create/Edit Characteristics
        • Edit Characteristic Axes
      • Create/Edit Axis Pts
      • Create/Edit Conversion Methods
      • Create/Edit Verbal Conversion Tables
      • Create/Edit Record Layouts
      • Create/Edit Groups
      • Edit Memory Address
      • Edit Interface Data
    • Symbol Tree
  • A2L Item Area
    • Measurements Tab
    • Characteristics Tab
    • Axis Pts Tab
    • Conversion Methods Tab
    • Verbal Conversion Tables Tab
    • Record Layouts Tab
    • Groups Tab
    • A2L Item Right Click Menu
  • Messages Area
  • Contact Us
    • Contact Information - Intrepid Control Systems, Inc.
Powered by GitBook
LogoLogo

Applications

  • Cybersecurity
  • Data Logging
  • Simulate ECU Functions
  • Diagnostics, Testing and Validation

Products

  • Vehicle Network Adapters
  • Data Loggers
  • Software
  • Automotive Ethernet Tools

Support

  • Support Resources
  • Contact Support
  • Class Schedule & Registration
  • Training Video Library

Company

  • About
  • News
  • Events
  • Contact Us

Copyright © 2025 | All Rights Reserved

On this page
Edit on GitHub
  1. Main Toolbar
  2. Edit Tools

Create/Edit Measurements

PreviousEdit ToolsNextCreate/Edit Characteristics

Last updated 2 years ago

Measurements are typically read-only values stored in an ECU. To create or edit Measurements in an A2L file use the in the main toolbar or the while the is active in the A2L file area. A tabbed dialog will open similar to that shown in Figure 1.

The General tab defines most of the Measurement properties and these are described in Table 1 below. The defines memory addressing for the Measurement. The supports unique data that a tool may need to run properly. Use the OK button to close the dialog and save any changes. Use the Cancel button to close the dialog without saving any changes.

Table 1: Measurement Properties on the General Tab

Property
Description

Name

Unique identifier of the Measurement. Here are the main requirements for this field:

  • Max overall length = 1024 characters.

  • Max partial string length = 128 characters.

  • Allowed characters: A - Z, a - z, 0 - 9, underscores, periods, and brackets [ ].

  • Must NOT contain spaces.

  • First character must be a letter or an underscore.

  • Any brackets must occur in pairs at the end of a partial string.

  • Any bracket pairs must surround a number or string.

  • Name is case sensitive. (i.e. "b" and "B" are considered unique) If in doubt about valid names, please refer to the ASAM specifications.

Long Identifier

Comment or description.

Display Identifier

An alternative display name that is usually much shorter than the Name property. Can be useful for devices with small display areas.

Format

Display formatting applied to numerical values. If specified, this Format property overrides any formatting in the Conversion property. The syntax for this field is: %Length.Layout

  • Length = overall length

  • Layout = number of decimal places

Bit Mask

Masks out single bits of the value to be processed. 0xFF = no mask for that byte. This property defaults to no masking with the number of 0xFF's determined by the Data Type selection. Note: The default mask is reapplied each time the Data Type is changed.

Data Type

Determines the number of bytes dedicated to the value and how those bytes are interpreted. This property should be chosen early because it applies defaults to the Bit Mask, Lower Limit, and Upper Limit properties.

  • UBYTE - 1 byte unsigned integer

  • SBYTE - 1 byte signed integer

  • UWORD - 2 byte unsigned integer

  • SWORD - 2 byte signed integer

  • ULONG - 4 byte unsigned integer

  • SLONG - 4 byte signed integer

  • FLOAT32_IEEE - 4 byte (32 bit) floating point IEEE format

  • FLOAT64_IEEE - 8 byte (64 bit) floating point IEEE format

  • FLOAT32_TASKING - 4 byte (32 bit) floating point tasking format

Conversion

Lower Limit

Lower limit of plausible range of values. A default limit is determined mathematically by the Data Type selection. Note: The default limit is reapplied each time the Data Type is changed.

Upper Limit

Upper limit of plausible range of values. A default limit is determined mathematically by the Data Type selection. Note: The default limit is reapplied each time the Data Type is changed.

Resolution

Smallest possible change in bits. (0 to 255)

Accuracy

Possible variation from exact value in %.

Applies the selected Conversion Method to the value. The dropdown selections come from the C.

onversion Methods tab
Create or Edit tools
right click menu
Measurements tab
Address tab
Interface Data tab
Figure 1: The dialog for creating or editing A2L file Measurements.