18
SV203
- Commands Descriptions
WRm n
Write to RAM
RRm
Read from RAM
where m is the memory address (see table on next page),
n is the value to be stored.
These commands allow you to modify and read the contents of the
internal register or RAM of the processor. The internal RAM is a
volatile memory storage, so when power is removed the contents
will be erased.
i.e.
WR51 20 <enter>
servo #1 will move to position 20, this command is
equivalent to SV1 M20 <enter>
i.e.
RR52 <enter>
the position of servo #2 will be returned.