SATO CL4NX Programming Reference Manual page 17

Hide thumbs Also See for CL4NX:
Table of Contents

Advertisement

5. Indicates parameter to be described in command.
6. Indicates initial value for command.
7. Indicates valid range of command.
When power switch is OFF;
1) The set parameter is maintained.
2) The set parameter is not maintained.
3) The set command is not maintained.
Valid range within item
1) The set parameter is valid until the next specification is made.
2) The set parameter becomes invalid.
3) The set command becomes invalid.
Valid range between items;
1) The set parameter becomes initial value at the next item <A>.
2) The set parameter is valid until the next specification is made.
3) The set parameter becomes invalid.
4) The set command becomes invalid.
8. Explains the function of command.
9. Explains the command and required parameter.
<L>aabb indicates the command ESC+L(<1B>16<4C>16) and two types of parameters such as
"aa" and "bb".
10. Shows the example of how the command is used.
This is the coding example programmed in BASIC output to the printer connected with RS-232C.
10 ESC$=CHR$(&H1B)
20 OPEN "COM1:9600,N,8,1,RS,BIN" FOR OUTPUT AS #1
30 PRINT #1,ESC$;"A";
40 PRINT #1,ESC$;"V100";ESC$;"H200";
50 PRINT #1,ESC$;"P3";ESC$;"L0403";
60 PRINT #1,ESC$;"XMABCD";
70 PRINT #1,ESC$;"Q2";
80 PRINT #1,ESC$;"Z";
90 CLOSE #1
100 END
11. Provides the supplemental information of command function and parameter.
12. Provides notes and restriction for the use of command.
13. Shows the commands that come under the influence of used commands.
9

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cl6nx

Table of Contents