Setorientation; Setcuttingposition; Checkprinterstatus - SATO PV3 Manual

Xamarin sdk
Hide thumbs Also See for PV3:
Table of Contents

Advertisement

7-2-9 setOrientation

Sets the printing orientation of the label.
[Syntax]
Task<int> setOrientation(char orientation)
[Parameters]
• char orientation: Printing orientation
LabelOrientation Enumeration
TOP_TO_BOTTOM
BOTTOM_TO_TOP
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.

7-2-10 setCuttingPosition

Sets the cutting position or tear-off position after printing labels.
[Syntax]
Task<int> setCuttingPosition(int cuttingPosition)
[Parameters]
• int position: Cutting position value(Range of -100 to 100).
[Returns]
If the method succeeds, the return value is zero(0). Other cases, returns non-zero.

7-2-11 checkPrinterStatus

Gets the printer's current status.
[Syntax]
Task<uint> checkPrinterStatus(void);
[Returns]
LabelPrinterStatus Enumeration
IDLE
PAPER_EMPTY
COVER_OPEN
TPH_OVERHEAT
GAP_ERROR
BUILDING_LABEL_TO_BE_PRINTED
PRINTING_LABEL
ISSUED_LABEL_ISPAUSED
MOTOR_OVERHEAT
BOARD_OVERHEAT
WAIT_FOR_PAPER_TO_BE_TAKEN
Ver. 1.01
Value
'T'
Print from top to bottom
'B'
Print from bottom to top
Value
0
Printing is possible
1
No paper
2
Cover is open
8
TPH overheating
16
Gap Detection Error(Auto-sensing failure)
64
On building label to be printed in the buffer
128
On printing label in image buffer
256
Issued label is paused in peeler unit
512
Motor overheat
1024
Board overheat
2048
Wait for paper to be taken
- 19 -
Xamarin SDK
Description
Description

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pv4

Table of Contents