Custom tags

An order ticket contains data, which the PPS needs. The data structure is predefined by Stoll and cannot be changed. However, a ticket also contains a customizable data set, which you can determine freely. This data set is integrated in the order XML via the STOLL:CUSTOM tag block. A schema of the individual data set can be found in the D:\PPS\SampleTickets\CustomTicket.xsd file. In this file you find a description of the tags that can be used.

Double clicking on the example order files you can view the visualization of the data:

Example: D:\PPS\SampleTickets\GuidedProduction.xml

Name of the CUSTOM Tag

Attribute of the tag

Use

Meaning

CARD

 

Optional, if no custom tags are to be used at all

Tag for grouping the custom tags

 

Version

necessary

Version status of the CARD tags

TITLE

 

optional

Header of the ticket

LOGO

 

optional

Logo in the header

IMAGE

 

optional

Image of the article or the task

COLLECTION

 

optional

Allocation to a collection

KIND_OF_KNIT

 

optional

Specifications regarding the knitting mode

PATTERN_UNIT

 

optional

Specifications regarding the pattern workstation

MACHINE

 

optional

Specifications regarding the machine type

GAUGE

 

optional

Specification regarding the gauge

DELIVER_DATE

 

optional

Specifications regarding the desired delivery date

SHAPE

 

optional

Specifications regarding the shape

DIMENSION

Size

optional

Making-up size of the fabric

Length

optional

Length of the fabric

Width

optional

Width of the fabric

Weight

optional

Weight of the fabric piece

YARN_FEEDER_ASSIGMENTS

 

optional

Arrangement of the yarn carriers

YARN_FEEDER_TYPE

YFL

optional

Specifications of the yarn carrier on the left side
Yarn feeding from the left or from the right with a hyphen or < >

YFR

optional

Specifications of the yarn carrier on the right side
Yarn feeding from the left or from the right with a hyphen or < >

YarnManuf

optional

Yarn supplier

Quality

optional

Yarn Quality

LenNo

optional

Yarn number in the length system

ThreadCount

optional

Threading
Number of bobbins per yarn carrier

ColorNum

optional

Number of the yarn color

ColorName

optional

Name of the yarn color

LotNum

optional

Manufacturing lot of the yarn

BARCODE

Code 1)

optional

The following code types are supported:
EAN13
CODE39
QRCODE

If the attribute is not specified, EAN13 is generated.

If only 12 digits are specified with EAN13, the SW automatically calculates the checksum and enters the last digit (for ex. 401147000710 becomes 4011470007105).

Height

optional

Shows the height in pixels or with QRCODE, the edge length in the hard copy.

If the value is not specified, 100 is used.

With QRCODE, sufficient height is to be selected depending on the number of characters, the resolution of the printer and the scanner.

Size

optional

Displays, by which factor the barcode is printed out with more width.

If the Size is not specified: EAN13 default width is 2 CODE39 default width is 1
Size has no effect with QRCODE.

With the appropriate tools, like for example Cooktop or Notepad++ (see Tools folder with the installation files) you can verify the validity of the an order. Application examples for the different order types can be found in the XML files under D:\PPS\SampleTickets-

The installed order templates, order examples and style file StollTicketStyleSheet.xsl are based on the CustomTicket.xsd schema. If you change the schema, you must adapt the set of files for yourself.

1 ) You will find further information on the barcodes under:

EAN13: https://en.wikipedia.org/wiki/International_Article_Number

CODE39: https://en.wikipedia.org/wiki/Code_39

QRCODE: https://en.wikipedia.org/wiki/QR_code

http://www.qrcode.com/en/about/version.html