Header of the Sintral function
From the Sintral function the specifications for yarn carriers, stitch length, fabric take-down and carriage speed are read out automatically for the pattern. It is necessary that the commands which begin with CC are located on comment lines. These lines are located in the header of the Sintral function.
The entries of the header will be applied to Pattern Parameter table.
Use the following form for the yarn carrier definition:
|
Entry in header |
Example |
Meaning |
|---|---|---|
|
YG:n=/n= |
CC YG:1= |
Direct allocation of the yarn carriers. Yarn carriers with position left/position right on the rail n. Yarn number 256 is entered in the display window in the Yarn Field Allocation. This yarn number can not be used in the pattern. |
|
YG:=A/=B |
CC YG:=A |
Indirect allocation of the yarn carriers via yarn type. Yarn type A with position left and yarn type B with position right. Yarn number 256 is entered in the display window in the Yarn Field Allocation. |
|
YG:=A(m)/=B(m) |
CC YG:=A(207)/=B(209) |
Indirect allocation of the yarn carriers via yarn type and M1 yarn number. For example, yarn carriers with yarn number 207 (draw thread) are inserted left and yarn carriers with yarn number 209 (elastic thread) are inserted right in the Yarn field allocation. |
|
[N] or [I] |
CC YG:1=[N] |
Yarn carrier type normal or intarsia. Specification is optional. A yarn carrier type is issued by Technical Processing if one is not specified. |
Use the following form for stitch length, fabric take-down and carriage speed:
|
Entry in header |
Example |
Meaning |
|---|---|---|
|
WMFn |
CC WMF50 |
Indirect allocation of the fabric take-down values via WMF index (n). |
|
Example from combthread_575.sin
| ||
|
MSECn=x |
CC MSEC8=1.1 |
Indirect allocation of the carriage speed via MSEC index (n) with value (x) in m/s. |
|
Example from combthread_575.sin
| ||
|
NPn=x |
CC NP34=9.20mm |
Indirect allocation of the stitch length via NP index (n) with NP value (x) or mm value (x). |
|
Example from combthread_575.sin
| ||
|
PNPn=x |
CC PNP34=9.20mm |
Indirect allocation of the reclaiming via PNP index (n) with NP value (x) or mm value (x). |
|
NPSn=x |
CC NPS34=9.20mm |
Indirect allocation of the second stitch tension via NPS index (n) with NP value (x) or mm value (x). |
Spaces can be used. This are ignored when reading out.
If after the Sintral function, which is called-up within the pattern, the definition of the yarn carriers is to be repeated in Sintral, prefix the Sintral function name with +++.
Example: F:+++MYFUNCTION;
Example 1:
183 F:+++MYFUNCTION;
184 Y-5A:F1A^0;
185 << S:<1-><A>A(1)-0; Y:=D; S1
186 >> S:<1-><A>AH(1)-H(2); Y:=D; S3
Example 2:
183 F:MYFUNCTION;
184 << S:<1-><A>A(1)-0; Y:=D; S1
185 >> S:<1-><A>AH(1)-H(2); Y:=D; S3
: It is possible to combine direct and indirect allocation. Example: 

