canFDMessageTimetable
Convert CAN or CAN FD messages into timetable
Description
creates a CAN FD message timetable from an existing CAN FD message timetable, an array of
CAN message objects, or a CAN FD message structure from the CAN FD Log block. 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 FD message timetable.msgtimetable
= canFDMessageTimetable(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
= canFDMessageTimetable(msg
,database
)
The input msg
can also be a timetable of data created by using
read
on an
mdfDatastore
object. In this case, the function converts the timetable of ASAM standard logging format
data to a Vehicle Network Toolbox™ CAN FD message timetable.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b