TRST-A10/TRST-A15 POS Printer OPOS Control Application User’s Manual
TOSHIBA TEC CORPORATION EAA-02450
22
1.1.5 Dual Side Print (Extended Function)
The TRST-A15 printer provides the Dual Side print function.
As the OPOS printer does not provide a dual side print function for receipt, this Control provide such function
by defining it using the OPOS standard methods.
Method
Description of Extended Function
TransactionPrint
Batch Transaction for Dual Side Print is made available by defining
PTR_TP_TRANSACTION1,
PTR_TP_TRANSACTION2,
PTR_TP_TRANSACTION3, and PTR_TP_PREDEFINE to the
Control
parameter.
This method starts a Batch Transaction for Dual Side Print in any of
TRANSACTION1, 2, or 3 mode.
PTR_TP_NORMAL processes all of PrintNormal, PrintBarcode, PrintBitmap,
and RotatePrint methods, which are called after any of the transaction modes
is entered.
PTR_TP_PREDEFINE is used to save a fixed print pattern to be printed on the
back side of paper. PTR_TP_PREDEFINE can use the PrintNormal,
PrintBarcode, and RotatePrint methods, but the PrintBitmap method is not
supported.
PrintNormal
In response to a request, printing on the back side of paper is made available
by defining PTR_S_RECEIPT2 to the
Station
paramter.
PTR_S_RECEIPT2 becomes available when the TransactionPrint method is
called and the PTR_TP_TRANSACTION2 mode is entered.
PrintBarcode
In response to a request, printing on the back side of paper is made available
by defining PTR_S_RECEIPT2 to the
Station
paramter.
PTR_S_RECEIPT2 becomes available when the TransactionPrint method is
called and the PTR_TP_TRANSACTION2 mode is entered.
PrintBitmap
In response to a request, printing on the back side of paper is made available
by defining PTR_S_RECEIPT2 to the
Station
paramter.
PTR_S_RECEIPT2 becomes available when the TransactionPrint method is
called and the PTR_TP_TRANSACTION2 mode is entered.
ChangePrintSide
Generally, this method is effective for Dual Side Print on a slip printer.
This method is also available for the TRST-A15 receipt printer.
SetLogo
This saves a top logo, bottom logo, or error logo, exclusively used for Dual
Side Print by defining PTR_TP_2STL_TOP, PTR_TP_2STL_BOTTOM, and
PTR_TP_2STL_ERROR_TOP to the
Location
parameter.
The logo saved can be printed busing a print logo escape sequence specific to
Dual Side Print.
Table 7 TRSTA1x POS Printer Control – Extended Methods for Dual Side Print