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
  3. Create/Edit Characteristics

Edit Characteristic Axes

PreviousCreate/Edit CharacteristicsNextCreate/Edit Axis Pts

Last updated 2 years ago

To create or edit Characteristics 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 X-Axis tab in this dialog is available if the is a curve because a curve is an array of values with 1 axis. Both the X and Y-Axis tabs are shown if the Characteristic type is a map because a map is a table of values with 2 axes. The properties on the X and Y-Axis tabs are identical and described below in Table 1. The defines the Characteristic type and most of the other properties. The defines memory addressing for the Characteristic. 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: Characteristic Properties on the X-Axis and Y-Axis Tabs

Property
Description

Axis Type

The ASAP2 Editor supports 3 axis types:

  • FIX_AXIS - These axis points are "fixed" in the sense that they can not be written by an MCD system or test tool. Axis points are calculated using the Fix Axis Calc and Fix Axis Calc Data properties.

  • STD_AXIS - Standard axis where the axis points are stored in the ECU and writeable by a test tool.

Input Quantity

Conversion

Max Axis Points

Maximum number of axis points.

Lower Limit

Lower limit of plausible range of values.

Upper Limit

Upper limit of plausible range of values.

Reference Axis Point

Fix Axis Calc

Selects how points are created for Axis Type = FIX_AXIS.

  • FIX_AXIS_PAR - uses equation X(i) = Offset + (i-1)*2^Shift, where i = {1...# of axis points}.

  • FIX_AXIS_PAR_DIST - uses equation X(i) = Offset + (i-1)*Distance, where i = {1...# of axis points}.

  • FIX_AXIS_PAR_LIST - uses a list of values. The Conversion property is applied to achieve the actual display values.

Fix Axis Calc Data

Input values for the Fix Axis Calc property.

  • FIX_AXIS_PAR format is: Offset, Shift, # of axis points. Example: 0, 4, 6 creates axis points: 0, 16, 32, 48, 64, 80.

  • FIX_AXIS_PAR_DIST format is: Offset, Distance, # of axis points. Example: 1, 10, 5 creates axis points: 1, 11, 21, 31, 41.

  • FIX_AXIS_PAR_LIST format is just a list of numbers separated with commas.

Extended Lower Limit

Extends the lower limit of plausible values. Can be useful for generating warnings when the Lower Limit is exceeded.

Extended Upper Limit

Extends the upper limit of plausible values. Can be useful for generating warnings when the Upper Limit is exceeded.

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

Deposit

Determines how axis points are stored in ECU memory:

  • ABSOLUTE - value is stored as an absolute value.

  • DIFFERENCE - value is stored as the difference from the preceding value.

Readonly checkbox

If enabled, axis points will be read-only and can not be written.

COM_AXIS - Common axis that can be applied to multiple curves and maps. Use the Reference Axis Point property to pick the .

References a Measurement to be used as a working point on the axis to track along the curve or map. The dropdown selections come from the .

Applies the selected Conversion Method to the axis values. The dropdown selections come from the .

Selects the Axis Pts record if the Axis Type = COM_AXIS. The dropdown selections come from the .

Axis Pts
Measurements tab
Conversion Methods tab
Axis Pts tab
Create or Edit tools
right click menu
Characteristics tab
General tab
Address tab
Interface Data tab
Figure 1: The dialog for editing a Characteristic axis.
Characteristic Type