SOFTWARE MANUAL C32
The beginning of a command is indicated by a preceding command separator '#'. The command itself consists of a
command identifier consisting of one or more letters and one or more trailing parameters depending on the type of the
command sequence. A colon ':' is used to separate two trailing parameters belonging to the same command.
Command sequences have to be completely imported into the parser input buffer, therefore the following system parameters may
be adjusted:
[Parser NEWDATABUFFERSIZE]
[Parser NEWDATABUFFERTHRESHOLDXOFF]
However, it is not necessary that ticket command sequences are placed together in the parser input buffer. The amount of
sequences belonging to a ticket is limited by the size of the renderers buffer.
13.3.2 DATA FORMAT OF TRAILING PARAMETERS
Depending on the command, trailing parameters are defined as logical values (booleans), integers, rational numbers
(fractions) or as text:
Kind of trailing parameter
Value format
Logical value (boolean)
Single ASCII character:
'N', 'n', 'Y', 'y', 'J', 't', 'T', 'j', 'f', 'F', '0', or '1'
Text
Alphanumeric character
(character set and number of characters depending on command)
Integer
optionally as
•
decimal notation (default), e.g. 255
•
hexa-decimal notation, format: 0x..., i.e. 0xFF
•
binary notation, format 0b..., i.e. 0b11111111
Rational number (fraction)
optionally as
•
common fraction of two integers [1, 255]
•
with divider symbol '/' (<numerator>/<denominator>), i.e. 7/4
•
decimal fraction with decimal divider symbol '.' or ','
•
(decimal notation only), e.g. 1.75 or 1,75
The indication of the numerator is sufficed for integer values, means the input can be
performed as an integer value, e.g. 2,0 = 2/1 = 2
ASCII hex byte
ASCII character pair, e.g. 00 or 7F
Integer and rational numbers can have algebraic signs for some commands, which will be prefixed to the command value
as '-' or '+'. The permitted value range depends on command type.
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 111 | 166
82110 Germering
Our general terms of business are to be applied.
Germany
Internet
www.gebe.net
Errors and changes reserved.