| Contents | Index |
Specify whether the channel operates silently. By default SilentMode is false. In this mode, the channel both transmits and receives messages normally and performs other tasks on the network such as acknowledging messages and creating error frames.
To observe all message activity on the network and perform analysis without affecting the network state or behavior, change SilentMode to true. In this mode, you can only receive messages and not transmit any.
Usage | CAN channel |
Read only | Never |
Data type | Boolean |
{false} — The channel is in normal or active mode.
true — The channel is in silent mode.
To configure the channel to silent mode, type:
canch.SilentMode = true
To configure the channel to normal mode, type:
canch.SilentMode = false
You can also use the set function to set the values of this property.

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |