Datasheet

EA uniTFT Vorläufig
ENTERING FIGURES
Input Definition
123 Decimal handover as ASCII character/s
$5A Hexadecimal handover as ASCII character/s
%101001 Binary handover as ASCII character/s
?x Code of a character (Unicode /ASCII)
R0..R255 Handover of the register value
Q0..Q255 Accept register value indexed = R(R0..255).
(...) Accept result of the calculation string
G len32 data... Submit binary data: G len 32-bit - binary, followed by binary data
!string! Infer values and strings from string file, replacement
ENTERING STRINGS
Should strings be used as parameters, it should be remembered that the latter need to be placed in quotation
marks ( "" ) or inverted commas ( '' ), and be ended by a semicolon ( ; ). Should a string be the last parameter in
the command code, no semicolon needs to be placed at the end of the string. The maximum length permitted for
any string is 255 characters. A line break within a string is implemented with the pipe sign '|' or new line '\n'.
l Beispiel: "string1" ; 'string2'
Eingabe Definition
"Hello"32'World' Eingabe eines Strings.Da kein ; vorhanden ist werden die Strings zusammengesetzt. Der
Code dazwischen wird ebenso eingefügt. Ausgabe: Hello World
"Hello\nWorld" =
"Hello
World"
Mehrzeilige Eingabe eines Strings
S0..255 Stringregister übernehmen.
T0..255 Stringregister indiziert übernehmen, Stringregisternummer aus Register S(R0..255).
U"Hello" Zeichen nach dem U als 16-Bit Unicode (bis zum chsten # oder V auch CR + LF)
V"Hello" Zeichen nach dem V als 8-Bit ASCII (bis zum nächsten # oder U auch CR + LF)
!string! Werte und Strings aus Stringdatei entnehmen und einsetzen.
STRING FILE
String files are text files written externally. String files can be used as a sort of database of strings. The strings sto-
red in such a way can be accessed by the name for accessing the string being written between two exclamation
marks ! No quotation marks""may be used, as otherwise only the access as a string is shown, however the desi-
red string file is not loaded. To use this function, the text file created only needs to be found in the String folder of
the SD card, and be loaded by the command to load a string file(#VFL) . By way of clarification, an example is
given below:
The text file Hallo.txt created externally and copied onto the SD card looks as follows:
Technische Änderung vorbehalten.
Wir übernehmen keine Haftung für Druckfehler und Applikationsbeispiele..
Seite 10