Sample Script; Overview; How To Use This Manual; A Review Of Terms - Monarch 9460 Programmer's Manual

Adk printer
Hide thumbs Also See for 9460:
Table of Contents

Advertisement

O V E R V I E W
The Application Development Kit II (ADK2) is a product for Microsoft Windows
95/98/Me/NT/2000. It allows you to create an application program to run on the printer. You write
the script with the ADK2 command language.
You can program the printer to:
♦ print labels or tags
♦ print data streams written for other printers
You can define lookup tables for the script running on the printer. It also allows you to define
records such as temporary storage buffers.
This manual is written for the Monarch Sierra Sport 2 9460 printer. Refer to the printer's
Operator's Handbook
Reference Manual
for data stream information.
H o w t o U s e t h i s M a n u a l
This manual contains the following information.
Chapter 1

Overview

Chapter 2
Using the Software
Chapter 3
Printer Procedures
Chapter 4
Program Structure
Chapter 5
Command Reference
Appendix A

Sample Script

A R e v i e w o f T e r m s
Throughout this manual, you will see references to the different terms that you must be aware of
before programming an ADK-version 9460 printer.
file
A
is a collection of related data, stored together in one unit. There are three types of files:
scripts, formats, and lookup tables.
A
script
is a type of file. It is the source code for a program that runs on the printer.
project
A
is a collection of related files. The files can be a scripts, formats, or lookup tables. A
project must have at least one script, but formats and lookup tables are optional.
application
An
is a project that has been built into a form executable by the printer.
or
Quick Reference
for printer-specific information. Refer to the
Introduces ADK2.
Tells you how to use the software for entering, editing, compiling, and
printing your script.
Explains tasks done on the printer separate from the application.
Tells you how to write the script's source code.
Describes the commands you use to write your script.
Lists a sample script.
1
Packet
Overview 1-1

Advertisement

Table of Contents
loading

Table of Contents