Skip to Main Content Skip to Search
Product Documentation

transmitEvent - Configure a message for event-based transmit

Syntax

transmitEvent(canch, msg, 'state')

Description

transmitEvent(canch, msg, 'state') enables an event-based transmit of the CAN message, msg, on the channel, canch when 'state' is On and disables it when 'state' is Off.

Input Arguments

canch

The name of the CAN channel on which the specified message is enabled for event-based transmit.

msg

The message enabled for event-based transmission on the specified CAN channel.

'state'

Specify whether event-based transmission is enabled on the specified message. Input Off to enable event-based transmission on the specified message, and Off for disabling it.

Examples

Construct a CAN channel and configure a message on the channel:

canch = canChannel('Vector', 'CANCaseXL 1', 1);
msg = canMessage(500, false, 4);

Enable the message for event-based transmit, start the channel, and change some data to trigger the event-based transmit:

transmitEvent(ch, msg, 'On');
start(canch);
msg.Data = [1 2 3 4];

See Also

canChannel | canMessage | transmitConfiguration | transmitPeriodic

  


Recommended Products

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