filterAllowOnly
配置 CAN 报文过滤器,使之仅允许通道接收指定的报文
说明
示例
按报文名称过滤
使用名称 'EngineMsg'
过滤数据库定义的报文
canch = canChannel('Vector','CANCaseXL 1',1); canch.Database = canDatabase('candatabase.dbc'); filterAllowOnly(canch,'EngineMsg')
按报文 ID 过滤
按标识符过滤报文。
canch = canChannel('Vector','CANCaseXL 1',1); filterAllowOnly(canch,[602 612],'Standard')
输入参数
canch
— CAN 设备通道
CAN 通道对象
要对其进行过滤的 CAN 设备通道,指定为 CAN 通道对象。
示例: canch = canChannel('NI','CAN1')
name
— CAN 报文的名称
字符向量 | 字符串
要允许的 CAN 报文的名称,指定为字符向量、字符串或这些类型的支持数组。
示例: 'EngineMsg'
数据类型: char
| string
| cell
IDs
— CAN 报文 ID
数值
要允许的 CAN 报文 ID,指定为数值或向量。
将 IDs
指定为十进制值。要将十六进制转换为十进制值,请使用 hex2dec
函数。
示例: 600
, [600,610]
, [600:800]
, [200:400,600:800]
数据类型: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
type
— 标识符类型
'standard'
| 'extended'
作为过滤依据的标识符类型,指定为字符向量或字符串。CAN 报文标识符类型为 'Standard'
和 'Extended'
。
示例: 'Standard'
数据类型: char
| string
版本历史记录
在 R2011b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)