Rev.
B
Application Development Information
4-5
TM-P60 with Peeler Technical Reference Guide
❏
When an error status is sent to the host PC, the host PC can display an error message or
solution message for operator (with beeping).
❏
When “Paper end“ status is sent to the host PC, the host PC can display a message for the
operator to replace roll paper (with beeping).
4.4.1 Printer Status on APD
When you use APD to get printer’s status, you have to install “Status API“ and use it. Refer to
“Status API User’s Manual“ and the sample program of Status API for details.
4.4.2 OPOS
Note
This section describes the summary of status handling. Refer to “OPOS ADK Application Development
Guide General Functions” for details.
4.4.2.1 Checking the printer state
The state of the printer can be checked through properties supported by the printer. For
example, if the user wants to check if the printer cover is open, the CoverOpen property can be
used.
This and many other events can also be checked by firing a StatusUpdateEvent.
StatusUpdateEvent can return information on the following items.
STATUS INFORMATION
PTR_SUE_COVER_OPEN
Cover is open.
PTR_SUE_COVER_OK
Cover is closed.
PTR_SUE_REC_EMPTY
Receipt paper is out.
PTR_SUE_REC_PAPEROK
Receipt paper is OK.
PTR_SUE_IDLE
Printer State is idle.
If OPOSPOSPrinter1.CoverOpen = True Then
MsgBox “Cover is open!”
End If
[Event management]
Private Sub OPOSPOSPrinter1_StatusUpdateEvent(ByVal Data As Long)
If Data = PTR_SUE_COVER_OPEN Then
MsgBox “Cover is open!”
End If
End Sub
Summary of Contents for Mobilink TM-P60
Page 1: ...TM P60 with Peeler Technical Reference Guide EPSON English 410383801 Rev B ...
Page 2: ......
Page 10: ...viii ...
Page 26: ...1 6 General Information Rev B ...
Page 114: ...A 42 Wireless LAN Setup Detailed Information Rev B ...
Page 118: ...Wireless LAN Network Composition B 4 Rev B ...
Page 120: ...C 2 Character Code Tables Rev B C 2 Page 1 Katakana ...
Page 122: ...C 4 Character Code Tables Rev B C 4 Page 3 PC860 Portuguese ...
Page 124: ...C 6 Character Code Tables Rev B C 6 Page 5 PC865 Nordic ...
Page 126: ...C 8 Character Code Tables Rev B C 8 Page 17 PC866 Cyrillic 2 ...
Page 128: ...C 10 Character Code Tables Rev B C 10 Page 19 PC858 Euro ...
Page 136: ...D 6 System Planning Rev B ...
Page 147: ......
Page 148: ...EPSON SEIKO EPSON CORPORATION ...