KR200195093Y1 - Keyboard input - Google Patents

Keyboard input Download PDF

Info

Publication number
KR200195093Y1
KR200195093Y1 KR2019960012717U KR19960012717U KR200195093Y1 KR 200195093 Y1 KR200195093 Y1 KR 200195093Y1 KR 2019960012717 U KR2019960012717 U KR 2019960012717U KR 19960012717 U KR19960012717 U KR 19960012717U KR 200195093 Y1 KR200195093 Y1 KR 200195093Y1
Authority
KR
South Korea
Prior art keywords
key
macro
scan code
key scan
stored
Prior art date
Application number
KR2019960012717U
Other languages
Korean (ko)
Other versions
KR970063726U (en
Inventor
박동철
Original Assignee
김영환
현대반도체주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 김영환, 현대반도체주식회사 filed Critical 김영환
Priority to KR2019960012717U priority Critical patent/KR200195093Y1/en
Publication of KR970063726U publication Critical patent/KR970063726U/en
Application granted granted Critical
Publication of KR200195093Y1 publication Critical patent/KR200195093Y1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0238Programmable keyboards
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M11/00Coding in connection with keyboards or like devices, i.e. coding of the position of operated keys
    • H03M11/02Details

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Input From Keyboards Or The Like (AREA)

Abstract

본 고안은 소프트웨어의 지원을 받지 않고도, 키의 매핑을 쉽게 변경할 수 있을 뿐만 아니라 반복되는 키입력을 간단히 처리할 수 있도록 한 키보드 입력장치에 관한 것으로, 복수의 키중 눌려진 키에 해당하는 키 스캔 코드를 출력하는 키 스캔장치와, 상기 키 스캔장치에서 출력되는 키 스캔 코드를 일시 저장하는 버퍼와, 매크로 액티브 비트를 저장하는 플래그 레지스터와; 상기 키 스캔 코드를 순차적으로 입력받아 저장하는 선입선출 메모리와, 상기 버퍼의 키 스캔 코드를 입력받아 상기 눌린 키가 매크로 실행키이면 상기 선입선출 메모리에 저장된 키 스캔 코드를 출력하나, 상기 눌린 키가 매크로 저장키이면 매크로 액티브 비트를 반전 셋팅하며, 상기 눌린 키가 매크로 저장키 또는 매크로 실행키가 아니면, 상기 플래그 레지스터의 매크로 액티브 비트에 의해 상기 선입선출 메모리에 키 스캔 코드를 저장한 후 출력하는 매크로 콘트롤러와, 상기 매크로 콘트롤러에서 출력되는 키 스캔 코드를 입력받아 이를 코딩하여 메인시스템으로 출력하는 코더로 구성한다.The present invention relates to a keyboard input device that can easily change a key mapping and easily handle repetitive key input without software support, and provides a key scan code corresponding to a pressed key among a plurality of keys. A key scan device for outputting, a buffer for temporarily storing the key scan code output from the key scan device, and a flag register for storing macro active bits; A first-in first-out memory that sequentially receives and stores the key scan codes; and a key scan code that is stored in the first-in first-out memory when the pressed key is a macro execution key after receiving the key scan code of the buffer, but the pressed key is If the macro is stored, the macro active bit is inverted. If the pressed key is not the macro storage key or the macro execution key, the macro is stored after the key scan code is stored in the first-in-first-out memory by the macro active bit of the flag register. A controller and a coder for receiving the key scan code outputted from the macro controller and coding the same are output to the main system.

Description

키보드 입력장치Keyboard input

제1도는 종래 기술에 따른 키보드 입력장치의 구성블럭도.1 is a block diagram of a keyboard input device according to the prior art.

제2도는 본 고안에 따른 키보드 입력장치의 구성블럭도.2 is a block diagram of a keyboard input device according to the present invention.

제3도는 제2도에서 매크로 콘트롤러의 동작을 보인 흐름도.3 is a flow chart showing the operation of the macro controller in FIG.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

11 : 키 스캔장치 12 : 버퍼11: key scanning device 12: buffer

13 : 코더 14 : 매크로 콘트롤러13: coder 14: macro controller

15 : 선입선출 메모리 16 : 플래그 레지스터15: First-in-first-out memory 16: Flag register

본 고안은 키보드 입력장치에 관한 것으로, 특히 소프트웨어의 지원을 받지 않고도, 키의 매핑을 쉽게 변경할 수 있을 뿐만 아니라 반복되는 키입력을 간단히 처리할 수 있도록 한 키보드 입력장치에 관한 것이다.The present invention relates to a keyboard input device, and more particularly to a keyboard input device that can easily change the mapping of the key without the support of the software, as well as to simplify the repeated key input.

제1도는 종래 기술에 따른 키보드 입력장치의 구성블럭도로서, 이에 도시된 바와 같이 키(Key)가 눌려지면 그 키입력에 해당하는 키 스캔 코드(Key Scan Code)를 출력하는 키 스캔장치(1)와 상기 키 스캔장치(1)에서 출력되는 키 스캔 코드를 일시 저장하고 있다가, 소정의 출력신호에 따라 상기 일시 저장한 키 스캔 코드를 출력하는 버퍼(Buffer)(2)와, 상기 버퍼(2)에서 출력되는 키 스캔 코드를 코딩하여 메인시스템으로 출력하는 코더(Coder)(3)로 구성되었다. 이하, 상기와 같이 구성된 종래 키보드 입력장치의 동작에 대해서 설명한다.FIG. 1 is a block diagram of a keyboard input apparatus according to the prior art. As shown in FIG. 1, when a key is pressed, a key scan apparatus 1 for outputting a key scan code corresponding to the key input is shown. ) And a buffer (2) for temporarily storing the key scan code outputted from the key scanning device (1), and outputting the temporarily stored key scan code in accordance with a predetermined output signal. It consists of a coder (3) that codes the key scan code output from 2) and outputs it to the main system. Hereinafter, the operation of the conventional keyboard input device configured as described above will be described.

키가 눌려지면, 키 스캔장치(1)가 그 키입력을 감지함과 아울러 그 키입력에 해당하는 키 스캔 코드를 출력하면, 버퍼(2)는 그 키입력 데이터를 일시 저장하고 있다가, 메인시스템의 요구가 있을 때마다 코더(3)로 출력하게 되며, 상기 코더(3)는 그 키 스캔 코드를 코딩하여 메인시스템으로 출력하였다.When a key is pressed, the key scanning device 1 detects the key input and outputs a key scan code corresponding to the key input. The buffer 2 temporarily stores the key input data. Each time a system request is required, the coder 3 outputs the coder 3 to the main system.

그러나, 상기와 같이 구성된 종래 키보드 입력장치로 반복적인 데이터를 입력하는 경우에, 그 데이터에 해당하는 키를 반복해서 눌러야 하기 때문에, 키조작이 복잡해지는 문제점이 있었다. 그 뿐만 아니라, 키를 재정의할 수 없다는 문제점이 있었다.However, when repeatedly inputting data with the conventional keyboard input device configured as described above, a key operation is complicated because the key corresponding to the data must be repeatedly pressed. Not only that, there was a problem that the keys could not be redefined.

이와 같은 문제점들을 소프트웨어의 지원을 통해 해결하고 있지만, 소프트웨어 자체가 반복을 기억해주는 매크로 기능이 없는 경우가 있을 뿐만 아니라 특정한 소프트웨어는 키입력의 재정의를 무시하기 때문에, 매크로 기능과 키의 재정의가 정확히 되지 않는다는 단점이 있었다.Although these problems are solved through software support, not only does the software itself lack macros that remember repetition, but certain software ignores the redefinition of keystrokes. There was a downside.

이에 본 고안은 상기와 같은 종래의 문제점을 해결하기 위하여 안출한 것으로, 소프트웨어의 지원을 받지 않고도, 키의 매핑을 쉽게 변경할 수 있을 뿐만 아니라, 반복되는 키입력을 간단히 처리할 수 있도록 한 키보드 입력장치를 제공함에 그 목적이 있다.Accordingly, the present invention has been devised to solve the above-mentioned problems. As a result, a keyboard input device capable of easily changing key mappings and easily processing repeated key inputs without software support is provided. The purpose is to provide.

상기와 같은 목적을 달성하기 위한 본 고안은 복수의 키중 눌려진 키에 해당하는 키 스캔 코드를 출력하는 키 스캔장치와, 상기 키 스캔장치에서 출력되는 키 스캔 코드를 일시 저장하는 버퍼와, 매크로 액티브 비트를 저장하는 플래그 레지스터와; 상기 키 스캔 코드를 순차적으로 입력받아 저장하는 선입선출 메모리와, 상기 버퍼의 키 스캔 코드를 입력받아 상기 눌린 키가 매크로 실행키이면 상기 선입선출 메모리에 저장된 키 스캔 코드를 출력하고, 상기 눌린 키가 매크로 저장키이면 매크로 액티브 비트를 반전 셋팅하며, 상기 눌린 키가 매크로 저장키 또는 매크로 실행키가 아니면, 상기 플래그 레지스터의 매크로 액티브 비트에 의해 상기 선입선출 메모리에 키 스캔 코드를 저장한 후 출력하는 매크로 콘트롤러와, 상기 매크로 콘트롤러에서 출력되는 키 스캔 코드를 입력받아 이를 코딩하여 메인시스템으로 출력하는 코더로 구성하여 된 것을 특징으로 한다.The present invention for achieving the above object is a key scanning device for outputting a key scan code corresponding to the pressed key of the plurality of keys, a buffer for temporarily storing the key scan code output from the key scanning device, and a macro active bit A flag register for storing a; A first-in first-out memory that sequentially receives and stores the key scan code, and receives a key scan code of the buffer and outputs a key scan code stored in the first-in-first-out memory when the pressed key is a macro execution key, and the pressed key is If the macro is stored, the macro active bit is inverted. If the pressed key is not the macro storage key or the macro execution key, the macro is stored after the key scan code is stored in the first-in-first-out memory by the macro active bit of the flag register. And a coder for receiving a key scan code output from the macro controller and coding the same, and outputting the coded code to the main system.

이하, 본 고안의 바람직한 실시예에 대해서 첨부된 도면을 참조하여 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

제2도는 본 고안에 따른 키보드 입력장치를 도시한 구성블럭도로서, 이에 도시한 바와 같이 복수의 키중 눌려진 키에 해당하는 키 스캔 코드(key scan code)를 출력하는 키 스캔장치(11)와, 상기 키 스캔장치(11)에서 출력되는 키 스캔 코드를 일시 저장하는 버퍼(12)와, 매크로 액티브 비트를 저장하는 플래그 레지스터(16)와; 상기 매크로 액티브 비트가 1인 경우, 상기 키 스캔 코드를 순차적으로 입력받아 저장하는 선입선출 메모리(First In First Out Memory : FIFO)(15)와, 상기 버퍼(12)의 키 스캔 코드를 입력받아 상기 눌린 키가 매크로 실행키이면 상기 선입선출 메모리(15)에 저장된 키 스캔 코드를 출력하고, 상기 눌린 키가 매크로 저장키이면 상기 매크로 액티브 비트를 반전 셋팅하며, 상기 눌린 키가 매크로 저장키 또는 매크로 실행키가 아니면, 상기 플래그 레지스터(16)의 매크로 액티브 비트에 의해 상기 선입선출 메모리(15)에 상기 키 스캔 코드를 저장한 후 출력하는 매크로 콘트롤러(14)와, 상기 매크로 콘트롤러(14)에서 출력되는 키 스캔 코드를 입력받아 이를 코딩하여 메인시스템으로 출력하는 코더(13)로 구성하며, 이와 같이 구성한 본 고안에 따른 동작과정을 첨부한 제3도의 동작흐름도를 참조하여 상세히 설명한다.2 is a block diagram showing a keyboard input device according to the present invention, and as shown therein, a key scan device 11 for outputting a key scan code corresponding to a pressed key among a plurality of keys; A buffer 12 temporarily storing the key scan code output from the key scanning device 11, a flag register 16 storing the macro active bit; When the macro active bit is 1, the first in first out memory (FIFO) 15 which sequentially receives and stores the key scan codes and the key scan codes of the buffer 12 are received. If the pressed key is a macro execution key, a key scan code stored in the first-in-first-out memory 15 is outputted, and if the pressed key is a macro storage key, the macro active bit is inverted and the pressed key is a macro storage key or a macro execution key. If not a key, the macro controller 14 stores the key scan code in the first-in first-out memory 15 and outputs it by the macro active bit of the flag register 16, and the macro controller 14 outputs the macro scan bit. A coder 13 which receives the key scan code and codes it and outputs it to the main system, and attaches an operation process according to the present invention configured as described above. In reference to the operation flow chart will be described in detail.

우선, 매크로 저장을 하고자 하는 경우, 복수의 키중 매크로 저장버튼을 누르면, 키 스캔장치(11)는 그 키입력을 감지하여 이를 해당되는 키 스캔 코드를 출력하면, 이를 입력받은 버퍼(12)는 그 키 스캔 코드를 일시 저장하고 있다가, 메인시스템으로부터 소정의 출력제어신호를 인가받아 그 저장된 키 스캔 코드를 순서대로 출력한다.First, when the macro is to be stored, when the macro save button of the plurality of keys is pressed, the key scanning device 11 detects the key input and outputs the corresponding key scan code. The key scan code is temporarily stored, and then a predetermined output control signal is received from the main system, and the stored key scan codes are sequentially output.

그리고, 매크로 콘트롤러(14)는 상기 버퍼(12)에 저장된 키 스캔 코드를 입력받아 이가 매크로 저장키 인지 매크로 실행키인지를 판단한다.The macro controller 14 receives a key scan code stored in the buffer 12 and determines whether it is a macro storage key or a macro execution key.

여기서, 상기 버퍼(12)의 키 스캔 코드를 입력받은 매크로 콘트롤러(14)는 매크로 저장키로 판단하고, 이에 플래그 레지스터(16)의 매크로 액티브 비트를 반전셋팅하여 상기 플래그 레지스터(16)에 저장한다.Here, the macro controller 14 receiving the key scan code of the buffer 12 determines the macro storage key, and inverts and sets the macro active bit of the flag register 16 in the flag register 16.

즉, 상기 매크로 콘트롤러(14)는 상기 플래그 레지스터(16)의 매크로 액티브 비트가 0인지 1인지 판단하여 0인 경우 이를 1로 반전셋팅하나, 1인 경우 이를 0으로 반전셋팅하여 이를 상기 플래그 레지스터(16)에 저장한다.That is, the macro controller 14 determines whether the macro active bit of the flag register 16 is 0 or 1 and inverts it to 1 when 0, and inverts it to 0 when 1 and sets the flag register ( 16).

그 후, 키 스캔장치(11)는 복수의 키중 눌린 키를 감지하여 그에 해당하는 키 스캔 코드를 출력하면, 이를 버퍼(12)에서 버퍼링하여 매크로 콘트롤러(14)로 출력한다.Thereafter, when the key scan device 11 detects the pressed key among the plurality of keys and outputs a corresponding key scan code, the key scan device 11 buffers the key in the buffer 12 and outputs the key scan code to the macro controller 14.

여기서, 상기 플래그 레지스터(16)에 매크로 액티브 비트가 1로 저장되어 있으므로, 상기 매크로 콘트롤러(14)는 선입선출 메모리(15)에 상기 입력되는 키 스캔 코드를 순차적으로 저장함과 아울러 코더(13)로 출력한다.Here, since the macro active bit is stored as 1 in the flag register 16, the macro controller 14 sequentially stores the input key scan code in the first-in-first-out memory 15 and sends the coder 13 to the coder 13. Output

따라서, 상기 매크로 콘트롤러(14)에서 출력되는 키 스캔 코드를 입력받은 상기 코더(13)는 이를 코딩하여 메인시스템으로 출력한다.Therefore, the coder 13 which receives the key scan code output from the macro controller 14 codes it and outputs it to the main system.

그 후, 상기 매크로 저장 버튼을 다시 누르면, 이를 감지한 상기 키 스캔장치(11)는 상기 눌린 키에 해당되는 키 스캔 코드를 버퍼(12)를 통해 입력받은 매크로 콘트롤러(14)는 출력하고, 상기 매크로 콘트롤러(14)는 상기 플래그 레지스터(16)에 1로 저장된 매크로 액티브 비트를 0으로 반전셋팅하여 저장한다.Thereafter, when the macro storing button is pressed again, the key scanning device 11 which detects the macro storing button outputs a key scan code corresponding to the pressed key through the buffer 12, and outputs the macro controller 14. The macro controller 14 inverts and stores the macro active bit stored as 1 in the flag register 16 to 0.

따라서, 상기 매크로 액티브 비트가 0으로 반전셋팅됨에 따라 상기 매크로 콘트롤러(14)는 입력되는 키 스캔 코드를 상기 선입선출 메모리(15)에 저장하지 않고 상기 코더(13)로 출력한다.Accordingly, as the macro active bit is inverted to 0, the macro controller 14 outputs the input key scan code to the coder 13 without storing the input key scan code in the first-in first-out memory 15.

그리고, 상기 매크로 실행 버튼이 눌리면, 상기 키 스캔장치(11)는 그 키에 해당하는 키 스캔 코드를 상기 버퍼(12)로 출력하고, 그 키 스캔 코드를 입력받아 저장한 상기 버퍼(12)는 이를 상기 매크로 콘트롤러(14)로 출력한다.When the macro execution button is pressed, the key scanning device 11 outputs a key scan code corresponding to the key to the buffer 12, and the buffer 12 receiving and storing the key scan code is This is output to the macro controller 14.

따라서, 상기 키 스캔 코드를 입력받은 상기 매크로 콘트롤러(14)는 상기 매크로 실행 버튼이 눌렸음을 판단하여 상기 선입선출 메모리(15)에 저장된 키 스캔 코드를 상기 코더(13)로 순차적으로 출력한다.Accordingly, the macro controller 14 receiving the key scan code determines that the macro execution button is pressed and sequentially outputs the key scan code stored in the first-in first-out memory 15 to the coder 13.

이상에서 상술한 본 고안에 따른 키보드 입력장치는 소프트웨어의 지원을 받지 않고도 키보드의 매핑을 바꿀 수 있어 응용성이 뛰어날 뿐만 아니라 매크로를 지원하므로 반복된 키작업을 간단히 처리할 수 있는 효과가 있다.The above-described keyboard input device according to the present invention can change the mapping of the keyboard without the support of the software, which is excellent in applicability and supports the macro, thereby simplifying the repeated key operation.

Claims (1)

복수의 키중 눌려진 키에 해당하는 키 스캔 코드를 출력하는 키 스캔장치와, 상기 키 스캔장치에서 출력되는 키 스캔 코드를 일시 저장하는 버퍼와, 매크로 액티브 비트를 저장하는 플래그 레지스터와; 상기 키 스캔 코드를 순차적으로 입력받아 저장하는 선입선출 메모리와, 상기 버퍼의 키 스캔 코드를 입력받아 상기 눌린 키가 매크로 실행키이면 상기 선입선출 메모리에 저장된 키 스캔 코드를 출력하고, 상기 눌린 키가 매크로 저장키이면 매크로 액티브 비트를 반전 셋팅하며, 상기 눌린 키가 매크로 저장키 또는 매크로 실행키가 아니면, 상기 플래그 레지스터의 매크로 액티브 비트에 의해 상기 선입선출 메모리에 키 스캔 코드를 저장한 후 출력하는 매크로 콘트롤러와, 상기 매크로 콘트롤러에서 출력되는 키 스캔 코드를 입력받아 이를 코딩하여 메인시스템으로 출력하는 코더로 구성하여 된 것을 특징으로 하는 키보드 입력장치.A key scan device for outputting a key scan code corresponding to a pressed key among a plurality of keys, a buffer for temporarily storing the key scan code output from the key scan device, and a flag register for storing macro active bits; A first-in first-out memory that sequentially receives and stores the key scan code, and receives a key scan code of the buffer and outputs a key scan code stored in the first-in-first-out memory when the pressed key is a macro execution key, and the pressed key is If the macro is stored, the macro active bit is inverted. If the pressed key is not the macro storage key or the macro execution key, the macro is stored after the key scan code is stored in the first-in-first-out memory by the macro active bit of the flag register. And a coder for receiving a key scan code outputted from the macro controller and coding the same, and outputting the coded code to the main system.
KR2019960012717U 1996-05-21 1996-05-21 Keyboard input KR200195093Y1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR2019960012717U KR200195093Y1 (en) 1996-05-21 1996-05-21 Keyboard input

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR2019960012717U KR200195093Y1 (en) 1996-05-21 1996-05-21 Keyboard input

Publications (2)

Publication Number Publication Date
KR970063726U KR970063726U (en) 1997-12-11
KR200195093Y1 true KR200195093Y1 (en) 2000-09-01

Family

ID=19456594

Family Applications (1)

Application Number Title Priority Date Filing Date
KR2019960012717U KR200195093Y1 (en) 1996-05-21 1996-05-21 Keyboard input

Country Status (1)

Country Link
KR (1) KR200195093Y1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101492829B1 (en) * 2013-08-22 2015-02-12 주식회사 스카이디지탈 Illuminating keyboard providing dynamic shining effects with masking keys and method thereof
KR101472945B1 (en) * 2013-08-22 2014-12-15 주식회사 스카이디지탈 Illuminating keyboard providing dynamic shining effects and method thereof

Also Published As

Publication number Publication date
KR970063726U (en) 1997-12-11

Similar Documents

Publication Publication Date Title
US6052116A (en) Wireless keyboard system
EP0067516B1 (en) Shift control system for keyboards
KR200195093Y1 (en) Keyboard input
EA200201010A1 (en) ELECTION DATA COMPRESSION FOR DIGITAL MESSAGE INFORMATION
KR950003979A (en) Information processing device and its interrupt signal generation method
KR20000005352U (en) Keyboard and Mouse I / O Controller
KR100216247B1 (en) Voice encoding/decoding apparatus
KR970009068A (en) Character control method and device using a few telephone buttons
KR960014168B1 (en) Font controller
KR970071294A (en) A direct memory access (DMA) device using a serial communication controller (SCC)
KR970002110B1 (en) Key-board attaching apparatus
KR100202611B1 (en) Keyboard scanning device
KR900000604B1 (en) Processing control circuit of key input data
KR0154482B1 (en) Global bus interface apparatus using buffer
KR920006181B1 (en) Channel controlling devices of electronic musical instrument
JP2725903B2 (en) Information processing apparatus and method
KR960001510B1 (en) Korean help word display method of facsimile
JPS58213544A (en) Communication control and processing device
KR20010010522A (en) Method for inputting hangul in portable telephone
KR910019472A (en) One touch multifunction remote control device and method
KR980007617A (en) Video projection device
KR980010755A (en) Command repetition processor in PC
JPS592106B2 (en) Cyclic memory guide
KR960025191A (en) Color space conversion device and method for image signal processing system
KR940025192A (en) A / D converter

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
AMND Amendment
J201 Request for trial against refusal decision

Free format text: TRIAL AGAINST DECISION OF REJECTION FOR APPEAL AGAINST DECISION TO DECLINE REFUSAL

B601 Maintenance of original decision after re-examination before a trial
J301 Trial decision

Free format text: TRIAL DECISION FOR APPEAL AGAINST DECISION TO DECLINE REFUSAL REQUESTED 19990426

Effective date: 20000429

S901 Examination by remand of revocation
GRNO Decision to grant (after opposition)
REGI Registration of establishment
FPAY Annual fee payment

Payment date: 20050524

Year of fee payment: 6

LAPS Lapse due to unpaid annual fee