User Tools

Site Tools


tec_label_printing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tec_label_printing [2014/10/21 08:34 (10 years ago)] swindtec_label_printing [2021/04/19 21:44 (3 years ago)] (current) – [TEC Label Printing (Basics)] kturner
Line 1: Line 1:
-====== TEC Label Printing ======+====== TEC Label Printing (Basics) ======
  
-[[http://wws5.com/|{{http://wws5.com/images/topxxxgif-ani.gif  |Windward Software}}]]+[[https://www.windwardsoftware.com/resources/shop-pos-hardware.html|SHOP FOR COMPATIBLE HARDWARE]]
  
  
Line 9: Line 9:
 The large format TEC (Toshiba) printers must use code based labels. They do not print directly from a windows printer driver. The large format TEC (Toshiba) printers must use code based labels. They do not print directly from a windows printer driver.
  
-====== Explanation ======+<note important> All of the fields you are using on your labels must not contain any special characters. Some of these special characters are commas, open and closing brackets () or {} or [], greater than and less than signs <>, pipes |, colons :, semicolons ;, and single or double quotes " or '. All these symbols mean specific things within a code based label, so having them in your part numbers, descriptions, and comment fields will cause issues with printing your code based labels.
  
 +To try and clarify why this is so important, here is an example of a code based label for the TEC label printers:
 +
 +<code>
 +{D0250,1270,0230|}
 +{C|}
 +{D0250,1270,0230|}
 +{AX;+000,+000,+00|}
 +{AY;+00,0|}
 +{XB00;0080,0100,9,3,04,0,0076,+0000000000,000,0,00|}
 +{RB00;<BARCODE,-1>|}
 +{PC000;0040,0132,10,10,E,33,B|}
 +{RC000;<PRICE.0,-1>|}
 +{PC001;0080,0170,05,05,M,00,B|}
 +{RC001;<BARCODE,-1>|}
 +{PC002;0080,0030,05,05,M,00,B|}
 +{RC002;<DESCRIPTION,-1>|}
 +{XS;I,0001,0002C3200|}
 +</code>
 +</note>
  
  
Line 28: Line 47:
 ====== Label Samples ====== ====== Label Samples ======
  
-.+{{ :code_based_labels:tec:img_2066.jpg?600 |}} 
 + 
 +<code>
  
 ==== 5" x 1" Stick Tags ==== ==== 5" x 1" Stick Tags ====
  
 {D0250,1270,0230|} {D0250,1270,0230|}
- 
 {C|} {C|}
- 
 {D0250,1270,0230|} {D0250,1270,0230|}
- 
 {AX;+000,+000,+00|} {AX;+000,+000,+00|}
- 
 {AY;+00,0|} {AY;+00,0|}
- 
 {PC000;0071,0053,05,05,M,00,B|} {PC000;0071,0053,05,05,M,00,B|}
- 
 {RC000;Garden Center Demo|} {RC000;Garden Center Demo|}
- 
 {PC001;0055,0081,05,05,K,00,B|} {PC001;0055,0081,05,05,K,00,B|}
- 
 {RC001;Windward Software - System Five|} {RC001;Windward Software - System Five|}
- 
 {PC002;0546,0050,05,05,K,00,B|} {PC002;0546,0050,05,05,K,00,B|}
- 
 {RC002;<DESCRIPTION,-1>|} {RC002;<DESCRIPTION,-1>|}
- 
 {XB00;0548,0063,9,3,04,0,0090,+0000000000,000,0,00|} {XB00;0548,0063,9,3,04,0,0090,+0000000000,000,0,00|}
- 
 {RB00;<BARCODE,-1>|} {RB00;<BARCODE,-1>|}
- 
 {PC003;0144,0152,10,10,J,00,B|} {PC003;0144,0152,10,10,J,00,B|}
- 
 {RC003;<PRICE.0,-1>|} {RC003;<PRICE.0,-1>|}
- 
 {XS;I,0001,0002C3200|} {XS;I,0001,0002C3200|}
  
 +</code>
  
 Depending on sensor type of printer : Depending on sensor type of printer :
  
 Change from 0000C3200 to 0001C3200 or 0002C3200  Change from 0000C3200 to 0001C3200 or 0002C3200 
- 
  
 . .
  
-==== 4 x 1" x 10" Loop Tag (holes first) ====+====== Explanation of Lines ======
  
-{D2470,1031,2452|}+These are all just basic codes that should work for most TEC printers that require TPCL code to print. However font types and sizes vary between printer models.
  
-{C|} 
  
-{D2470,1031,2452|}+=== {D0250,1270,0230|} === 
 + - Label Size Set Command aaaa : Pitch length, bbbb : print width, cccc : print length
  
-{AX;+000,+000,+00|}+=== {C|} === 
 + - Image Buffer Clear Command
  
-{AY;+00,0|}+=== {D0250,1270,0230|} === 
 + - Label Size Set Command aaaa : Pitch length, bbbb : print width, cccc : print length.
  
-{C|}+=== {AX;+000,+000,+00|} === 
 + - Position Fine Adjust Command. Normally leave as all zeros.
  
-{XB00;0205,1308,9,3,04,1,0126,+0000000000,000,0,00|}+=== {AY;+00,0|} === 
 + - Print Density Fine Adjust Command. Normally leave as all zeros.
  
-{RB00;<BARCODE>0|}+=== {PC000;0071,0053,05,05,M,00,B|} === 
 + - PC000 is the text field designation. 0071 is the X coordinate. 0053 is the Y coordinate. 05 is the horizontal Magnification of the font. The second 05 is the Vertical Magnification. M is the font type (Presentation Bold 27 point). 00 is the rotation. B is for standard Black character (W would be for reversed).
  
-{PC000;0186,0322,1,2,G,11,B|}+=== {RC000;Garden Center Demo|} === 
 + - RC000 is the Bit Map Font Data Command. It is the Field attached to PC000. In this case it is just text that we want to display. So it will print Garden Center Demo.
  
-{RC000;<DESCRIPTION,30>|}+=== {PC001;0055,0081,05,05,K,00,B|} === 
 + - PC001 is the text field designation. 0055 is the X coordinate. 0081 is the Y coordinate. 05 is the horizontal Magnification of the font. The second 05 is the Vertical Magnification. K is the font type (Helvetica Bold 21 point). 00 is the rotation. B is for standard Black character (W would be for reversed).
  
-{PC001;0140,0322,1,2,G,11,B|}+=== {RC001;Windward Software - System Five|} === 
 + - RC001 is the Bit Map Font Data Command. It is the Field attached to PC001. In this case it is just text that we want to display. So it will print Windward Software - System Five.
  
-{RC001;<N.FREEFORM:21,30>|}+=== {PC002;0546,0050,05,05,K,00,B|} === 
 + - PC002 is the text field designation. 0546 is the X coordinate. 0050 is the Y coordinate. 05 is the horizontal Magnification of the font. The second 05 is the Vertical Magnification. K is the font type (Helvetica Bold 21 point). 00 is the rotation. B is for standard Black character (W would be for reversed).
  
-{PC002;0094,0322,1,2,G,11,B|}+=== {RC002;<DESCRIPTION,-1>|} === 
 + - RC002 is the Bit Map Font Data Command. It is the Field attached to PC002. In this case it is the System Five field that we want to display. So it will print the item Description .
  
-{RC002;<N.FREEFORM:10,30>|}+=== {XB00;0548,0063,9,3,04,0,0090,+0000000000,000,0,00|} === 
 + - XB00 is the Bar Code designation. 0548 is the X coordinate. 0063 is the Y coordinate. 9 is the barcode type (code128 with auto code selection), 3 is the type of check digit (Check digit auto attachment) 04 is the barcode width. 0 is the rotation. 00 is the barcode height.
  
-{PC003;0044,0322,1,2,G,11,B|}+=== {RB00;<BARCODE,-1>|} === 
 + - RB00 is the Bar Code Data Command. It is the Field attached to XB00. In this case it will print the Barcode number as a barcode.
  
-{RC003;<N.FREEFORM:9,30>|}+=== {PC003;0144,0152,10,10,J,00,B|} === 
 + - PC003 is the text field designation. 0144 is the X coordinate. 0152 is the Y coordinate. 10 is the horizontal Magnification of the font. The second 10 is the Vertical Magnification. J is the font type (Helvetica Bold 18 point). 00 is the rotation. B is for standard Black character (W would be for reversed).
  
-{PC004;0184,0763,1,2,G,11,B|}+=== {RC003;<PRICE.0,-1>|} === 
 + - RC003 is the Bit Map Font Data Command. It is the Field attached to PC003. In this case it is the System Five field that we want to display. So it will print the price based on Price Schedule 0.
  
-{RC004;<N.FREEFORM:1,30>|}+=== {XS;I,0001,0002C3200|} === 
 + - XS is the Issue Command. I is not specified in the manual but needs to be there. 0001 is the number of labels to be issued (this will usually always be 0001). 000 means No Cut. 2 is for Transmissive sensor (when using normal labels), c means Batch mode (cut issue, stop and cut, with back feed). 3 means 3”/sec. 2 means Ribbon is installed. 0 Designates tag rotation (Printing bottom first). and the final 0 means No Status Response
  
-{PC005;0138,0763,1,2,G,11,B|}+Depending on the sensor type of the printeryou may need to change 0000C3200 to 0001C3200 or 0002C3200
  
-{RC005;<N.FREEFORM:3,30>|}+Type of sensor
  
-{PC006;0091,0763,1,2,G,11,B|}+0: No sensor
  
-{RC006;<N.FREEFORM:8,30>|}+1Reflective sensor
  
-{PC007;0046,0763,1,2,G,11,B|}+2: Transmissive sensor (when using normal labels)
  
-{RC007;< >|}+3: Transmissive sensor (when using preprinted labels)
  
-{PC008;0050,1395,1,1,Q,11,B|}+4: Reflective sensor (when using a manual threshold value)
  
-{RC008;<BARCODE>|}+.
  
-<NEWLABEL>+.
  
-{XB01;0464,1308,9,3,04,1,0126,+0000000000,000,0,00|}+Further documentation on all these settings can be found in the printer programming manuals.
  
-{RB01;<BARCODE>0|} 
  
-{PC009;0445,0322,1,2,G,11,B|} +====== TEXT WRAPPING ... NEW FEATURE WITH SYSTEM FIVE VERSION 6.1.x.x =====
- +
-{RC009;<DESCRIPTION,30>|} +
- +
-{PC010;0399,0322,1,2,G,11,B|} +
- +
-{RC010;<N.FREEFORM:21,30>|} +
- +
-{PC011;0353,0322,1,2,G,11,B|} +
- +
-{RC011;<N.FREEFORM:10,30>|} +
- +
-{PC012;0303,0322,1,2,G,11,B|} +
- +
-{RC012;<N.FREEFORM:9,30>|} +
- +
-{PC013;0443,0763,1,2,G,11,B|} +
- +
-{RC013;<N.FREEFORM:1,30>|} +
- +
-{PC014;0397,0763,1,2,G,11,B|} +
- +
-{RC014;<N.FREEFORM:3,30>|} +
- +
-{PC015;0350,0763,1,2,G,11,B|} +
- +
-{RC015;<N.FREEFORM:8,30>|} +
- +
-{PC016;0305,0763,1,2,G,11,B|} +
- +
-{RC016;< >|} +
- +
-{PC017;0310,1395,1,1,Q,11,B|} +
- +
-{RC017;<BARCODE>|} +
- +
-<NEWLABEL> +
- +
-{XB02;0723,1308,9,3,04,1,0126,+0000000000,000,0,00|} +
- +
-{RB02;<BARCODE>0|} +
- +
-{PC018;0704,0322,1,2,G,11,B|} +
- +
-{RC018;<DESCRIPTION,30>|} +
- +
-{PC019;0658,0322,1,2,G,11,B|} +
- +
-{RC019;<N.FREEFORM:21,30>|} +
- +
-{PC020;0612,0322,1,2,G,11,B|} +
- +
-{RC020;<N.FREEFORM:10,30>|} +
- +
-{PC021;0562,0322,1,2,G,11,B|} +
- +
-{RC021;<N.FREEFORM:9,30>|} +
- +
-{PC022;0702,0763,1,2,G,11,B|} +
- +
-{RC022;<N.FREEFORM:1,30>|} +
- +
-{PC023;0656,0763,1,2,G,11,B|} +
- +
-{RC023;<N.FREEFORM:3,30>|} +
- +
-{PC024;0609,0763,1,2,G,11,B|} +
- +
-{RC024;<N.FREEFORM:8,30>|} +
- +
-{PC025;0564,0763,1,2,G,11,B|} +
- +
-{RC025;< >|} +
- +
-{PC026;0569,1395,1,1,Q,11,B|} +
- +
-{RC026;<BARCODE>|} +
- +
-<NEWLABEL> +
- +
-{XB03;0982,1308,9,3,04,1,0126,+0000000000,000,0,00|} +
- +
-{RB03;<BARCODE>0|} +
- +
-{PC027;0963,0322,1,2,G,11,B|} +
- +
-{RC027;<DESCRIPTION,30>|} +
- +
-{PC028;0917,0322,1,2,G,11,B|} +
- +
-{RC028;<N.FREEFORM:21,30>|} +
- +
-{PC029;0871,0322,1,2,G,11,B|} +
- +
-{RC029;<N.FREEFORM:10,30>|} +
- +
-{PC030;0821,0322,1,2,G,11,B|} +
- +
-{RC030;<N.FREEFORM:9,30>|} +
- +
-{PC031;0961,0763,1,2,G,11,B|} +
- +
-{RC031;<N.FREEFORM:1,30>|} +
- +
-{PC032;0915,0763,1,2,G,11,B|} +
- +
-{RC032;<N.FREEFORM:3,30>|} +
- +
-{PC033;0868,0763,1,2,G,11,B|} +
- +
-{RC033;<N.FREEFORM:8,30>|} +
- +
-{PC034;0823,0763,1,2,G,11,B|} +
- +
-{RC034;< >|} +
- +
-{PC035;0828,1395,1,1,Q,11,B|} +
- +
-{RC035;<BARCODE>|} +
- +
-{RM;-00-00|} +
- +
-{XS;I,0001,0001C3200|} +
- +
- +
- +
-.+
  
 +We have added a new feature for code based labels starting with Version 6.1.0.1 of System Five. We are now able to wrap the information in a text field (like DESCRIPTION) into multiple lines on the code based labels.
  
-==== 4 x 1" x 10" Loop Tag (holes last) ====+In order to achieve this we had to create a new text field called DESCRIPTION#. This Field does not replace the old DESCRIPTION field which should still be used or single line descriptions, or descriptions that you want truncated to fit on a single line.
  
 +Here is an example of a 2 across 2x1 inch TEC label that shows how this DESCRIPTION# field is used.
  
-{D2500,1031,2470|}+<code>
  
 +{D0286,1048,0254|}
 {C|} {C|}
- +{D0286,1048,0254|}
-{D2500,1031,2470|} +
 {AX;+000,+000,+00|} {AX;+000,+000,+00|}
- 
 {AY;+00,0|} {AY;+00,0|}
- +{XB00;0033,0000,9,3,04,0,0056,+0000000000,000,0,00|} 
-{XB00;0205,2108,9,3,04,1,0126,+0000000000,000,0,00|} +{RB00;<BARCODE,-1>|} 
- +{PC001;0096,0081,05,05,E,00,B|} 
-{RB00;<BARCODE>0|} +{RC001;<BARCODE,-1>|} 
- +{PC000;0134,0132,15,15,A,00,B|} 
-{PC000;0186,0922,1,2,G,11,B|} +{RC000;<PRICE.0,-1>|} 
- +{PC002;0035,0164,05,05,E,00,B|} 
-{RC000;<DESCRIPTION,30>|} +{RC002;<DESCRIPTION#1,22>|} 
- +{PC003;0035,0192,05,05,E,00,B|} 
-{PC001;0140,0922,1,2,G,11,B|} +{RC003;<DESCRIPTION#1,22>|}
- +
-{RC001;<N.FREEFORM:21,30>|} +
- +
-{PC002;0094,0922,1,2,G,11,B|} +
- +
-{RC002;<N.FREEFORM:10,30>|} +
- +
-{PC003;0044,0922,1,2,G,11,B|} +
- +
-{RC003;<N.FREEFORM:9,30>|} +
- +
-{PC004;0184,1363,1,2,G,11,B|} +
- +
-{RC004;<N.FREEFORM:1,30>|} +
- +
-{PC005;0138,1363,1,2,G,11,B|} +
- +
-{RC005;<N.FREEFORM:3,30>|} +
- +
-{PC006;0091,1363,1,2,G,11,B|} +
- +
-{RC006;<N.FREEFORM:8,30>|} +
- +
-{PC007;0046,1363,1,2,G,11,B|} +
- +
-{RC007;< >|} +
- +
-{PC008;0050,2195,1,1,Q,11,B|} +
- +
-{RC008;<BARCODE>|} +
 <NEWLABEL> <NEWLABEL>
 +{XB01;0573,0000,9,3,04,0,0056,+0000000000,000,0,00|}
 +{RB01;<BARCODE,-1>|}
 +{PC005;0636,0081,05,05,E,00,B|}
 +{RC005;<BARCODE,-1>|}
 +{PC004;0674,0132,15,15,A,00,B|}
 +{RC004;<PRICE.0,-1>|}
 +{PC006;0575,0164,05,05,E,00,B|}
 +{RC006;<DESCRIPTION#1,22>|}
 +{PC007;0575,0192,05,05,E,00,B|}
 +{RC007;<DESCRIPTION#1,22>|}
 +{XS;I,0001,0002C3200|}
  
-{XB01;0464,2108,9,3,04,1,0126,+0000000000,000,0,00|}+</code>
  
-{RB01;<BARCODE>0|} 
  
-{PC009;0445,0922,1,2,G,11,B|}+Notice that we still need to tell it when to wrap the text. To do this we added ",22" to the <DESCRIPTION#> field in the same way we have set the maximum number of characters to print in the <DESCRIPTION> field.
  
-{RC009;<DESCRIPTION,30>|}+We have also integrated additional functionality into this new field to enable it to recognize spaces in the descriptionand to split the description information at a space, instead of splitting a word part way through.
  
-{PC010;0399,0922,1,2,G,11,B|}+So as an example, a part with the description "Brother MFC-XXXX USB & Parallel Interface"  
 +using: 
 +<code> 
 +{PC006;0575,0164,05,05,E,00,B|} 
 +{RC006;<DESCRIPTION,22>|} 
 +</code> 
 +would be truncated down to:
  
-{RC010;<N.FREEFORM:21,30>|}+<code> 
 +Brother MFC-XXXX USB & 
 +</code>
  
-{PC011;0353,0922,1,2,G,11,B|}+The same example "Brother MFC-XXXX USB & Parallel Interface" using: 
 +<code> 
 +{PC006;0575,0164,05,05,E,00,B|} 
 +{RC006;<DESCRIPTION#1,22>|} 
 +{PC007;0575,0192,05,05,E,00,B|} 
 +{RC007;<DESCRIPTION#1,22>|} 
 +</code>  
 +  
 +Would print:
  
-{RC011;<N.FREEFORM:10,30>|} +<code
- +Brother MFC-XXXX USB & 
-{PC012;0303,0922,1,2,G,11,B|} + Parallel Interface 
- +</code>
-{RC012;<N.FREEFORM:9,30>|} +
- +
-{PC013;0443,1363,1,2,G,11,B|} +
- +
-{RC013;<N.FREEFORM:1,30>|} +
- +
-{PC014;0397,1363,1,2,G,11,B|} +
- +
-{RC014;<N.FREEFORM:3,30>|} +
- +
-{PC015;0350,1363,1,2,G,11,B|} +
- +
-{RC015;<N.FREEFORM:8,30>|} +
- +
-{PC016;0305,1363,1,2,G,11,B|} +
- +
-{RC016;< >|} +
- +
-{PC017;0310,2195,1,1,Q,11,B|} +
- +
-{RC017;<BARCODE>|} +
- +
-<NEWLABEL> +
- +
-{XB02;0723,2108,9,3,04,1,0126,+0000000000,000,0,00|} +
- +
-{RB02;<BARCODE>0|} +
- +
-{PC018;0704,0922,1,2,G,11,B|} +
- +
-{RC018;<DESCRIPTION,30>|} +
- +
-{PC019;0658,0922,1,2,G,11,B|} +
- +
-{RC019;<N.FREEFORM:21,30>|} +
- +
-{PC020;0612,0922,1,2,G,11,B|} +
- +
-{RC020;<N.FREEFORM:10,30>|} +
- +
-{PC021;0562,0922,1,2,G,11,B|} +
- +
-{RC021;<N.FREEFORM:9,30>|} +
- +
-{PC022;0702,1363,1,2,G,11,B|} +
- +
-{RC022;<N.FREEFORM:1,30>|} +
- +
-{PC023;0656,1363,1,2,G,11,B|} +
- +
-{RC023;<N.FREEFORM:3,30>|} +
- +
-{PC024;0609,1363,1,2,G,11,B|} +
- +
-{RC024;<N.FREEFORM:8,30>|} +
- +
-{PC025;0564,1363,1,2,G,11,B|} +
- +
-{RC025;< >|} +
- +
-{PC026;0569,2195,1,1,Q,11,B|} +
- +
-{RC026;<BARCODE>|} +
- +
-<NEWLABEL> +
- +
-{XB03;0982,2108,9,3,04,1,0126,+0000000000,000,0,00|} +
- +
-{RB03;<BARCODE>0|} +
- +
-{PC027;0963,0922,1,2,G,11,B|} +
- +
-{RC027;<DESCRIPTION,30>|} +
- +
-{PC028;0917,0922,1,2,G,11,B|} +
- +
-{RC028;<N.FREEFORM:21,30>|} +
- +
-{PC029;0871,0922,1,2,G,11,B|} +
- +
-{RC029;<N.FREEFORM:10,30>|} +
- +
-{PC030;0821,0922,1,2,G,11,B|} +
- +
-{RC030;<N.FREEFORM:9,30>|} +
- +
-{PC031;0961,1363,1,2,G,11,B|} +
- +
-{RC031;<N.FREEFORM:1,30>|} +
- +
-{PC032;0915,1363,1,2,G,11,B|} +
- +
-{RC032;<N.FREEFORM:3,30>|} +
- +
-{PC033;0868,1363,1,2,G,11,B|} +
- +
-{RC033;<N.FREEFORM:8,30>|} +
- +
-{PC034;0823,1363,1,2,G,11,B|} +
- +
-{RC034;< >|} +
- +
-{PC035;0828,2195,1,1,Q,11,B|} +
- +
-{RC035;<BARCODE>|} +
- +
-{RM;-00-00|} +
- +
-{XS;I,0001,0001C3200|}+
  
  
 . .
- 
- 
-====== Explanation of Lines ====== 
- 
-=== {D0250,1270,0230|} === 
- - Label Size Set Command aaaa : Pitch length, bbbb : print width, cccc : print length 
- 
-=== {C|} === 
- - Image Buffer Clear Command 
- 
-=== {D0250,1270,0230|} === 
- - Label Size Set Command aaaa : Pitch length, bbbb : print width, cccc : print length 
- 
-=== {AX;+000,+000,+00|} === 
- - Position Fine Adjust Command. Normally leave as all zeros. 
- 
-=== {AY;+00,0|} === 
- - Print Density Fine Adjust Command. Normally leave as all zeros. 
- 
-=== {PC000;0071,0053,05,05,M,00,B|} === 
- - PC000 is the first field designation. 0071 is the X coordinate. 0053 is the Y coordinate. 05 is the horizontal Magnification of the font. the second 05 is the Vertical Magnification. M is the font type (Presentation Bold 27 point). 00 is the rotation. B is for standard Black character (W would be for reversed) 
- 
-=== {RC000;Garden Center Demo|} === 
- 
-=== {PC001;0055,0081,05,05,K,00,B|} === 
- 
-=== {RC001;Windward Software - System Five|} === 
- 
-=== {PC002;0546,0050,05,05,K,00,B|} === 
- 
-=== {RC002;<DESCRIPTION,-1>|} === 
- 
-=== {XB00;0548,0063,9,3,04,0,0090,+0000000000,000,0,00|} === 
- 
-=== {RB00;<BARCODE,-1>|} === 
- 
-=== {PC003;0144,0152,10,10,J,00,B|} === 
- 
-=== {RC003;<PRICE.0,-1>|} === 
- 
-=== {XS;I,0001,0002C3200|} === 
- 
- 
-Depending on sensor type of printer : 
- 
-Change from 0000C3200 to 0001C3200 or 0002C3200  
- 
- 
- 
- 
-== This is a breakdown of the  5" x 1" Stick Tags == 
- 
- 
  
 Created by Steve Wind October 21 2014 Created by Steve Wind October 21 2014
  
 +Updated by Steve Wind January 8 2016
  
 ====== ======
 [[http://mywindward.wws5.com|{{  http://wws5.com/support/images/cust_support_banner_bottom.jpg  |myWindward}}]] [[http://mywindward.wws5.com|{{  http://wws5.com/support/images/cust_support_banner_bottom.jpg  |myWindward}}]]
tec_label_printing.1413905648.txt.gz · Last modified: 2014/10/21 08:34 (10 years ago) by swind