canMessageTimetable
Convert CAN messages into timetable
Description
creates a CAN message timetable from existing raw messages. The output message timetable
contains the raw message information (ID, Extended, Data, etc.) from the messages. If CAN
message objects are input which contain decoded information, that decoding is retained in the
CAN message timetable. A timetable of CAN message data can often provide better performance than
using CAN message objects.msgtimetable
= canMessageTimetable(msg
)
uses the database to decode the message names and signals for the timetable along with the raw
message information. Specify multiple databases in an array to decode message names and signals
in the timetable within a single call. msgtimetable
= canMessageTimetable(msg
,database
)
The input msg
can also be a timetable of data created by using mdfRead
on an MDF file.
In this case, the function converts the timetable of ASAM standard logging format data to a
Vehicle Network Toolbox™ CAN message timetable.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017a