ELECTRONIC ASSEMBLY EA KIT160-6 Manual

ELECTRONIC ASSEMBLY EA KIT160-6 Manual

Control panel with fonts, graphics commands and macros

Advertisement

Quick Links

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-6 and is the answer not in the manual?

Questions and answers

Summary of Contents for ELECTRONIC ASSEMBLY EA KIT160-6

  • Page 1 EA KIT160-6 04.2011 CONTROL PANEL WITH FONTS, GRAPHICS COMMANDS AND MACROS EA KIT160-6LEDTP Dimension 102 x 80 x 36mm Viewing area 70 x 36 mm 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.
  • Page 2 Data format: TOUCH PANEL The EA KIT160-6 LEDTP version is equipped with an integrated touch panel. You can make entries and menu settings by touching the display. The labeling of the „keys“ is flexible and can also be changed during runtime (different languages, icons). The drawing of the individual „keys“ and the labeling or grouping of several fields is handled by the integrated software.
  • Page 3: External Keyboard

    EA KIT160-6 EXTERNAL KEYBOARD (EA KIT160-6LED ONLY) Matrix Keypad Connector J4 A keyboard (anything from individual keys to an 8x4 matrix keyboard) can Pin Symbol Funktion OUT 1 Output Column 1 be connected at the plug-in connection J4. The connected keys are...
  • 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.
  • 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...
  • 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.
  • 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.
  • 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).
  • 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.
  • 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.
  • 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.
  • Page 21 LCD Graphic Display Modules & Accessories Click to view products by manufacturer: ELECTRONIC ASSEMBLY Other Similar products are found below : NA57W001B HDM64GS12L-Y11S LCM-H12864GSFH-Y MGLS-240128-Z05 GLK19264A-7T-1U-TCI-LV-E DEM 128032A FGH RG12864F-FHW-M EGLK19264A-7T-WB-VPT-PL HG2G-V5FT22TF-W HG1G-4VT22TF-S HDM64GS24L-2-Y14S LTS-2301AP LTS- 6760P LTS-6980HR RG12864A-GHC-V RG12864A-GHY-V RG12864A-TIG-V RG12864A-TIY-V RG12864A-YHY-X RG12864B-...

Table of Contents