SOFTWARE MANUAL C32
3 COMMAND SETS
3.1 NOMENCLATURE
Following nomenclature is valid for command tables:
–
All codes and parameters of one command are compiled of single bytes (1 byte = 8 bit). They are ASCII
characters, hexadecimal values or placeholders for numerical values or bit strings.
–
For definite command handling the symbols of the command tables are used according to following rules.
–
Example: General nomenclature for the command: „perform a paper feed by x lines“:
<ESC>“F“lh, ll., lh:={0, ... ,9} ; ll := {0, ... ,255}. The parameter value range is limited. Therefore, the command
<ESC> "F" 03h E8h indicates a paper feed by exactly 1000 lines (at 8 dot/mm this means 125 mm). Examples
appear in a way as to be entered directly into Win Z1 or the toolbox.
symbols
description
example
meaning information in WinZ1 or toolbox
d
decimal value
27d
1 byte
<27d>
h
hexadecimal value
0Ah
1 byte
<0Ah>
<>
ASCII control code
<LF>
command: line feed
<0Ah>
[ ]
8 flag bits
[FLAG]
001x 1111 b
b indicates a bit order from
MSB up to LSB
" "
printable characters
ASCII-characters "E" letter E
( )
parameter
(NAME)
byte variable
<" ">
one character
<"n">
character variable
l, m, n
per one byte
n:= {0, .. , 100}
byte variable
nh , nl
2 byte value
nh:= 03
nl:= E8
word variable
{ }
value set
{VALUE-RANGE}
{$00, .. ,$FF}
all hex values
from 00h to FFh
GeBE Elektronik und
phone
+49.89.894141-0
GeBE-document-no. SoMAN-C32-E-V2.2-0793
Feinwerktechnik GmbH
fax
+49.89.894141-33
date
July 7, 2020
Beethovenstraße 15
page 15 | 166
82110 Germering
Our general terms of business are to be applied.
Germany
Internet
www.gebe.net
Errors and changes reserved.