Manualios.com

BIXOLON BCD-1000 Command Manual

BIXOLON BCD-1000 Manual Online:

3.05, 2174 votes
BIXOLON BCD-1000 User Manual
BIXOLON BCD-1000 User Guide
BIXOLON BCD-1000 Online Manual

Text of BIXOLON BCD-1000 User Guide:

  • BIXOLON BCD-1000, Rev. 1.02 - 2 - BCD-1000 ■ Table of Contents 1. Notice.............................................................................................................................. 4 2. Control Commands List .................................................................................................. 4 3. Back Space (Move Cursor Left)...................................................................................... 5 4. Horizontal Tab (Move Cursor Right) ............................................................................... 5 5. Move Cursor Downward (Line Feed) .................

  • BIXOLON BCD-1000, Rev. 1.02 - 3 - BCD-1000 35. Execute and Quit Defined Macro ................................................................................ 16 36. Display Period............................................................................................................. 17 37. Display Comma .......................................................................................................... 17 38. Display Period and Comma ........................................................................................ 18 39. Turn Annunciator On/Off............................................................................................. 18 40. Set C

  • BIXOLON BCD-1000, Rev. 1.02 - 4 - BCD-1000 1. Notice This Control Commands Manual contains information on the protocol and functions of all control commands that can be used with this Customer Display (BCD-1000). 2. Control Commands List * Defaults (Initial State at Power-On) : The contents of the initial state are shown in below table. Setting Items Setting Contents Command emulation mode BIXOLON’s Customer Display Standard Display mode Overwrite mode Cursor position Home position (the upper left corner of the window) Display screen Clear Window Not defined Character code

  • BIXOLON BCD-1000, Rev. 1.02 - 5 - BCD-1000 3. Back Space (Move Cursor Left) ASCII Format <BS> <ESC> [ D <NUL> K Dec. Format 8 27, 91, 68 0, 75 Hex. Format [08h] [1Bh] [5Bh] [44h] [00h] [4Bh] Description Moves the cursor one character position to the left. When the cursor is at the left end of a line, the operation of this command depends on the display mode, as follows : 1) Overwrite mode : When the cursor is at the left end of the lower line, it is moved to the right end of the upper line. When it is at the left end of the upper line, it is moved to the right end of the lower line. 2) Vertical scroll mode : When the cursor is at the le

  • BIXOLON BCD-1000, Rev. 1.02 - 6 - BCD-1000 6. Move Cursor Up ASCII Format <US><LF> <ESC> [ A <NUL> H Dec. Format 31, 10 27, 91, 65 0, 72 Hex. Format [1Fh] [0Ah] [1Bh] [5Bh] [41h] [00h] [48h] Description Moves the cursor up one line. When the cursor is on the upper line, the operation of this command depends on the display mode, as follows : 1) Overwrite mode : The cursor is moved to the same column on the lower line. 2) Vertical scroll mode : The characters displayed on the upper line are scrolled to the lower line and the upper line is cleared. The

  • BIXOLON BCD-1000, Rev. 1.02 - 7 - BCD-1000 10. Move Cursor to Bottom Position ASCII Format <US> B <ESC> [ K Dec. Format 31, 65 11, 91, 75 Hex. Format [1Fh] [42h] [1Bh] [5Bh] [4Bh] Description Moves the cursor to the bottom position. The bottom position indicates the 20th column of the lower line. * When a window is defined, the bottom position is the lower right corner of the window. 11. Move Cursor to Specified Position ASCII Format <US> $ x y <ESC> 1 x y <ESC> P x y Dec. Format 31, 36, x, y 31, 108, x, y 31, 80, x, y Hex. Format [1Fh] [24h]

  • BIXOLON BCD-1000, Rev. 1.02 - 8 - BCD-1000 14. Initialize Display ASCII Format <ESC> @ Dec. Format 27, 64 Hex. Format [1Bh] [40h] Description Reset the various display settings to their initial values. The software settings are reset to their power-on values. The jumper switches are not checked again. The data in the receive buffer is not cleared. After initializing the display, the display screen is cleared and the cursor moves to the home position. 15. Select Peripheral Device(s) ASCII

  • BIXOLON BCD-1000, Rev. 1.02 - 9 - BCD-1000 17. Define User-defined Characters ASCII Format <ESC> & x n m [a (p1...pa)] * (m-n+1) Dec. Format 27, 38, s n m [a (p1...pa)] * (m-n+1), s=1, 32 ≤ n ≤ m ≤ 255, 0 ≤ p1...pa ≤ 255 Hex. Format [1Bh] [26h] s n m [a (p1...pa)] * (m-n+1), s=01h, 20h ≤ n ≤ m ≤ FFh, 00h ≤ p1...pa ≤ FFh Description Defines user-defined characters. * s denotes the number of bytes in the vertical direction. (s=1) * n specifies the beginning character code for the definition, and m

  • BIXOLON BCD-1000, Rev. 1.02 - 10 - BCD-1000 18. Delete User-defined Characters ASCII Format <ESC> ? n Dec. Format 27, 63, n Hex. Format [1Bh] [3Fh] n Description Cancels user-defined characters. (20h ≤ n ≤ FFh) This command cancels the pattern defined for the character code specified by n. If specified code is transmitted after the pattern is canceled by this command, the internal character is displayed. If the specified character code is not defined, this command is ignored. This command has no effect on characters already displayed. 19. Store User-defined Characters into EEP-ROM ASCII Format <ESC> s <MD1> De

  • BIXOLON BCD-1000, Rev. 1.02 - 11 - BCD-1000 23. Select/Cancel Window Range ASCII Format <ESC> W n m x1 y1 x2 y2 Dec. Format 27, 87, n, m, x1, y1, x2, y2 (1 ≤ n ≤ 4, m=0, 1, 48 or 49, 1 ≤ x1 ≤ x2 ≤ 20, 1 ≤ y1 ≤ y2 ≤ 2) Hex. Format [1Bh] [57h] n m x1 y1 x2 y2 Description Selects or cancels a single window on the display screen. * n specifies the window number to be selected or canceled. (01h ≤ n ≤ 04h) * m specifies selection or cancellation. When m=1 or 49 (31h), a window is selected. (Values x1, y1, x2, and y2 are required) When m=0 or 48 (32h), a window is canceled. ( Values x1, y1, x2

  • BIXOLON BCD-1000, Rev. 1.02 - 12 - BCD-1000 26. Horizontal Scroll Mode ASCII Format <US><MD3> <ESC><DC3> Dec. Format 31, 3 Hex. Format [1Fh] [03h] [1Bh] [13h] Description Selects horizontal scroll mode as the screen display mode. In horizontal scroll mode, entering a character code scrolls all displayed characters (including commas and periods) one character to the left, then displays the new character at the right end (when the cursor is at the right end of either line). Selecting horizontal scroll mode cancels overwrite or vertical scroll mode. Except when the cursor is at the right end, entering a character code moves the cursor one character

  • Rev. 1.02 - 13 - BCD-1000 29. Display Counter (Display Time) ASCII Format <US> U Dec. Format 31, 85 Hex. Format [1Fh] [55h] Description Displays the time counter at the right side of the bottom line. If the time has already been set using the “<US> T h m” command, the elapsed time is displayed in real time in the format “hours : minutes

  • BIXOLON BCD-1000, Rev. 1.02 - 14 - BCD-1000 30. Brightness Adjustment (Dimming Control) ASCII Format <US> X m <ESC> * n Dec. Format 31, 88, n 27, 42, n Hex. Format [1Fh] [58h] n [1Bh] [2Ah] n Description Set the brightness of the fluorescent character display tube. n selects the percentage of brightness as follows : * n=01h, Brightness=20% * n=02h, Brightness=40% * n=03h, Brightness=60% * n=04h, Brightness=100% (default) 31. Turn Reversed Character Mode On/Off ASCII Format <US> r n Dec. Forma

  • BIXOLON BCD-1000, Rev. 1.02 - 15 - BCD-1000 33. Execute Self-test ASCII Format <US> @ Dec. Format 31, 64 Hex. Format [1Fh] [40h] Description A series of self-test is displayed. All set values except those listed below are initialized : 1) User-defined character definitions 2) Macro definitions 3) Time counter value After completion of the self-test, the screen is cleared and the display position is moved to the home position. 34. Start/End Macro Definition ASCII Format <US> : Dec. Format 31, 58 Hex. Format [1Fh] [3Ah] Description Starts or ends a macro definition. Up to 80 bytes can be defined for macro processin

  • Rev. 1.02 - 16 - BCD-1000 35. Execute and Quit Defined Macro ASCII Format <US> ^ n m Dec. Format 31, 94, n m Hex. Format [1Fh] [5Eh] n m Description Executes the process defined as a macro. (00h ≤ n ≤ FFh, 00h ≤ m ≤ FFh) n specifies the time interval for displaying characters in units of [n*20msec] when a macro is executed. This sp

  • BIXOLON BCD-1000, Rev. 1.02 - 17 - BCD-1000 36. Display Period ASCII Format <US> . n Dec. Format 31, 46, n Hex. Format [1Fh] [2Eh] n Description Displays the specified character n and a period to the right of the character. (20h ≤ n ≤ FFh) n indicates a displayable character code. The period is displayed once only for the specified character n and is not displayed for subsequent characters. In overwrite mode, if any other character is written in the character position for which the period was displayed, the period

  • BIXOLON BCD-1000, Rev. 1.02 - 18 - BCD-1000 38. Display Period and Comma ASCII Format <US> ; n Dec. Format 31, 59, n Hex. Format [1Fh] [3Bh] n Description Displays the specified character n and a semicolon (period and comma) to the right of the character. (20h ≤ n ≤ FFh) n indicates a displayable character code. The semicolon is displayed once only for the specified character n and is not displayed for subsequent characters. In overwrite mode, if any other character is written in the character position for which the semicolon was displayed, the semicolon is cleared. In vertical scroll m

  • BIXOLON BCD-1000, Rev. 1.02 - 19 - BCD-1000 41. Set Line Blinking ASCII Format <US><DC1> n Dec. Format 31, 17, n Hex. Format [1Fh] [11h] n Description Set line blinking (n=31h or 32h). When n=31h, Upper line blinking. When n=32h, Lower line blinking. 42. Clear Line Blinking ASCII Format <US><DC2> n Dec. Format 31, 18, n Hex. Format [1Fh] [12h] n Description Clear line blinking (n=31h or 32h). When n=31h, Clear upper line blinking. When n=32h, Clear lower line blinking. 43. Write String Character to Upper Line ASCII Format <ESC> Q A d1 d2 d3 d4...dn <CR> <ESC> F A d1 d2 d3 d4...dn <CR>

  • Rev. 1.02 - 20 - BCD-1000 45. Upper Line Message Scroll Continuously ASCII Format <ESC> Q D d1 d2 d3 d4...dn <CR> <ESC> F D d1 d2 d3 d4...dn <CR> Dec. Format 27, 81, 68, d1, d2, d3, d4,...dn, 13 27, 70, 68, d1, d2, d3, d4,...dn, 13 Hex. Format [1Bh] [51h] [44h] d1 d2 d3 d4...dn [0Dh] [1Bh] [46h] [44h] d1 d2 d3 d4...dn [0Dh] Description

Related Products and Documents (Monitor):

Comparable Devices:

# Manufacturer Model Document Type File Updated Pages Size
1 Panasonic DMR-EH60PC Service manual panasonic/dmr-eh60pc-334.pdf 20 Aug 2023 82
2 Mitsubishi COT1000 Information mitsubishi/cot1000-2T5.pdf 17 May 2023 4
3 Lincoln Electric MIG PAK HD IM822 Operator's manual lincoln-electric/mig-pak-hd-im822-PFD.pdf 09 Dec 2022 39
4 JVC SR-HD1500EU Instructions manual jvc/sr-hd1500eu-86F.pdf 19 Oct 2023 104
5 Sharkoon SkillerPRO Manual  sharkoon/skillerpro-JOO.pdf 03 Jan 2023 17
6 Cobra PR590WX Owner's manual cobra/pr590wx-5H7.pdf 29 Jul 2022 11 0.55 Mb

Similar Resources:

  • Philips

    BTM630/37B

    (4 pages)
    312What’s in the Box?You should find these items upon opening the box.1Quick Start Guide2User ManualAux-in Cable AM antennaFM antennaRemote Control withtwo AAA batteriesQuick Start GuideUser manualQuick Start GuideBTM630AC power adaptor8 X iPod dock adaptorsBTM630 QSG_Eng 2007.6.18, 11:141 …
  • Acura Embedded

    AcuPNL-7920-17CSA Series

    (16 pages)
    AcuPNL-7920 Series User's Manual 1 AcuPNL-7920-17CSA Series User’s Manual Version V1.0 Updated in Nov 22/2013 Acura Embedded Systems Inc. …
  • Xenarc

    P104MR

    (13 pages)
    1UUsseerrMMaannuuaall//IInnssttaallllaattiioonnGGuuiiddeeMMooddeellNNoo..110044OOTTSSWarning!Malfunctionsarepossibleifthemonitorisoperatedwithanunspecifiedpowersupplyadaptororincorrectpowervoltage.Donotexposethisunittorain� …
  • Tektronix

    WFM6100 Opt. MB

    (76 pages)
    Service ManualWFM6100, WFM7000, and WFM7100Wavefo rm MonitorWith Option FP077-0090-00WarningThe servicing instructions are for use by qualifiedpersonnel only. To avoid personal injury, do notperform any servicing unless you are qualified todo so. Refer to all safety summaries prior toperforming service.www.tektronix.com …
  • Samsung

    GH15DS

    (32 pages)
    TFT-LCD MONITORGH15DSManualSERVICETFT-LCD MONITOR CONTENTS1. Precautions2. Product Specifications3. Disassembly & Reassembly4. Troubleshooting5. Exploded View & Parts List6. Electrical Parts List7. Block Diagram8. Wiring Diagram9. Schematic Diagrams10. Panel Description …
  • Compaq

    BL10e - HP ProLiant - 512 MB RAM

    (7 pages)
    ISS Technology Update Volume 7, Number 10 1 HP Solid State Drive technology ............................................................................................................... 1Meet the Expert— Brian Purcell ...................................................................... …

Comments, Questions and Opinions: