Epson S1D13506 Technical Manual page 440

Color lcd/crt/tv controller
Table of Contents

Advertisement

Page 12
Scripting
Comments
S1D13506
X25B-B-003-02
13506PLAY can be driven by a script file. This is useful when:
• there is no display output and a current register status is required.
• various registers must be quickly changed to view results.
A script file is an ASCII text file with one 13506PLAY command per line. All scripts must
end with a "q" (quit) command.
On a PC platform, a typical script command line might be:
"13506PLAY < dumpregs.scr > results."
This causes the file "dumpregs.scr" to be interpreted as commands by 13506PLAY and the
results to be sent to the file "results."
Example: Create an ASCII text file that contains the commands i, xa, and q.
; This file initializes the S1D13506 and reads the registers.
; Note: after a semicolon (;), all characters on a line are ignored.
; Note: all script files must end with the "q" command.
i
xa
q
• All displayed numeric values are considered to be hexadecimal unless identified other-
wise. For example, 10 = 10h = 16 decimal; 10t = 10 decimal; 010b = 2 decimal.
• Redirecting commands from a script file (PC platform) allows those commands to be
executed as though they were typed.
Epson Research and Development
Vancouver Design Center
13506PLAY Diagnostic Utility
Issue Date: 01/02/06

Advertisement

Table of Contents
loading

Table of Contents