ELECTRONIC ASSEMBLY EA KIT129-6 Manual

ELECTRONIC ASSEMBLY EA KIT129-6 Manual

Control panel with fonts, graphics commands and macros

Advertisement

Quick Links

6.2005
CONTROL PANEL WITH FONTS,
GRAPHICS COMMANDS AND MACROS
TECHNICAL DATA
* LCD GRAPHIC DISPLAY WITH VARIOUS GRAPHIC FUNCTIONS AND BUILT IN FONTS
* 128x64 PIXELS WITH LED ILLUMINATION, BLUE NEGATIVE OR
* BLACK AND WHITE WITH WHITE LED-BACKLIGHT
* POWER SUPPLY 5V/170mA OR 9~35V OPTIONALLY
* RS-232 WITH BAUDRATES 1,200..115,200 BD
* 5 FONTS BUILT IN, EVEN WITH 90° ROTATION FOR VERTICALLY USE
* FONT ZOOM (double size to 8-times) UP TO 35mm CHARACTER SIZE
* POSITIONING ACCURATE TO THE PIXEL WITH ALL FUNCTIONS
* PROGRAMMING BY MEANS OF HIGH-LEVEL LANGUAGE-TYPE COMMANDS:
* STRAIGHT LINE, POINT, AREA, AND/OR/EXOR, BAR GRAPH...
* UP TO 256 MACROS PROGRAMMABLE
* COMBINATION OF TEXT AND GRAPHICS ALL THE TIME
* BUILT IN SOFTWARE SUPPORTS TOUCH PANEL
* OPERATING TEMPERATURE RANGE -20..+70°C, STORAGE -30..+70°C
ACCESSORIES
* WITH TOUCH PANEL 5x3 AREAS (ANTI-GLARE AND SCRATCH-PROOF)
* FLOPPY DISK FOR MACRO PROGRAMMING (PC DOS/WIN)
* CABLE (1.5m) FOR CONNECTION TO 9-PIN SUB-D (RS-232 FEMALE)
ORDERING INFORMATION
128x64 WITH TOUCH PANEL 5x3, LED-B./L. BLUE-WHITE
128x64 DOTS WITHOUT TOUCH PANEL
128X64 DOTS BLACK AND WHITE WITH TOUCH PANEL
SUPPLY VOLTAGE 9~35VDC INSTEAD OF 5V
MOUNTING BEZEL, MADE OF BLACK ANODIZED ALUMINIUM
EA KIT129-6LWTP
Dimensions 75x60x24mm
Viewing area 61x 38 mm
ZEPPELINSTRASSE
PHONE +49-8105-778090 · FAX +49-8105-778099 · http://www.lcd-module.de
EA KIT129-6
EA KIT129J-6LWTP
EA DISK240
EA KV24-9B
EA KIT129-6LWTP
EA KIT129-6LW
EA KIT129J-6LWTP
EA OPT-9/35V
EA 0FP129-6SW
19 · D- 82 205 GILCHING

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the EA KIT129-6 and is the answer not in the manual?

Questions and answers

Summary of Contents for ELECTRONIC ASSEMBLY EA KIT129-6

  • Page 1 EA KIT129-6 6.2005 CONTROL PANEL WITH FONTS, GRAPHICS COMMANDS AND MACROS EA KIT129J-6LWTP EA KIT129-6LWTP Dimensions 75x60x24mm Viewing area 61x 38 mm TECHNICAL DATA * LCD GRAPHIC DISPLAY WITH VARIOUS GRAPHIC FUNCTIONS AND BUILT IN FONTS * 128x64 PIXELS WITH LED ILLUMINATION, BLUE NEGATIVE OR...
  • Page 2 EA KIT129-6 GENERAL The EA KIT129 graphics kit is a fully assembled control and operating unit with a variety of integrated functions. The display has very compact dimensions and offers excellent super-twist contrast, which means the unit can be put into operation immediately. It is controlled via the standard RS-232 or RS-422 interface.
  • Page 3: Touch Panel

    EA KIT129-6 EXTERNLA KEYBOARD Matrix Keypad Connector (EA KIT129-6LW ONLY) A keyboard (anything from individual keys to a 3x5 matrix keyboard, J4) Symbol Function can be connected at the plug-in connection. The connected keys are IN 1 Input Column 1...
  • Page 4: Baud Rates

    EA KIT129-6 BAUD RATES Baud rates The baud rate can be set by means of the 3 DIP switches on the left. 9,600 baud DIP switches Data format is set at the factory (DIP 3 ON). Please note that the internal data buffer only holds 8,N,1 16 bytes.
  • Page 5: Default Settings

    EA KIT129-6 DIGITL INPUTS AND OUTPUTS In- and Output J120 EA KIT129 provides 8 digital in- or outputs (5V Pin Symbol Function Pin Symbol Function CMOS level, grounded). Definition for each line as an +5V Supply IO 1 Port 1...
  • Page 6: Macro Programming

    EEPROM with the baud rate #UL 0,20,<EA2.BMP> ; ELECTRONIC ASSEMBLY logo entered. This only takes a few seconds, and you can then use your user-defined macros immediately. You will find a detailed description of how to program macros, together with a large number of examples, in the files DOKU.DOC (for WORD) and DOKU.TXT...
  • Page 7 EA KIT129-6 INTEGRATED FONTS 5 character sets are integrated in each graphics unit as standard. Each character set can be used at its normal height or at up to 8 times this height. Independently of the height, the width can also be increased two to eight times.
  • Page 8 ESC. Line Feed is done by code ´LF´. After sreen is full, cursor will jump to top left corner again. Code ´FF´ (Formfeed) will clear display. All other commands (place cursor, set font, graphic functions, ...) will be startet by ESCAPE-code (27dec. / $1B hex). Command table for the EA KIT129-6 Command Codes Note...
  • Page 9 EA KIT129-6 Bar graph commands Defines a bar graph to the left (L), right (R), top (O) or bottom (U) with the number no (1..16). x1,y1,x2,y2 define the rectangle Define bar graph enclosing the bar graph. sv,ev are the values for 0% and 100%.
  • Page 10: Programming Example

    EA KIT129-6 PARAMETERS The graphics kit can be programmed by means of various integrated commands. Each command begins with ESC followed by one or two command letters and then parameters. All the commands and their parameters, such as coordinates and other transfer values, are always expected as bytes. No separating characters, such spaces or commas, must be used between them.
  • Page 11 EA KIT129-6 DESCRIPTIONS OF THE VARIOUS GRAPHICS FUNCTIONS On the following pages you will find detailed descriptions of all of the functions in alphabetical order. In each case, an enlarged section of the image, 50x32 pixels in size, is shown as a hard copy example, indicating the contents of the display after the command is executed.
  • Page 12 EA KIT129-6 n1 n2 n3 Set font Sets the font with the number n1 (1=4x6 uppercase letters only !). In addition, an enlargement factor (1..8 times) is set for the width (n2) and height (n3) separately. Example: $1B $46 $02 The 6x8 with 3 times the width and 4 times the height is set with immediate effect.
  • Page 13 EA KIT129-6 n1 pat Set text mode Sets the link mode (n1) and pattern (pat) for the string output text function (ESC Z). Example: $1B $4C $03 Sets the link mode for all subsequent text functions to gray characters (pattern 3 = 50% gray) inverted with the background.
  • Page 14 EA KIT129-6 n1 n2 Position cursor Sets the cursor to column n1 and row n2 for terminal operation. The origin in the upper left corner is 1,1. Example: $1B $4F $03 Sets the cursor to the 3rd column in row 5.
  • Page 15 EA KIT129-6 y1 x2 y2 Delete area Deletes the area from the upper left corner (x1,y1) to the lower right corner (x2,y2). Example: $1B $44 $53 $1B $52 $4C $06 The display is filled with ESC D S and then deleted from 6,4 to 40,25.
  • Page 16 EA KIT129-6 H/V f1 ret frm text... Define touch key Defines a touch key and labels it with the current font. H=horizontal or V=vertical labeling (rotated 90°). Several touch fields can be grouped together to form a single touch key (f1=upper left touch field; f2=lower right touch field of the new touch key).
  • Page 17 EA KIT129-6 y1 n1 Load image from EEPROM Displays the image saved in the EEPROM with the number n1 (0..255) at position x1,y1. Example: $1B $55 $45 Displays image number 14 from the EEPROM at position 2,3. y1 data... Upload image Displays an image at position x1,y1.
  • Page 18 EA KIT129-6 Wait/pause This command suspends the EA KIT129 for n1/10 seconds. Example: $1B $58 $0A After this command the EA KIT129 waits for a second before the next command is processed. M n1 Define as an output n1=count of I/O lines will be defined as an output (starting at I/O8 downwards).
  • Page 19 EA KIT129-6 L/Z/R x1 y1 text... Horizontal string Writes the string text... left justified (L), centered (Z) or right justified (R) at position x1 taking into account the set text mode (ESC L). Multi-line text can also be output, with the lines separated by the character '|' (=$7C). The string must be concluded with NUL= $00.
  • Page 20 EA KIT129-6 DIMENSIONS 75,0 69,0 11,3 10,8 11,5 11,5 38,0 31,0 max. max. 4x 2,7 4x 2,7 128x64 128x64 blue-white blue-white 0,44 56,30 with touch panel with touch panel w./.o. touch panel w./.o. touch panel 0,42 EA KIT129-6LWTP EA KIT129-6LWTP...

Table of Contents