Label Formatting Command Functions 
 
 
 
 
136  Class Series 2 Programmer’s Manual 
 
S  Set Feed Speed 
 
This command controls the rate at which the label is moved through non-printed areas. 
The setting remains unchanged unless another feed speed command is received or until 
the printer is reset. 
 
Syntax: 
Sa 
 
Where: 
a 
-
Is a single alpha character representing a speed; see 
Appendix L for valid ranges. 
 
Sample: 
<STX>L 
SE 
141100001000100LABEL1<CR> 
E 
<STX>L 
1411000010001000LABEL2<CR> 
E 
 
The sample above sets a 3 IPS feed speed and prints two labels, 
with the same feed speed for both. 
 
 
 
s  Store Label Format in Module 
 
This command stores a label format to a specified module as a .dlb file. Supplying the 
module name will store the label to that module; otherwise, using C will cause the label 
format to be stored in the selected default module (see <STX>X). In addition, this 
command terminates the Label Formatting Command. 
 
Syntax: 
sann…n 
 
a 
-
Is the module designator representing a single 
character module name; see Appendix K. 
 
Where: 
nn…n 
-
Represents the name of the label (maximum 16 
characters). 
 
Sample: 
<STX>L<CR> 
D11<CR> 
191100501000000123456789012<CR> 
1911005020000001234567<CR> 
191100500000000Sample<CR> 
1X1100000000000B250250002002<CR> 
Q0001<CR> 
sATEST<CR> 
 
The sample above stores a format in Memory Module A and 
names it “TEST”. (To recall a label format from the module use 
the “r” command.)