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
Содержание EasyCoder PL-Series
Страница 1: ...EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 4: ...iv EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 14: ...Contents xiv EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 18: ...Before You Begin xviii EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 35: ...Chapter 3 Text EasyCoder PL Series Printer Programmer s Reference Manual 17 ...
Страница 44: ...Chapter 3 Text 26 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 74: ...Chapter 6 Two Dimensional Bar Codes 56 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 83: ...Chapter 7 Graphics EasyCoder PL Series Printer Programmer s Reference Manual 65 Output ...
Страница 84: ...Chapter 7 Graphics 66 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 100: ...Chapter 8 Advanced Commands 82 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 122: ...Chapter 10 Advanced Utilities 104 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 128: ...Chapter 11 Printer Escape Commands 110 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 182: ...Chapter 14 Printer Configuration and Setup 164 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 186: ...Appendix A Troubleshooting 168 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 190: ...Appendix B Interface Cables 172 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 193: ...Appendix C Character Tables EasyCoder PL Series Printer Programmer s Reference Manual 175 CP850 Character Set ...
Страница 194: ...Appendix C Character Tables 176 EasyCoder PL Series Printer Programmer s Reference Manual Latin 1 Character Set ...
Страница 200: ...Appendix D Font Information 182 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 204: ...Appendix E Bar Code Quick Reference 186 EasyCoder PL Series Printer Programmer s Reference Manual ...
Страница 205: ...EasyCoder PL Series Printer Programmer s Reference Manual 187 Index I ...
Страница 219: ......