主要内容

J1939通信

Vehicle network communication using J1939 protocol

创建J1939参数组s and channels to transmit over a CAN network using MATLAB®or Simulink®.

Note

您不能在Linux上运行®any Simulink models that contain blocks from the Vehicle Network Toolbox™ J1939 Communication block library.

Functions

expand all

candatabase Create handle to CAN database file
j1939Channel Create J1939 CAN channel
configbusspeed Configure bit timing of J1939 channel
start Start channel connection to J1939 bus
stop Stop channel connection to J1939 bus
receive Receive parameter groups from J1939 bus
transmit Send parameter groups via channel to J1939 bus
discard 丢弃J1939频道上的可用参数组
filterAllowAll Open parameter group filters on J1939 channel
filterAllowOnly Allow only specified parameter groups to pass J1939 channel filter
filterBlockOnly Block only specified parameter groups on J1939 channel filter
candatabase Create handle to CAN database file
j1939ParameterGroup 创建J1939参数组
j1939ParameterGroupImport Import J1939 log file
J1939参数级 Convert CAN messages or J1939 parameter groups into timetable
j1939 signaltimetable Create J1939 signal timetable from J1939 parameter group timetable
提取所有 指定的J1939参数组的出现
外推 最近的J1939参数组的出现
extractTime Occurrences of J1939 parameter groups within time range

Properties

expand all

J1939.Channel属性 Properties of thej1939.Channelobject
J1939.参数组Properties Properties of theJ1939.参数组object

expand all

J1939 Network Configuration Define J1939 network configuration name and database file
J1939 Node Configuration Configure J1939 node with address and network management attributes
J1939 CAN Transport Layer Transport J1939 messages via CAN
J1939 Transmit Transmit J1939 message
J1939收到 Receive J1939 parameter group messages

Topics