User`s guide

2 Automa tion Interface
Function Description
isreadable
Determine whether MATLA B
software can read the specied
memory location.
iswritable
Determine whether MATLA B
software can write to the processor.
msgcount
Determine how many messages are
waiting in a channel queue.
open
Open channels in RTDX.
readmat
Read data matrices from the
processorintoMATLABsoftwareas
an array.
readmsg
Readoneormoremessagesfroma
channel.
writemsg
Write message s to the processor over
a channel.
This tutorial provides the following workow to show you how to use many
of the functions in the links. By performing the steps provided, you work
through many of the operations yourself. The tutorial follows the general
task ow fo r d ev eloping digital signal proce ssing programs through testing
with the links for RTDX.
Within this set o f tasks, numbers 1, 2, and 4 are fundamental to all
development projects. Wheneve r yo u work with MATLAB software and
objects for RTD X, you perform the functions and tasks outlined and prese nte d
in this tutorial. The differences lie in Task 3. Task 3 is the most important for
using E mbe dded IDE Link CC to develop your processing system.
1 Create an RTDX link to your desired processor and load the program to
the processor.
All projects begin this way. Without the links you cannot load y our
executable to the processor.
2 Congure channels to communicate with the processor.
2-24