Allow you to customize your own label. For set meal, it will combine in one label.
The actual layout may vary depending on the type of label printer.
Configuration
- Select Printer Brand - Label (TSC Cmd)
- Enter Dots/Char per line - 32
- Support USB and Network
- Enter the template in the Special Edit Box.
Under normal condition, SetMeal is consider as one item regardless of the no of set item.
To consider the item in the SetMeal as individual item, write setMealItem:1 in the advance configuration.
setMealItem:1
Template Example
Example of TSC command printer (40 by 30mm label):
203 DPI, 1mm=8 dots
Sample 1
GAP 0 0\r\n SIZE 35 mm, 25 mm\r\n CLS\r\n DIRECTION 1,0\r\n TEXT 8,10,"2",0,1,1," Q:#ORDER:3#"\r\n TEXT 140,10,"2",0,1,1,"[#CUR_COUNT#/#TOTAL_COUNT#]"\r\n TEXT 8,45,"2",0,1,1,"#NAME1:16#"\r\n TEXT 8,75,"1",0,1,1,"#NAME2:20#"\r\n TEXT 8,90,"1",0,1,1,"#NAME3:20#"\r\n TEXT 8,105,"1",0,1,1,"#COMMENT1:13#"\r\n TEXT 8,130,"1",0,1,1,"#PRICE#"\r\n TEXT 100,130,"1",0,1,1,"#TIME:1000#"\r\n TEXT 8,150,"1",0,1,1,"FoodZaps"\r\n PRINT 1,1\r\n
Sample 2
GAP 0 0\r\n SIZE 40 mm, 30 mm\r\n CLS\r\n DIRECTION 1,0\r\n TEXT 8,10,"2",0,1,1,"#TABLE#[#ORDER:4#]"\r\n TEXT 190,10,"2",0,1,1,"[#CUR_COUNT#/#TOTAL_COUNT#/]"\r\n TEXT 8,45,"2",0,1,1,"#NAME1:13#"\r\n TEXT 8,80,"2",0,1,1,"#NAME2:13#"\r\n TEXT 8,110,"2",0,1,1,"#NAME3:13#"\r\n TEXT 8,140,"2",0,1,1,"#COMMENT1:13#"\r\n TEXT 8,170,"2",0,1,1,"#PRICE#"\r\n TEXT 8,200,"2",0,1,1,"#DATE##TIME:0#"\r\n PRINT 1,1\r\n
Template Tag
Tag | Configuration | Comment |
#NAME1:Length# #NAME2:Length# #NAME3:Length# #NAME4:Length# #NAME5:Length# | Length | The name will be breakdown into multiple lines if too long. Can set the length for each line. |
#COMMENT1:Length# #COMMENT2:Length# | Length | The commentwill be breakdown into multiple lines if too long. Can set the length for each line. |
#PRICE# | ||
#PAX# | ||
#TABLE# | ||
#AGENT# | ||
#MEMBER# | ||
#ORDER:NoOfDigits# | No Of Digits | |
#CUR_COUNT# | ||
#TOTAL_COUNT# | ||
#DATE# | ||
#TIME:NoOfSecondsToAdd# | No of seconds add to current time |
TSC Print command
TEXT X, Y, ”font”, rotation, x-multiplication, y-multiplication, “content” | |||||||||||||||||||||||||||||||||
Parameter | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
The x-coordinate of the text | |||||||||||||||||||||||||||||||||
Y | |||||||||||||||||||||||||||||||||
The y-coordinate of the text | |||||||||||||||||||||||||||||||||
Font | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
Rotation | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
X-multiplication | |||||||||||||||||||||||||||||||||
Horizontal multiplication, up to 10x. Available factors: 1~10 For “ROMAN.TTF” true type font, this parameter is For font “0”, this parameter is used to specify the width (point) of true type font. 1 point=1/72 inch. | |||||||||||||||||||||||||||||||||
Y-multiplication | |||||||||||||||||||||||||||||||||
Vertical multiplication, up to 10x. Available factors: 1~10 For true type font, this parameter is used to specify |
Support non English Text
1. Perform printer Self Test to find what are the additional languages the printer can support.
- Turn OFF the printer
- Press and hold the FEED button and then turn on the printer.
- Once the self test is completed, release the FEED button and turn OFF the printer.
2. From the self test print out, identify the following section.
3. The one circle in RED is known as the ENCODING (BIG5, GB2312, KSC5601)
4. The one circle in GREEN is known as the FONT (TST24.BF2, TSS24.BF2, K).
5. The ENCODING and FONT must work in pair.
Example:
- Add the encoding on the first line: "ENCODING:BIG5" (without the \r\n)
- Select the FONT as per the encoding.
- The specific font is unlike English Font has different font size. It only support one specific size.
ENCODING:BIG5 GAP 0 0\r\n SIZE 40 mm, 30 mm\r\n CLS\r\n DIRECTION 1,0\r\n TEXT 8,10,"2",0,1,1,"#TABLE#[#ORDER:4#]"\r\n TEXT 190,10,"2",0,1,1,"[#CUR_COUNT#/#TOTAL_COUNT#/]"\r\n TEXT 8,45,"TST24.BF2",0,1,1,"#NAME1:13#"\r\n TEXT 8,80,"TST24.BF2",0,1,1,"#NAME2:13#"\r\n TEXT 8,110,"TST24.BF2",0,1,1,"#NAME3:13#"\r\n TEXT 8,140,"2",0,1,1,"#COMMENT1:13#"\r\n TEXT 8,170,"2",0,1,1,"#PRICE#"\r\n TEXT 8,200,"2",0,1,1,"#DATE##TIME:0#"\r\n PRINT 1,1\r\n