j1939SignalTimetable
Syntax
Description
converts a timetable of J1939 parameter group information into individual timetables of
signal values. The function returns a structure with a field for each unique parameter group
in the timetable. Each field value is a timetable of all the signals in that parameter
group. Use this form of syntax to convert an entire set of parameter groups in a single
function call.sigTables
= j1939SignalTimetable(pgTable
)
returns signal timetables for only the parameter groups specified by
sigTables
= j1939SignalTimetable(pgTable
,"ParameterGroups",pgNames
)pgNames
, which can specify one or more parameter group names. Use this
form of syntax to quickly convert only a subset of parameter groups into signal
timetables.
adds source and destination addresses to each J1939 signal timetable. The default argument
value is sigTables
= j1939SignalTimetable(___,"IncludeAddresses",true)false
, in which case the J1939 signal timetables do not include
addresses.
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a