Beckmann Egle MT 40x2 Manuel - Sayfa 13
Kontrol Ünitesi Beckmann Egle MT 40x2 için çevrimiçi göz atın veya pdf Manuel indirin. Beckmann Egle MT 40x2 20 sayfaları.
MT 20x2/40x2
MiniTerminal Commands
Abbreviations used
CR
ESC
Display
ESC [ (Line) ; (Column) H
Line 0.. 3 /
Column
Example:
PRINT #1,CHR$(27);"[";CHR$(2);";" ;CHR$(1);CHR$(9);"H";
sets the cursor in the 20
(Note: 2-digit column numbers also output separately)
ESC & #
Example:
PRINT #1,CHR$(27);"&#";
ESC & C
Example:
PRINT #1,CHR$(27);"&C";
ESC & D
Example:
PRINT #1,CHR$(27);"&D";
ESC [ K
Example:
PRINT #1,CHR$(27);"[K";
ESC & S n
n =
0
(^@)
1
(^A)
2
(^B)
3
(^C)
4
(^D)
5
(^E)
6
(^F)
7
(^G)
8
(^H
9
(^I)
10
(^J)
11
(^K)
12
(^L)
Example: PRINT #1,CHR$(27);"&S";CHR$(2);
Copyright BECKMANN+EGLE GmbH, all rights reserved.
Carriage Return/Line Feed
1B (hex) / 27 (decimal)
0..39
th
column of the 3
16 x 1 / 8 x 2
16 x 2
16 x 4
20 x 1
20 x 2
20 x 4
24 x 1
24 x 2
32 x 1
32 x 2
40 x 1
40 x 2
40 x 4
0D (hex) / 13 (decimal)
Set cursor
All numbers minus leading zeros !
rd
line
Clear display / Cursor Home
Cursor on
switches the cursor on
Cursor off
switches the cursor off
Delete to end of line
deletes all characters to the end of the current
line
Select display type
Initialises the MiniTerminal for a 16 x 4 display
This information is stored in EEPROM
Page 13
Internet: www.bue.de