ADTF File Plugins for XCP

The ADTF Calibration Toolbox delivers following ADTF File Plugins for XCP:

The delivered .adtffileplugin can be found in:

ADTF Calibration Toolbox 2.x Deserializer

Introduction

The adtf_calibtb_2_deserializer.adtffileplugin can be used to convert ADTF 2.x .dat containing XCP messages to a ADTF 3.x .adtfdat file.

Usage

The MDF XCP Signals Exporter

Introduction

The mdf_xcp_signals_exporter.adtffileplugin can be used to export a XCP stream from an .adtfdat to a .mdf file.

Usage

$(ADTF_DIR)/pkg/adtf_file/bin/adtf_dattool.exe 
        --export <*.adtfdat filename>
        --plugin $(CALIBTB)/bin/mdf_xcp_signals_exporter.adtffileplugin 
        --stream <"name of stream">
        --processorid mdf_xcp_signals 
        --output <*.mdf filename>
        --property a2l=<*.a2l filename>
        [--property stream_name_as_prefix=<'true | false', default = 'true'>]
        [--property xcp_config=<*.xml filename>]

Fileplugin - Properties

Property Type Description
a2lfilenamePath to the A2L file.
stream_name_as_prefixboolIf 'true' the streamname of the stream is used as signalname prefix.
xcp_configfilenamePath to an .xml file descriping the xcp configuration. Only necessary, if the stream_meta_type_xcp_frames isn't containing the xcp_config information. This will occur, when the stream was not recorded by ADTF (e.g. it's a TDMS record)