Example: dental hygienist

TSPL/TSPL2 Programming Language TSC BAR CODE PRINTER ...

TSPL/TSPL2 Programming Language PROGRAMMINGMANUALTSC BAR code PRINTER series Update History Date Content Editor 2007/7/13 Revise some typos Phil 2007/12/25 Revise FREAD$() example Camille 2008/4/10 Add update history list Camille TABLE OF CONTENTS Document I Setup and System Commands ..1 SIZE ..1 GAP ..3 BLINE ..5 OFFSET ..7 DIRECTION and Mirror Image ..10 REFERENCE ..12 COUNTRY ..15 CODEPAGE ..16 FEED ..19 BACKFEED & BACKUP ..20 HOME ..23 PRINT ..25 CUT ..27 SELFTEST ..29 Label Formatting BAR ..30 BOX ..38 DMATRIX ..39 ERASE ..40 MAXICODE ..41 PUTPCX ..49 QRCODE ..51 Status Polling Commands (RS-232).

TSPL/TSPL2 Programming Language PROGRAMMING MANUAL TSC BAR CODE PRINTER SERIES. Update History Date Content Editor 2007/7/13 Revise some typos Phil 2007/12/25 Revise FREAD$() example Camille 2008/4/10 Add update history list Camille . TABLE OF CONTENTS

Tags:

  Series, Programming, Language, Code, Printer, Ptsl, Tspl tspl2 programming language, Tspl2, Tspl tspl2 programming language programming, Tsc bar code printer series

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of TSPL/TSPL2 Programming Language TSC BAR CODE PRINTER ...

1 TSPL/TSPL2 Programming Language PROGRAMMINGMANUALTSC BAR code PRINTER series Update History Date Content Editor 2007/7/13 Revise some typos Phil 2007/12/25 Revise FREAD$() example Camille 2008/4/10 Add update history list Camille TABLE OF CONTENTS Document I Setup and System Commands ..1 SIZE ..1 GAP ..3 BLINE ..5 OFFSET ..7 DIRECTION and Mirror Image ..10 REFERENCE ..12 COUNTRY ..15 CODEPAGE ..16 FEED ..19 BACKFEED & BACKUP ..20 HOME ..23 PRINT ..25 CUT ..27 SELFTEST ..29 Label Formatting BAR ..30 BOX ..38 DMATRIX ..39 ERASE ..40 MAXICODE ..41 PUTPCX ..49 QRCODE ..51 Status Polling Commands (RS-232).

2 59 <ESC>!? ..59 <ESC>!R ..60 ~!@ ..61 ~!A ..62 ~!C ..63 ~!D ..64 ~! ~! ~!T ..67 Message Translation ~# ..68 Commands for Windows ! !J ..70 !N ..71 File Management Commands ..72 DOWNLOAD ..72 EOP ..77 FILES ..78 MOVE ..81 RUN ..82 BASIC Commands and Functions ..83 ABS( ) ..83 ASC( ) ..84 CHR$( ) ..85 END ..86 EOF( )..87 OPEN ..88 READ ..90 SEEK ..92 LOF( )..93 FREAD$( ) ..94 ..95 INP$( ) ..103 INPUT ..104 REM ..105 OUT ..106 GETKEY( )..107 INT( )..109 LEFT$( ) .. 110 LEN( ).. 111 MID$( ).. 112 RIGHT$( ).. 113 STR$( ) .. 114 VAL( ) .. 115 BEEP .. 116 Device Reconfiguration Commands .. 117 SET COUNTER .. 117 SET CUTTER.

3 118 SET 119 SET BACK ..121 SET KEY1, SET KEY2, SET KEY3 ..123 SET LED1, SET LED2, SET LED3 ..125 SET SET TEAR & SET STRIP ..128 SET SET HEAD ..132 SET RIBBON ..133 SET COM1 ..134 SET PRINTKEY ..135 SET REPRINT ..137 PEEL ..138 LED1, LED2, LED3 ..139 KEY1, KEY2, PRINTER Global @LABEL ..143 YEAR ..144 MONTH ..145 WEEK ..147 MINUTE ..149 SECOND ..150 @YEAR ..151 @MONTH ..153 @DATE ..155 @DAY ..157 @MINUTE ..161 @SECOND ..163 TSC AUTO ID Technology Co., Ltd. I Copyright 2007 All Rights Reserved. Document Conventions This manual uses the following typographic conventions. Convention Description [expression list] Items inside square brackets are optional, expression maximum length 2*1024 bytes; <ESC> ESCAPE (ASCII 27), control code of status polling command, which returns the PRINTER status immediately, no matter the PRINTER is ready or not.

4 ~ (ASCII 126), control code of status polling command, which returns the PRINTER status only when the PRINTER is ready. Space (ASCII 32) characters will be ignored in the command line. (ASCII 34), beginning and ending of expression CR,LF (ASCII 13),(ASCII 10) is placed at the end of command line. NULL (ASCII 0) is not supported in the expression, except the 2D bar code commands.

5 Note: 203 DPI: 1 mm = 8 dots The Aarial font inwith bold and italic type is used for note. TSC AUTO ID Technology Co., Ltd. II Copyright 2007 All Rights Reserved. Paper feed direction DIRECTION 0 Label origin (0,0) X Y X=7mm Y=3mm Object Position Calculation 203 DPI, 1mm=8 dots 300 DPI, 1mm=12 dots DIRECTION 0 TEXT 56,24, 3 ,0,1,1, ABC Paper feed direction DIRECTION 1 Label origin (0,0) X Y X=7mm Y=3mm DIRECTION 1 TEXT 56,24, 3 ,0,1,1, ABC TSC AUTO ID Technology Co., Ltd. III Copyright 2007 All Rights Reserved. PRINTER Models List series Models TTP-243 series 1.

6 TTP-243 2. TTP-243E TTP-243 Plus series 3. TTP-243 Plus 4. TTP-243E Plus TTP-244ME series 5. TTP-243M 6. TTP-244ME TTP-244ME Plus series 7. TTP-244ME Plus TTP-244 series 8. TTP-244 TTP-245 series 9. TTP-245 10. TTP-245G 11. TTP-245 Plus TDP-245 series 12. TDP-245 13. TDP-245G 14. TDP-245 Plus TTP-246M series 15. TTP-246M 16. TTP-246G 17. TTP-246M Plus TTP-248M series 18. TTP-248M TTP-2410M series 19. TTP-2410M 20. TTP-346M TDP-643 Plus 21. TTP-643 Plus TDP-643R Plus 22. TTP-643R Plus TTP-342 series 23. TTP-342 TTP-342 Plus series 24. TTP-342 Plus TTP-342M series 25. TP-342M TTP-342M Plus series 26. TTP-342M Plus TTP-343 series 27. TTP-343 28.

7 TTP-343 Plus TTP-344M series 29. TTP-344M 30. TTP-344M Plus TTP-346M series 31. TTP-346M M23 series 32. M23 TSC AUTO ID Technology Co., Ltd. 1 Copyright 2007 All Rights Reserved. Set up and System Commands z SIZE Description This command defines the label width and length. Syntax (1) English system (inch) SIZE m, n (2) Metric system (mm) SIZE m mm, n mm Parameter Description m Label width (inch or mm) n Label length (inch or mm) Note: 200 DPI: 1 mm = 8 dots 300 DPI: 1mm = 12 dots For metric system, there must be a space between parameter and mm.

8 Max. width 72mm 104mm 106mm 108mm TTP-243 series X TTP-243 Plus series X TTP-244ME series X TTP-244ME Plus series X TTP-244 series X TTP-245 series X TDP-245 series X TTP-246M series X TTP-248M series X

9 TTP-2410M series X TDP-643 Plus series X TDP-643R Plus series X TTP-342 series X TTP-342 Plus series X TTP-342M series X TTP-342M Plus series X TTP-343 series X TTP-344M series X TTP-346M series X M23 series X Example (1) English system (inch) SIZE , (2) Metric system (mm) TSC AUTO ID Technology Co.

10 , Ltd. 2 Copyright 2007 All Rights Reserved. SIZE 100 mm, 100 mm See Also GAP, BLINE TSC AUTO ID Technology Co., Ltd. 3 Copyright 2007 All Rights Reserved. z GAP Description Define the gap distance between two labels Syntax (1). English system (inch) GAP m, n (2) Metric system (mm) GAP m mm, n mm Parameter Description m The gap distance between two labels 0 m 1 (inch), 0 m (mm) n The offset distance of the gap n label length (inch or mm) 0,0 Continuous label.


Related search queries