Chapter 12— LCD Programming for PL-Series
EasyCoder PL-Series Printer Programmer’s Reference Manual
115
<p><a href=”#main”>Main</a></p>
End the card
</card>
Example 2 looks like this:
<!— *************************************** —>
<!— ******** Setup Comm Baud Card ********* —>
<!— *************************************** —>
<card id=”baud” title=”Com,Baud” ontimer=”#status”>
<timer
value=”200"></timer>
<p>
$(vnd.zo.comm.baud)</p>
</br>
<do type=”accept” label=”9600">
<setvar
name=”vnd.zo.comm.baud”
value=”9600"/><refresh/>
</do><p> </p>
<do type=”accept” label=”19200">
<setvar
name=”vnd.zo.comm.baud”
value=”19200"/><refresh/>
</do>
</br>
<p><a
href=”#comm”>Back</a>
</p>
<p><a
href=”#main”>Main</a></p>
</card>
LCD Output for Example 2:
Note:
The LCD screen is 20 characters across and 4 lines.
Table 1: WML Tags Used on PL-Series Printers
Tag
Comments
<wml> … </wml>
Declares a WML document
<DISPLAY> … </DISPLAY>
Sends output to LCD
“<card id=””cardname”” title=””titlename””
ontimer=””#main””> … </card>”
Declares a card (or screen)
</br>
Line Break. On the display Line Break performs the
equivalent of a CR/LF. Also note that the display is 20
characters long. The 21
st
character displays at the first
position of the next line.
<p>
… </p>
Paragraph
“<a href=””#cardname””>
… </a>
Hyper-link to another card (screen)
$(vnd.zo.printer_option)
Gets printer option similar to the getvar command. Where
printer_option is an option from the previous section that
the getvar command is valid.
Com, Baud 19200
9600 19200
Back Main
Summary of Contents for EasyCoder PL-Series
Page 1: ...EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 4: ...iv EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 14: ...Contents xiv EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 18: ...Before You Begin xviii EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 35: ...Chapter 3 Text EasyCoder PL Series Printer Programmer s Reference Manual 17 ...
Page 44: ...Chapter 3 Text 26 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 83: ...Chapter 7 Graphics EasyCoder PL Series Printer Programmer s Reference Manual 65 Output ...
Page 84: ...Chapter 7 Graphics 66 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 100: ...Chapter 8 Advanced Commands 82 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 122: ...Chapter 10 Advanced Utilities 104 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 186: ...Appendix A Troubleshooting 168 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 190: ...Appendix B Interface Cables 172 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 200: ...Appendix D Font Information 182 EasyCoder PL Series Printer Programmer s Reference Manual ...
Page 205: ...EasyCoder PL Series Printer Programmer s Reference Manual 187 Index I ...
Page 219: ......