EasyManua.ls Logo

TSC TTP-244CE series User Manual

TSC TTP-244CE series
206 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #129 background image
TSC AUTO ID Technology Co., Ltd. 119 Copyright 2009 All Rights Reserved.
GOTO
Description
This command is used to branch to a specified label. The label cannot exceed 8 characters in
length.
Syntax
GOTO LABEL
:LABEL
Parameter Description
LABEL Beginning of the point. The maximum length of the label is 8
characters.
Example
DOWNLOAD "GOTO1.BAS"
SIZE 3,3
GAP 0.08,0
DENSITY 8
SPEED 4
DIRECTION 1
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
CLS
A=0
TOTAL=0
:START
IF A<100 THEN
GOTO SUM
ELSE
GOTO PRTOUT
ENDIF
:SUM
A=A+1
TOTAL=TOTAL+A
GOTO START
:PRTOUT
B$="THE SUMMATION OF 1..100 IS "+STR$(TOTAL)
TEXT 10,100,"3",0,1,1,B$
PRINT 1
END
EOP

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the TSC TTP-244CE series and is the answer not in the manual?

TSC TTP-244CE series Specifications

General IconGeneral
Resolution203 dpi
Processor32-bit RISC CPU
Print MethodThermal Transfer / Direct Thermal
Max Print Speed4 inches per second
Memory8 MB SDRAM, 4 MB Flash
Communication InterfacesUSB, Serial (RS-232)
Media HandlingContinuous, Fan-Fold
Media TypeContinuous, Die-cut, Black Mark, Fan-fold
Media Width1 inch to 4.4 inches
Media Roll Diameter127 mm (5 inches)
Ribbon Length300 m
Ribbon Core25.4 mm (1 inch)
Power100-240 VAC, 50/60 Hz
Weight2.5 kg
Max Print Length2, 286 mm (90")
Dimensions232 mm (W) x 156 mm (H) x 288 mm (D) 9.13" (W) x 6.14" (H) x 11.34" (D)

Summary

Setup and System Commands

SIZE Command

Defines the label width and length for printer operations.

GAP Command

Sets the distance between two labels for proper feeding.

SPEED Command

Defines the print speed setting for the printer.

DIRECTION and Mirror Image

Defines the printout direction and mirror image settings.

PRINT Command

Prints the label format currently stored in the image buffer.

Label Formatting Commands

BARCODE Command

Prints various types of 1D barcodes.

QRCODE Command

Defines and prints QR code 2D barcodes.

BASIC Commands and Functions

Device Reconfiguration Commands

Related product manuals