Chapter 12— LCD Programming for PL-Series
112
EasyCoder PL-Series Printer Programmer’s Reference Manual
Using the Information in This Chapter
PL-Series printers with the LCD control panel option use the WML
language to create screens or cards for the display. This chapter explains
the WML tags and commands used to create a menu for the LCD. The
file should be named INDEX.WML. You can send this file to the printer
using an FTP session or using Intermec PLUS. By using a line like
$(vnd.zo.
parameter name
)
, you can display the value of that
parameter name as seen in Example 1. Refer to Chapter 13,
“Configuration/Control Commands,” for complete information on
available parameters.
Refer to “Table 1: WML Tags Used on PL-Series Printers” at the end of
this chapter for information on WML tags used by the PL-Series display.
The first card to be displayed should always be called main. The next two
sections provide examples. Example 1 demonstrates the timer function and
uses this to refresh the LCD to give a current battery voltage, head latch
status, and paper out status. In the example each line is followed by a
CR/LF (0x0D/0x0A).
Example 1
This is a complete menu that demonstrates most of the tags from “Table 1:
WML Tags Used on PL-Series Printers” at the end of this chapter. The
<do> tag is shown in Example 2.
Language Tag
<wml>
Direct output to the LCD screen
<display>
Begin card named netset, with no title and a 10-second
delay go back to the main card.
<card id=”netset” title=” “ ontimer=”#main”> <timer
value=”100"></timer>
Display the IP address
<p>IP:$(vnd.zo.ip.addr)</p>
Line Break
<br/>
Display the PORT number
<p>TCP
Port:$(vnd.zo.ip.port)</p>
Line Break
<br/>
Display the ESSID
<p>eSSID:$(vnd.zo.wlan.current_essid)
</p>
Line Break
<br/>
Display the associated status
<p>Associated:$(vnd.zo.wlan.associated)
</p>
Display a link back to the main card
<p><a
href=”#main”>back</a></p>
Close the card tag
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: ......