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. A2L Item Area

Conversion Methods Tab

PreviousAxis Pts TabNextVerbal Conversion Tables Tab

Last updated 2 years ago

Conversion Methods are formulas and tables applied to , , and . They are declared with the keyword COMPU_METHOD within the A2L file. The Conversion Methods tab has a table to display all A2L file Conversion Method items and their properties. Each row (below the 1st filtering row) defines a Conversion Method and each column is a property. The default column configuration is shown in Figure 1.

Columns in the table can be filtered, reorganized, added, and hidden. These are common across all tabs in this area. To add items to the table you can:

  • Use the tool or selection.

  • an existing A2L file.

  • Double click on a cell in the table.

Refer to Table 1 below for a description of each column on the Conversion Methods tab.

Table 1: Column Descriptions for the Conversion Methods Tab

Default Columns
Description

Name

Unique identifier of the Conversion Method. 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.

Type

The ASAP2 Editor supports 5 types of conversions:

  • TAB_INTP - table with interpolation.

  • TAB_NOINTP - table without interpolation.

  • TAB_VERB - verbal conversion table.

  • RAT_FUNC - fractional rational function f(x)=(axx + bx + c)/(dxx + ex + f), where coefficients 'a' through 'f' are specified properties.

  • FORM - formula as specified in the Formula property.

Format

  • Length = overall length

  • Layout = number of decimal places

Unit

A physical unit label like Volts, RPM, kph, etc.

Formula

Formula specified as a function of x. Multiple references use syntax X1, X2, X3, etc where X1 references the first input, X2 the second, etc. If there is only one reference in the formula then X can be used instead of X1.

Coeffs

Coefficient values for the Conversion Type = RAT_FUNC. f(x)=(axx + bx + c)/(dxx + ex + f)

RefTable

Hidden Columns
Description

LongIdentifier

Comment or description.

To edit items already in the table with the dialog you can:

Use the tool or selection.

Display formatting applied to numerical values. This Format will be overridden by any Format properties specific to , , and . The syntax for this field is: %Length.Layout

Table used for the TAB_x conversion types. Dropdown selections come from the tab.

Edit Conversion Methods
Edit
right click menu
Measurements
Characteristics
Axis Pts
Verbal Conversion Tables
Measurements
Characteristics
Axis Pts
table features
Create
right click menu
Import
Figure 1: The Conversion Methods tab in the A2L file item area.