68
Store Form Permanently in Form Memory
Permanently storing label forms is the preferred way to use the
printer.
Example:
The label form below will be programmed in these sections with
short explanations of the syntax. (Refer to the Command section for
detailed description of each command).
Name the Form
Name of this form is TEST.
Command
Explanation
↵
CR/LF to start command structure
FK"TEST"
↵
Delete current form named TEST
FS"TEST"
↵
Start store form named TEST
Note:
Program codes are presented in an ASCII editor environment.
The symbol
↵
represents LF (ASCII 10 dec.). If the host is sending
CR/LF (ASCII 10 dec. + ASCII 13 dec.), it will not confuse the
syntax. CR (ASCII 13 dec.) is not accepted by itself.
UBI EasyCoder 71 – Programming
PROGRAMMING EXAMPLES
Label Sample 1
(Form Edit Mode)
Continued!