Page 8
Epson Research and Development
Vancouver Design Center
S1D13706 13706PLAY Diagnostic Utility
X31B-B-003-02 Issue Date: 01/02/23
RW addr [count]
Reads a certain number of words from the specified address. If no value is provided for
count, it defaults to 10h.
Where:
addr Address from which word(s) are read (hex).
count Number of words to be read (hex).
T xx
Tests VNDP read for xx seconds. (This option was developed for testing purposes only
and is not supported.)
Where:
xx The number of seconds VNDP is tested (decimal).
V
Calculates the current frame rate from the VNDP count.
W addr data ...
Writes byte(s) of data to specified memory address.
Where:
addr Address data is written to.
data Data to be written (hex). Data can be a list of bytes to be
repeated for the duration of the write. To use decimal
values, attach a “t” suffix to the value (e.g. 100t is 100
decimal). To use binary values attach a “‘b” suffix to the
value (e.g. 0111‘b).
WD addr data ...
Writes dword(s) of data to specified memory address.
Where:
addr Address data is written to
data Data to be written (hex). Data can be a list of dwords to be
repeated for the duration of the write. To use decimal
values, attach a “t” suffix to the value (e.g. 100t is 100
decimal). To use binary values attach a “‘b” suffix to the
value (e.g. 0111‘b).
WW addr data ...
Writes word(s) of data to specified memory address.
Where:
addr Address data is written to
data Data to be written (hex). Data can be a list of words to be
repeated for the duration of the write. To use decimal
values, attach a “t” suffix to the value (e.g. 100t is 100
decimal). To use binary values attach a “‘b” suffix to the
value (e.g. 0111‘b).