ASC Exporter
Loading...
Searching...
No Matches
asc_can_fd_exporter

Processors

asc_can_fd

Exports CAN FD frames from an ASC file.

Properties

Name Default Value Type Description
channel_mask 0xffff string Only process data whose CAN FD channel matches with this mask.
set_negative_time_to_zero 1 unsigned If set to 1 negative timestamps will set to 0. If set to 0 negative timestamps remain untouched.
skip_error_frames 1 unsigned If set to 1 error frames will be skipped. If set to 0 error frames will be not skipped.
skip_status_messages 1 unsigned If set to 1 status messages will be skipped. If set to 0 status messages will be not skipped.

Plugin Attributes

Attribute Value
Plugin Name asc_can_fd_exporter.adtffileplugin
License ADTF Subscription
Support Mail suppo.nosp@m.rt@d.nosp@m.igita.nosp@m.lwer.nosp@m.k.net
Homepage URL https://adtf.dev/

Usage

To use one of the supplied exporters, specify the plugin with the --plugin option of the adtf_dattool i.e.:

adtf_dattool --plugin /path/to/asc_exporter/bin/asc_can_fd_exporter.adtffileplugin --export file_with_can_fd_data.adtfdat --stream canfd --output can_fd_frames.asc

Note: You can specify a processor for each stream with the –processorid argument. If you do not specify one explicitly, the first one that supports the stream is used.

Example with processorid:

adtf_dattool --plugin /path/to/asc_exporter/bin/asc_can_fd_exporter.adtffileplugin --export file_with_can_fd_data.adtfdat --stream raw_canfd --processorid asc_canfd --output can_fd_frames.asc