43
3.6 Instruction Set
Instruction Structure
1. Instruction
2. Space
3. Parameter
4. End Character
Parameter Types
<NR1> Integers Such As: 0, 1, 2, 3
<NR2> Decimal Number Such As: 0.1, 1.23, 2.0
<NR3> Float Such As: 2.5E-1, 6.25E+1
<disc> Discrete Data Such As: ON, OFF, MAX
End Character
\n (0xa) Line feed code.(LF)
Remarks
Instructions are not case sensitive.
This machine accepts The International System of Units (SI) Instructions are as follows:
“G” (Giga) (10
9
)
“MA” (Mega) (10
6
)
“K” (Kilo) (10
3
)
“m” (Milli) (10
-3
)
“u” (Micro) (10
-6
)
“n” (Nano) (10
-9
)
“p” (Pico) (10
-12
)
“f” (Femto) (10
-15
)