ELECTRONIC ASSEMBLY EA KIT160-6LED Manual

Control panel with fonts, graphics commands and macros
Hide thumbs Also See for EA KIT160-6LED:

Advertisement

04.2011
CONTROL PANEL WITH FONTS,
GRAPHICS COMMANDS AND MACROS
TECHNICAL DATA
* LCD GRAPHICS DISPLAY WITH DIVERSE GRAPHICS FUNCTIONS AND FONTS
* 160x80 PIXELS WITH LED ILLUMINATION
* BLACK, SNAP-IN HOUSING WITH ANTI-GLARE SCREEN OR TOUCH PANEL
* FONT ZOOM FROM approx. 2.5mm VIA approx. 5mm TO approx. 35mm
* SUPPLY VOLTAGE OF 5V/400mA OR OPTIONALLY 9..35V
* BLUE-WHITE VERSION 120mA/5V ONLY
* RS-232 OR OPTIONALLY RS-422 WITH BAUD RATES OF 1200..115200 BD
* 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
* COMBINATIONS OF TEXT AND GRAPHICS
* PULL-DOWN MENUS
ACCESSORIES
* INTEGRATED TOUCH PANEL WITH 8x4 FIELDS (ANTI-GLARE, SCRATCH-RESISTANT)
* FLOPPY DISK FOR MACRO PROGRAMMING (PC DOS): EA DISK240
* CABLE (1.5m) FOR CONNECTING TO 9-PIN SUB-D (RS-232 FEMALE): EA KV24-9B
ORDER DESIGNATION
160x80 DOTS WITH LED ILLUMINATION GB/GN
160x80 DOTS WITH TOUCH PANEL, LED ILLUMINATION, GB/GN
BLUE-WHITE WITH TOUCH PANEL
SUPPLY VOLTAGE 9..35V INSTEAD OF 5V
RS-422 INSTEAD OF RS-232
EA KIT160-6LEDTP
Dimension 102 x 80 x 36mm
Viewing area 70 x 36 mm
ZEPPELINSTRASSE 19 · D- 82 205 GILCHING
TEL 08105/778090 ·FAX 08105/778099 · http://www.lcd-module.de
EA KIT160-6
EA KIT160-6LED
EA KIT160-6LEDTP
EA KIT160-6LWTP
EA OPT-9/35V
EA OPT-RS4224

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Summary of Contents for ELECTRONIC ASSEMBLY EA KIT160-6LED

  • Page 1 * FLOPPY DISK FOR MACRO PROGRAMMING (PC DOS): EA DISK240 * CABLE (1.5m) FOR CONNECTING TO 9-PIN SUB-D (RS-232 FEMALE): EA KV24-9B ORDER DESIGNATION 160x80 DOTS WITH LED ILLUMINATION GB/GN EA KIT160-6LED 160x80 DOTS WITH TOUCH PANEL, LED ILLUMINATION, GB/GN EA KIT160-6LEDTP BLUE-WHITE WITH TOUCH PANEL EA KIT160-6LWTP SUPPLY VOLTAGE 9..35V INSTEAD OF 5V...
  • Page 2 EA KIT160-6 GENERAL The EA KIT160 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. In addition to complete graphics routines for display output, the operating unit also contains a wide variety of fonts.
  • Page 3: External Keyboard

    Output Column 2 debounced by means of software. Please note that it is only possible to OUT 3 Output Column 3 connect an external keyboard to the EA KIT160-6LED version without an OUT 4 Output Column 4 IN 1 Input line 1 integrated touch panel.
  • Page 4: Baud Rates

    EA KIT160-6 SUPPLY 5V / (9-35 V) In the standard model, the supply voltage of +5V is fed in via screw-type terminal J1. Alternatively, the 5V can also be fed in at the 10-pin connector J3 (pin 1: 5V; pin 10: 0V) for the RS-232 interface. In the case of the version for 9V to 35V (EA OPT-9/35V), the power is supplied via J2.
  • Page 5: Inputs And Outputs

    EA KIT160-6 INPUTS AND OUTPUTS The EA KIT160 is supplied with 8 digital inputs and 8 outputs (5V CMOS level, non-isolated). The connection is made at the 20-pin connector J120. Digital In- and Outputs J120 8 outputs: Each line can be controlled by means of the Pin Symbol Function Pin Symbol...
  • Page 6: Macro Programming

    ; Terminalfont einstellen To prevent overwriting stored macros and images close #UL 0,20,<EA2.BMP> ; ELECTRONIC ASSEMBLY Logo solder bridge WP (connection VDD-WP). Please note that baudrate is locked, too. So changing the baudrate by KITBAUD.EXE requires an open solder strap WP.
  • Page 7 EA KIT160-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 EA KIT160-6 ALL COMMANDS AT A GLANCE Command table for the EA KIT160 Command Codes Note Commands for terminal operation Form feed FF (dec:12) Deletes the screen and sets the cursor at position (1,1) Carriage return CR(13) Positions the cursor on the left at the beginning of the line Positions the cursor in the line below the current one.
  • Page 9 EA KIT160-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 Define bar graph rectangle enclosing the bar graph. sv,ev are the values for 0% and 100%.
  • Page 10: Programming Example

    EA KIT160-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 KIT160-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 KIT160-6 n1 data Define character You can define up to 21 characters yourself (depending on the font size). These characters then User-definable characters (code) have the ASCII codes 1 to max. 21 and remain in an invisible screen RAM 128 bytes in size until the supply voltage is switched off.
  • Page 13 EA KIT160-6 Switch tone on/off manually Switches the tone off (n1=0), on for an undefined period (n1=1) or on for n1/10 seconds (n1=2..255). (This only applies to versions with EA KIT160-6LEDTP touch panel.) Example: $1B $4A $0A The tone sounds for 1 second after this command. Assign address Assigns an address to the EA KIT160 (add=0..254).
  • Page 14 EA KIT160-6 N/T/P n1 Call macro Calls the normal macro (N), touch macro (T) or port macro (P) with the number n1 (0..255). Example: $1B $4D $4E $0F The (normal) macro with the number 15 is executed. A/J n1 n2 n3 Execute macros automatically Calls the normal macros with the numbers n1 to n2 automatically every n3/10 seconds.
  • Page 15 EA KIT160-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 $05 Sets the cursor to the 3rd column in row 5. x1 y1 Set dot Sets a pixel at x1,y1 taking into account the graphics set mode 'ESC V' (set/delete/...
  • Page 16 EA KIT160-6 x1 y1 x2 y2 Draw rounded rectangle Draws a rectangle with rounded corners from the upper left corner (x1,y1) to the lower right corner (x2,y2) taking into account the set graphics mode 'V' (set/delete/inverse). The contents of the rounded rectangle are not changed. See 'ESC R J' (Rounded box). Example: $1B $52 $4E $06 Draws a rounded rectangle from 6,2 to 38,19.
  • Page 17 EA KIT160-6 H/V f1 f2 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 18 EA KIT160-6 x1 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 $02 $0E Displays image number 14 from the EEPROM at position 2,3. x1 y1 data...
  • Page 19 EA KIT160-6 W n1 n2 Write output port Changes the output port (n1=1..8 = OUT1..OUT8) to the value n2 (0=low level; 1=high level; 2=invert port). When n1=0, all the outputs are output as a binary value n2 (MSB:OUT8...OUT1:LSB); see application on page 5. Example: $1B $59 $57 $02 Switches the output port OUT2 to high level.
  • Page 20 EA KIT160-6 DIMENSIONS antireflex screen or Touch Panel all dimensions are in mm panel cutout 97,5x75,0 mm HINTS FOR HANDLING AND OPERATING - The module can be destroyed electrically by mispoled or overvoltaged power supply, wrong polarity, overvoltage or static discharge on inputs or shortened outputs. - Before disassembling the module, the power supply must be switched off.

Table of Contents