User`s guide

enable
Examples To use channels to RTDX, you must both open and enable the channels:
cc = ticcs; % Create a new connection to the IDE.
enable(cc.rtdx) % Enable the RTDX interface.
open(cc.rtdx,'inputchannel','w') % Open a channel for sending
% data to the processor.
enable(cc.rtdx,'inputchannel') % Enable the channel so you can use
%it.
See Also disable, open
7-52