Epson ProofPlus TM-H6000III Manual de desenvolvimento - Página 22

Procurar online ou descarregar pdf Manual de desenvolvimento para Scanner Epson ProofPlus TM-H6000III. Epson ProofPlus TM-H6000III 32 páginas. Ecc printer
Também para Epson ProofPlus TM-H6000III: Manual do produto (27 páginas), Brochura (2 páginas), Especificações (2 páginas), Brochura (6 páginas), Manual do utilizador (32 páginas), Manual de desenvolvimento (26 páginas), Manual de desenvolvimento (45 páginas), Manual (10 páginas), Manual do utilizador (29 páginas)

Epson ProofPlus TM-H6000III Manual de desenvolvimento
[Event management]
Private Sub OposMicr1_DirectIOEvent (ByVal EventNumber As Long, pData As
Long, pString As String)
DIEData = pData
DIEFlag = 1
End Sub

5.2 Cleaning the MICR

The MICR device can be cleaned using the DirectIO method.
A special cleaning sheet is used for cleaning. When this command is executed,
please insert the cleaning sheet into the check paper entrance. For detailed
information on how to clean the MICR device, please refer to the product manual.
The following is an example program that cleans the MICR:
Dim RC As Long
Dim Dummy As Long
Dim Data As String
Dummy = 0
Data = ""
RC = OposMicr1.DirectIO (MICR_DI_CLEANING, 'Command number
used
used
If RC = OPOS_SUCCESS Then
'Success
Else
'Error
End If
Dummy,
Data)
18
APPLICATION DEVELOPMENT GUIDE
MICR (EPSON TM Series)
Version 3.00 Feb. 2019
'Not
'Not