Contents Contents MANUFACTURER’S DECLARATION ............6 FCC C ................. 6 LASS ECLARATION ..................... 7 OTE ON ....................7 ARRANTY BA63GU ................8 ECYCLING THE OVERVIEW ....................9 CABLE INSTALLATION ................11 ..................11 OR ROD MOUNTED ..................13 WIVEL BASE CONTROL SEQUENCES ................
Page 5
Contents Set Watch Dog of cable monitor ............. 29 Load User Logo and Set Display Monitor ..........29 Set Line mode ..................30 Turn On/Off display backlight ..............30 Set baud rate for serial port ..............31 Set BA63G Compatible Mode ..............32 Read current Display Mode ..............
Cet appareil numerique de la classe A est conforme à la norme NMB-003 du Canada. Device repairs must be carried out by authorized personnel. All guarantee and liability claims are automatically excluded if repairs have been carried out by unauthorized personnel. 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Warranty Diebold Nixdorf generally guarantees a limited warranty engagement for 12 months beginning with the date of delivery. This warranty engagement covers all those damages which occur despite a normal use of the product.
Please do not stick labels onto plastic case parts. This would help us to re-use components and material. At this time, there are still some parts that are not reusable. Diebold Nixdorf guarantees the environmentally safe disposal of these parts in a Recycling Center, which is certified pursuant to ISO 9001.
Overview Overview The BA63GU customer display is mainly used in POS installations that are designed in modular form. It is available in several forms: swivel based, pole- mounted, keyboard-mounted as well as in the Fusion customer display housing. The display is a STN Liquid Crystal Display with a screen resolution of 240 64 pixels.
Page 10
The tube diameter is 40 mm (+ 0.3 mm / - 0.1 mm). The tube is ordered separately. The connection cables are available in different lengths. Cables have to be ordered separately and will be delivered separately too. Figure 3: BA63GU in Fusion customer display housing 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Cable Installation Cable Installation For rod-mounted (1) Press the latch to release hinge. (2) Disconnect the hinge from the device. (3) Thread the cable through the adapter. (4) And the through the hinge BA63GU Graphic Customer Display – Operating Manual 01750253794 D...
Page 12
Connect the hinge and adapter together. Secure the cable in the strain relief provided. The distance between the strain relief and the tip of the connector must be 73 mm (+/- 2 mm) 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Cable Installation For Swivel base (1) Press the latch to release hinge. (2) Disconnect the hinge from the customer display. (3) Thread the cable through the adapter. (4) And the through the hinge. BA63GU Graphic Customer Display – Operating Manual 01750253794 D...
Page 14
(see arrow) and rotate the cable clip about the other fastener. Guide the cable under the clip and shift the clip back to position. Tighten the screw. 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Control Sequences The customer display is controlled via software commands. The commands are entered with the appropriate ESC sequences. The following functions are available: The BA63GU customer display operates in VT100 mode, i.e. it emulates a subset of the VT100 ESC sequences and control bytes, plus vendor-specific commands.
Setting watch dog of cable ESC[nnT monitor Load user logo and set display ESC[nnL monitor Select line mode ESC[nI Turn on / off display ESC[nP Set baud rate for serial ESC[n;mS interface 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Page 17
Control Sequences Switch to BA63G Compatible ESC[nE Mode Read current Display Mode ESC[E BA63GU Graphic Customer Display – Operating Manual 01750253794 D...
Referring to the above example, the coordinates of the 3 different sizes, normal, double-height and double-width double-height, of the Chinese character ' ' are (4; 3), (1; 8) and (3; 17) respectively. 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Thai Mode Thai character set contains standard ASCII characters in the lower range of the table from 0x20 to 0x7F and Thai characters in the upper range from 0x80 to 0xFF. Thai characters are constructed by overlaying four layers consisting of consonants, vowel and tone marks.
Clear Screen The display can be cleared with this ESC sequence. The cursor position remains unchanged. The ESC sequence is as follows: Code Hexadecimal ESC [ 2 J 1B 5B 32 4A 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Position cursor The cursor position can be defined with this ESC sequence. The cursor is not visible on the display whilst this is being carried out. The following ESC sequence (for example) can be implemented: Code Hexadecimal ESC [ <Py>;<Px> H 1B 5B 31 3B 31 48 The parameters are transferred as ASCII characters and have the following meaning:...
The above character sets listed in the left table are standard character sets. Those character sets listed on the right table are optional character sets. They are available only when the specific character set is downloaded into the device. 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
3B … 3B cpn 3B ccn Where cc1, cc2, … ccn and cp1, cp2, … cpn are respectively the country codes and code pages of the external character sets currently installed. 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Firmware identification This command returns the boot and main firmware version and subversion numbers. Code Hexadecimal ESC [ 2 c 1B 5B 32 63 Return string: Response Hexadecimal ESC [ ? <p1> <p2>;<p3> <p4> c 1B 5B 3F p1 p2 3B p3 p4 63 Where, p1, p2 are the boot firmware version and subversion number.
1B 5B n 42 Where n is defined as: Double Byte Single Byte Characters Characters Resolution Resolution (W H) (W H) 0x30 0x31 0x32 Note: Default value for n is “0” (0x30). 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Set Character Size This command set single or double width/height. Displayable characters sent after this command will be in the selected size. (Note: this command is for backward compatibility to BA63GV). The width of single byte character is half of the width of double byte character. When displaying double height character (m=2), a line feed command moves the cursor 2 lines down instead of 1 line.
This image will stay on the screen until a command or character is sent to the display. Code Hexadecimal ESC [ <hh>; <mm> T 1B 5B hh 3B mm 54 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Set Watch Dog of cable monitor This command defines the idle time period (no activities on the RS232 data lines) that will trigger the display of the Beetle clock. Code Hexadecimal ESC [ <mm> T 1B 5B mm 54 Load User Logo and Set Display Monitor This command loads the user-defined logo which will be displayed automatically when after the set idle time.
Code Hexadecimal ESC [ <n> P 1B 5B n 50 Where n is defined as: 0x30 = OFF 0x31 = ON 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Set baud rate for serial port This command turns the display on or off. This command is applicable to RS232C interface only. Code Hexadecimal ESC [ <n> ; <m> S 1B 5B n 3B m 53 Baud Rate Auto-detection 110 bps 300 bps...
Hexadecimal ESC [ E 1B 5B 45 Return value ESC [ n E Where n is defined as: 0x30 = BA63GU mode 0x31 = BA63G Compatible Mode Default value is 0x30. 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Control Sequences Commands for USB interface For all the commands listed below the output report size is 32 bytes, and for the response the Input report size is 8 bytes. Pad bytes must be added to fill up the unused space. Write Data Command Data can be Escape sequences, control characters or data to be displayed.
Page 35
Control Sequences Status Byte 1: Bit 0 Flash download is in progress Bit 1…3 Error status 000 – No error 001 – Device received unexpected command 010 – File is not valid 011 – Device is unable to write to memory 100 –...
Both firmware and font can be updated via the RS232C or USB interface. When firmware or font updating is in progress, the device cannot function as a display until update is completed. A Window utility is provided to perform firmware and font updating. 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Character Sets Character Sets Handling text and control sequence Displayable Characters The characters are displayed at the current cursor position. The cursor is moved to the next available position after displaying the character. The distance moved is dependent on the resolution of the character. The character is displayed on the beginning of next line if it cannot fit on the previous line, the screen will be scrolled up one line if this happens on the last line.
Character Sets Built-in Character Set The device has a built-in IBM 437 ASCII character set plus the international characters shown below. IBM 437 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
GB Jianti 16 x 16 BIG 5 16 x 16 BIG 5+HK 16 x 16 Korean 2-byte 16 x 16 Thai 4-Levels (8x19) 8 x 19 Thai 4-Levels (12x32) 12 x 32 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
There are neither jumpers nor DIP switches on the device for configuration. Depending on the type of cable used, it can either operate as a serial or USB device. Cable for Beetle /Fusion Customer Display 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Page 43
Configuring the Device Cable options for Standalone Customer Display BA63GU Graphic Customer Display – Operating Manual 01750253794 D...
Page 44
Configuring the Device 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Technical Data Display technology Liquid Crystal Display, 240 x 64 Character display Character Size (mm) Row x Col Cell 8 x 16 4.24 x 8.48 4 x 30 16 x 16 8.48 x 8.48 4 x 15 8 x 19 4.24 x 10.07 3 x 30 12 x 32...
Select line mode ESC[nI ESC[nP Turn on / off display ESC[n;mS Set baud rate for serial interface Switch to BA63G Compatible ESC[nE Mode Read current Display Mode ESC[E EGEND UPPORTED OT SUPPORTED NOTE 01750253794 D BA63GU-2 Graphic Customer Display – Operating Manual...
Page 47
Published by Diebold Nixdorf Pte Ltd 151, Lorong Chuan New Tech Park #05-01A/B Singapore 556741 Part No.: 01750253794 D...
Need help?
Do you have a question about the BA63GU-2 and is the answer not in the manual?
Questions and answers