Main Content

Configure Silent Mode

The SilentMode property of a CAN channel specifies that the channel can only receive messages and not transmit them. Use this property to observe all message activity on the network and perform analysis without affecting the network state or behavior.

  1. Change the SilentMode property of the first CAN channel, canch1 to true.

    canch.SilentMode = true
  2. To see the changed property value, type:

    canch1.SilentMode
    ans =
    
         1

See Also

Functions

Properties

Related Topics