![Okuma OSP-P200L Programming Manual Download Page 17](http://html1.mh-extra.com/html/okuma/osp-p200l/osp-p200l_programming-manual_3667818017.webp)
5238-E P-4
SECTION 1 PROGRAM CONFIGURATIONS
4.
Program Format
4-1.
Word Configuration
A word is defined as an address character followed by a group of numeric values, an expression, or
a variable name. If a word consists of an expression or a variable, the address character must be
followed by an equal sign "=".
Examples:
LE33013R0300300040001
•
An address character is one of the alphabetic characters A through Z and defines the meaning
of the entry specified following it. In addition, an extended address character, consisting of two
alphabetic characters, may also be used.
•
Refer to SECTION 13, 3-2. "Variables" for more information on variables.
4-2.
Block Configuration
A group consisting of several words is called a block, and a block expresses a command. Blocks
are delimited by an end of block code.
•
The end of block code differs depending on the selected code system, lSO or EIA:
ISO: "LF"
ElA: "CR"
•
A block may contain up to 158 characters.
4-3.
Program
A program consists of several blocks.
X-100
Z=100
∗
SIN[50]
Z=V1
+
V2
Address Numerical
value
Address
Formula
Address
Variable
Word
Word
Word