5-2 Application Development Information for UPOS Rev. E
5.1.1 Recommended Flow
The recommended flow of the Single-pass processing is shown below. It is explained for OPOS.
You need to replace it with JavaPOS or OPOS for .NET if necessary.
* you may execute the prescan at the check scanner’s EndInsertion by “CHK_DI_ENDINSERTION_EXTENDED.“
Start
OPOSPOSPrinter.AsyncMode = False
End
Setting the check scanner
OPOSCheckScanner.DirectIO CHK_DI_CHANGE_MODE
Specify the properties of OPOSCheckScanner
OPOSCheckScanner.DirectIO CHK_DI_SHARPNESS_IMAGE
(Ex. ImageFormat)
Setting the AsyncMode
OPOSMICR.BeginInsertion
OPOSMICR.EndInsertion
Check insertion &
OPOSPOSPrinter.PrintNormal
Endorsement printing
OPOSPOSPrinter.ChangePrintSide
OPOSPOSPrinter.PrintNormal
Face side printing
OPOSCheckScanner.BeginInsertion
Slip Scanning
OPOSCheckScanner.RetrieveImage
Populating the “ImageData” property
with the scanned result
OPOSCheckScanner.EndInsertion *
MICR reading