KR940007831B1 - Method of executing the read instruction between rpu and cip - Google Patents

Method of executing the read instruction between rpu and cip Download PDF

Info

Publication number
KR940007831B1
KR940007831B1 KR1019910023231A KR910023231A KR940007831B1 KR 940007831 B1 KR940007831 B1 KR 940007831B1 KR 1019910023231 A KR1019910023231 A KR 1019910023231A KR 910023231 A KR910023231 A KR 910023231A KR 940007831 B1 KR940007831 B1 KR 940007831B1
Authority
KR
South Korea
Prior art keywords
read
data
rpu
cip
terminal
Prior art date
Application number
KR1019910023231A
Other languages
Korean (ko)
Other versions
KR930014093A (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 KR1019910023231A priority Critical patent/KR940007831B1/en
Publication of KR930014093A publication Critical patent/KR930014093A/en
Application granted granted Critical
Publication of KR940007831B1 publication Critical patent/KR940007831B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general

Abstract

The read command executing method includes the steps of: checking whether there are two read programs, if not, generating a read program, and if so, adding the read program to an RTE queue; sending the read program to a CCI (chip channel interface) module, if there is data in a terminal, transmitting the data, and if there is no data, checking a read-tid is registered; if it is registered, registering the read-tid in a CIP table data structure, checking the data is transmitted from the terminal, if it is transmitted, transmitting the data, registering a read-tid in the read-tid, checking whether the data is transmitted and transmitting the data using the read-tid, thereby improving data transmission speed.

Description

RPU와 CIP간의 읽기 명령 수행방법How to execute read command between RPU and CIP

제 1 도는 일반적인 읽기명령 수행 처리 흐름도.1 is a flow chart of a general read command execution process.

제 2 도는 종래의 읽기명령 수행 처리 흐름도.2 is a flowchart of a conventional read command execution process.

제 3 도는 본 발명이 적용되는 하드웨어 구성도.3 is a hardware diagram to which the present invention is applied.

제 4 도는 본 발명의 읽기명령 수행 처리 흐름도.4 is a flow chart of a read command execution process of the present invention.

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

70 : RUP 71: UPU70: RUP 71: UPU

80 : IOP 81: CIP80: IOP 81: CIP

92-99 : 터미널 100 : SBB블럭92-99: Terminal 100: SBB Block

110 : I/O블럭110: I / O Block

본 발명은 행정전산망 컴퓨터의 메인 시스템과 터미널 단말기 장치간의 읽기(Read) 명령 수행방법에 관한것으로, 특히 RPU(Realtime Proccessing Unit : 실시간처리부)와 CIP(Communication Interface Precessor : 통신접속처리부)간의 읽기 명령 수행시에 전송대기 시간을 줄이고, 터미널수가 증가되어도 데이타 전송속도를 높일 수 있게 한 것이다.The present invention relates to a method of performing a read command between a main system of an administrative computer network and a terminal terminal device, and more particularly, to execute a read command between an RPU (Realtime Proccessing Unit) and a CIP (Communication Interface Precessor). In this case, the transmission latency is reduced, and the data transmission speed can be increased even if the number of terminals is increased.

컴퓨터의 메인 시스템과 단말기간의 통상적인 읽기 명령 수행방법은 개괄적으로 제 1 도와 같이 수행처리된다.A general read command execution method between the main system of the computer and the terminal is generally performed as shown in FIG. 1.

즉, CIP를 제어하고 억세스하는 RPU((Realtime Proccessing Unit)의 CCAM(Cip communication Access Method) 모듈(10)에서 RTE큐(Queue)에 전송(20)하고, IOP(Input Output Processor) 채널 프로그램(30)에 내려 보내 읽기 채널 프로그램을 이용하여 CCI(Cip Channel Interface) 모듈(40)에서 터미널(50)과의 데이터 전송을 행한다.That is, the CCAM (Cip communication access method) module 10 of the Realtime Proccessing Unit (RPU) that controls and accesses the CIP is transmitted to the RTE queue (20), and the IOP (Input Output Processor) channel program 30 CIP (Cip Channel Interface) module 40 transmits data to terminal 50 using a read channel program.

이와같은 RPU와 CIP간의 읽기 명령 처리과정에서, 종래에는 제 2 도에 도시된 바와같이 한개의 읽기 채널 프로그램을 생성(61)하고, RTE큐에 어태치(62)하며, IOP채널프로그램을 이용하여 CCI모듈로 보낸다(63).In the process of processing a read command between such an RPU and a CIP, a single read channel program is generated 61, attached to an RTE queue 62, and an IOP channel program as shown in FIG. 2. Send to CCI module (63).

그리고 터미널에서 보낼 데이타가 있는지 확인(64) 하여 읽으면 데이타 전송(65) 후 상기 한개의 읽기 채널 프로그램을 생성하는 단계(61)로 점프하고, 없으면 CIP테이블 자료구조에 등록(68)한다. 한편 터미널에서 데이타를 전송(66)하면 읽기-타이드(Read-Tid)가 등록되었는지 확인(67)하여 등록되어 있으면 상기 CIP테이블 자료구조에 등록하는 단계(68)를 거쳐 상기 데이타 전송 단계(65)로 점프한다. 이와같이 종래의 읽기명령 수행은, 읽기 채널 프로그램 하나를 RPU에서 IOP채널 프로그램을 이용하여 CIP로 내려보내게 되고, 터미널에서는 RPU에서 내려보낸 읽기 프로그램을 확인해서 읽기 프로그램이 있으면 읽기 명령을 수행하여 터미널로 부터 데이터를 읽어들이게 된다. 상기 읽기 명령이 완료되면 RPU의 CCAM모듈은 다시 읽기 채널 프로그램을 CIP로 다시 내려보내게 되며 이러한 과정을 반복하면서 읽기 명령을 수행하게 된다. 그러나, 이와같은 종래의 기술은 터미널에서 메인시스템으로 데이타를 전송하는데 있어, 하나의 읽기 프로그램을 이용하여 처리하기 때문에 읽기 명령을 수행하고, 다음 읽기 명령을 수행하기 위해 RPU에서 읽기 프로그램을 만들어 CIP의 CCI모듈로 보내줄때까지 기다려야 하는 문제가 있으며, 특히 여러대의 터미널에서 동시에 데이타를 전송하고자 할때는 대기시간이 더욱 길어지는 폐단이 있었다.If the terminal checks (64) whether there is data to be sent and then reads the data, it jumps to the step (61) of generating one read channel program after data transfer (65). If not, it registers (68) the CIP table data structure. On the other hand, if the data is transmitted from the terminal (66), the read-tid is checked (67). If the data is registered, the data is transmitted (65) through the registration (68) of the CIP table data structure. Jump to As described above, the conventional read command is executed by sending one read channel program from the RPU to the CIP using the IOP channel program, and the terminal checks the read program sent from the RPU, and if there is a read program, the read command is executed to the terminal. Read data from. When the read command is completed, the CCAM module of the RPU sends the read channel program back to the CIP again and repeats this process to perform the read command. However, this conventional technique is used to transfer data from the terminal to the main system, which uses a single read program to perform a read command, and then create a read program in the RPU to execute the next read command. There is a problem of waiting for sending to the CCI module, especially when trying to transmit data from multiple terminals at the same time, there is a disadvantage that the longer the waiting time.

따라서, 본 발명은 상기한 종래의 제반 문제점들을 해결하기 위하여 창안한 것으로, 본 발명의 목적은 터미널에서 메인 시스템으로 데이타 전송시 대기시간을 줄이고, 터미널 수가 많아도 과부하를 줄이면서 데이타 전송 속도를 높이도록 한 RPU와 CIP간의 읽기명령 수행방법을 제공함에 있다. 상기한 본 발명의 목적을 달성하기 위한 수단은 RPU의 CCAM모듈에서 읽기 프로그램을 두개 RTE큐에 추가시키고, 상기 CCI 모듈에서의 읽기 프로그램 두개를 저장할 수 있는 구조를 CIP테이블의 자료구조에 만들어 이를 저장할 수 있도록 하며, 터미널에서 전송할 데이타가 없으면 읽기-타이드와 브리드-타이드에 읽기 프로그램을 저장하며, 터미널에서 데이타를 전송시 상기 읽기-타이드와 브리드-타이드를 이용하여 전송하며, 데이타 전송이 완료되면 RPU의 CCAM모듈에 다시 읽기 프로그램을 큐에 추가시키도록 한 것을 특징으로 한다.Accordingly, the present invention has been made to solve the above-mentioned general problems, and an object of the present invention is to reduce the waiting time during data transmission from the terminal to the main system, and to increase the data transmission speed while reducing the overload even if the number of terminals is large. It provides a method of executing a read command between an RPU and a CIP. Means for achieving the above object of the present invention is to add a read program to the two RTE queue in the CCAM module of the RPU, and to create a structure that can store two read programs in the CCI module in the data structure of the CIP table to store it If there is no data to be transmitted from the terminal, the read program is stored in the read-tide and the breed-tide. When the data is transmitted from the terminal, the read-tide and the tide-tide are transmitted. It is characterized in that the read program is added to the queue again in the CCAM module.

이하 첨부된 도면에 의하여 본 발명의 바람직한 실시예를 상세히 설명하면 다음과 같다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

제 3 도는 본 발명의 방법이 적용되는 하드웨어적인 블럭 구성도를 도시한 것이다. 기본 구성은 SBB(System Building Block) 블럭(100)과 상기 SBB블럭과 데이타를 입출력하는 I/O블럭(110)과 상기 I/O블럭과 연결되어 터미널 포트를 분산시켜 주는 SDB 블럭(Serial Distribution Board)(90)로 되어있다.3 shows a block diagram of hardware to which the method of the present invention is applied. The basic configuration includes an SBB (System Building Block) block 100, an I / O block 110 for inputting and outputting data to and from the SBB block, and an SDB block for distributing terminal ports. (90).

상기 SSB블럭(100)의 구성은 RPU(70)와, UPU(User Processing Unit)(71)와, 메모리(72) 및, SIB(System Building Block Interface Board)(73)로 구성된다.The SSB block 100 is composed of an RPU 70, a user processing unit (UPU) 71, a memory 72, and a system building block interface board (SIB) 73.

상기 I/O블럭(100)은 입출력장치의 제어보드인 IOP(80)와, 통신포트를 지원하는 CIP(81)와, 마그네틱테이프를 제어하는 MTC(Magnetic Tape Controller)(82) 및 DDC(Disk Drive Controller)(83)으로 구성된다.The I / O block 100 includes an IOP 80 which is a control board of an input / output device, a CIP 81 supporting a communication port, a magnetic tape controller 82 controlling a magnetic tape, and a DDC (disk). Drive Controller (83).

상기 I/O블록(110) 내부는 TPI(Tolerant Peripheral Interface)(84)라인으로 서로 연결되어 있다.The inside of the I / O block 110 is connected to each other by a TPI (Tolerant Peripheral Interface) line (84).

제 4 도는 본 발명의 제어동작 흐름도를 도시한 것으로, RPU(70)의 CCAM모듈에 읽기 프로그램을 두개이상 큐에 추가시키는 추가 루틴을 구성하였고, CIP(81)의 CCI모듈에 두개의 읽기 프로그램을 이용하여 터미널(92-99)에서 RPU(70)로 데이타를 전송하는 루틴을 추가하였다. 또한 RPU(70)의 CCAM모듈에 읽기 명령이 완료되면 읽기 프로그램을 내려 보내는 루틴에 읽기 프로그램이 몇개 내려갔는지를 체크하는 로직을 추가하였다. 이를 그 흐름동작에 따라 설명한다. 동작이 시작(101)되면 RPU(70)의 CCAM모듈에서 읽기 프로그램이 두개인지 체크(102)하여 두개가 아니면 읽기 프로그램을 생성(103)한후 상기 읽기 프로그램이 두개인지 체크하는 단계(102)로 점프하고, 상기 두개이면 RTE큐에 추가(104)시키게 된다. 그리고, 상기 큐에 있는 읽기 프로그램은 IOP(80)의 채널프로그램을 이용 CIP(81)의 CCI모듈로 내려보낸다(105). 상기 CCI모듈에서는 읽기 프로그램 두개를 저장할수 있는 구조를 CIP테이블의 자료구조에 만들어 이를 저장할 수 있도록 한다. 그리고 터미널(92-90)에서 보낼 데이터가 있는지 체크(206)하여 있으면 데이타를 전송(107)하고, 상기 단계(102)로 점프하고, 없으면 읽기-타이드가 등록됐는지 체크(108)한다. 상기 체크(108) 결과 등록되어 있으면 CIP테이블 자료구조의 읽기-타이드에 읽기 프로그램을 등록(109)한다. 그리고, 상기 터미널(92-99)에서 데이터 전송이 있는지 체크(110)하여 있으면 읽기-타이드 이용데이타를 전송(111)하고, 브리드-타이드(Bread-Tid)를 읽기-타이드에 등록(1122)한후 상기 단계(102)로 점프한다. 한편, 상기 체크(108) 결과 등록이 되지 않았으면 CIP테이블 자료구조에 읽기-타이드를 등록(113)하고, 터미널에 데이터전송이 있는지 체크(114)하여 읽으면 읽기-타이드를 이용하여 데이타를 전송(115)하고 상기 단계(102)로 점프한다. 이와같이 터미널(92-99)에서 테이타를 보낼려고 하면 읽기-타이드와 브리드-타이드를 이용하여 데이터 전송을 수행한다. 데이터전송이 완료되면 RPU()의 CCAM모듈에서는 다시 읽기 프로그램을 RTE큐(UPU-CPQ)에 추가시키게 된다. 이상과 같이 본 발명은 두개의 읽기 프로그램을 이용하여 데이타를 전송하기 때문에 기존 하나의 읽기 프로그램을 이용하여 데이타 전송에 따른 문제점들을 충분히 보완하여 터미널간 대기시간이 짧아지고 터미널을 계속 증가시키더라도 시스템이 마비되는 현상이 제거되는 유익한 효과가 있다.4 is a flowchart illustrating a control operation of the present invention, in which an additional routine is added to the CCAM module of the RPU 70 to add two or more read programs to the queue, and two read programs are added to the CCI module of the CIP 81. Routine to transfer data from terminal 92-99 to RPU 70. In addition, a logic for checking how many read programs have been added to the CCAM module of the RPU 70 when the read command is completed is sent to the routine that downloads the read program. This will be described according to the flow operation. When the operation is started 101, the CCAM module of the RPU 70 checks whether there are two read programs (102), if not two, generates a read program (103), and then jumps to step 102 of checking whether the read programs are two (102). If the two are added to the RTE queue (104). The read program in the queue sends down the channel program of the IOP 80 to the CCI module of the CIP 81 (105). In the CCI module, a structure capable of storing two read programs is stored in a data structure of a CIP table. The terminal 92-90 checks if there is data to send (206), and if so, transfers the data (107), jumps to step 102, and checks (108) if a read-tight has been registered. If the check 108 results in registration, the read program is registered in the read-tide of the CIP table data structure (109). If the terminal 92-99 checks whether there is data transmission (110), it transmits the read-tide use data (111), registers the breed-read (Bread-Tid) with the read-tide (1122). Jump to step 102 above. On the other hand, if it is not registered as a result of the check 108, the read-tight is registered in the CIP table data structure (113), and if there is data transmission in the terminal (114), the data is transmitted using the read-tide ( 115) and jump to step 102 above. As such, when data is sent from the terminal 92-99, data transmission is performed using read-and-bleed-tide. When the data transfer is completed, the CCAM module of RPU () adds the read program to the RTE queue (UPU-CPQ) again. As described above, since the present invention transmits data by using two read programs, the system is sufficiently compensated for the problems caused by data transmission by using a single read program, so that the waiting time between terminals is shortened and the terminal continues to increase. This has the beneficial effect of eliminating paralysis.

Claims (3)

1. RPU(70)의 CCAM모듈에서 읽기 프로그램이 두개인지 체크(102)하여 아니면 읽기 프로그램을 생성하고 두개이면 RTE큐에 추가시키는 단계(104)와 ; IOP(80) 채널 프로그램을 이용하여 CCI모듈로 보내고(105) 터미널에서 데이타값이 있는지 체크(106)하여 이에 따라 데이타를 전송(107)하고 읽기-타이드가 등록되었는지 체크하는 단계(108)와 ; 등록됐으면 CIP(81)테이블 자료구조에 읽기-타이드를 등록(109)하고 터미널에서 데이타 전송이 있는지 체크(110)하여 있으면 읽기-타이드를 이용 데이타를 전송하고 브리드-타이드를 읽기-타이드에 등록(113)하고 터미널에 데이타 전송이 있는지 체크(114)하여 읽기-타이드를 이용하여 데이타를 전송하는 단계(115)가 순차적으로 이루어져 터미널간 대기시간을 줄이고 데이타전송속도를 향상시키도록 한것을 특징으로 하는 RPU와 CIP간의 읽기 명령 수행방법.1. Check (102) whether there are two read programs in the CCAM module of the RPU 70, otherwise generate the read programs and add them to the RTE queue (104); Sending to the CCI module using an IOP 80 channel program (105) and checking (106) if there is a data value at the terminal, thereby transmitting (107) data accordingly and checking if a read-tide is registered (108); If it is registered, register the read-tide in the CIP (81) table data structure (109) and check if there is data transmission in the terminal (110) .If it is, transfer the data using the read-tide and register the breed-read in the read-tide ( 113) and check (114) whether there is data transmission in the terminal and transmit data using the read-tide (115) sequentially to reduce the waiting time between terminals and improve the data transmission speed. How to execute read command between RPU and CIP. 제 1 항에 있어서, 상기 RPU(70)의 CCAM모듈에 읽기 프로그램을 적어도 두 개이상 큐에 추가시키도록 한것을 특징으로 하는 읽기 명령 수행방법.The method of claim 1, wherein at least two read programs are added to the CCAM module of the RPU (70). 제 1 항 내지 제 2 항 중 어느 한 항에 있어서, RPU(70)의 CCAM모듈에 읽기 명령이 완료되면 읽기 프로그램을 내려 보내는 루틴에 읽기 프로그램이 몇개 내려갔는지 체크하는 로직이 포함된 것을 특징으로 하는 읽기 명령 수행방법.The CCAM module of any one of claims 1 to 2, wherein the CCAM module of the RPU 70 includes logic for checking how many read programs are dropped in a routine for downloading a read program. How to execute the read command.
KR1019910023231A 1991-12-17 1991-12-17 Method of executing the read instruction between rpu and cip KR940007831B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019910023231A KR940007831B1 (en) 1991-12-17 1991-12-17 Method of executing the read instruction between rpu and cip

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019910023231A KR940007831B1 (en) 1991-12-17 1991-12-17 Method of executing the read instruction between rpu and cip

Publications (2)

Publication Number Publication Date
KR930014093A KR930014093A (en) 1993-07-22
KR940007831B1 true KR940007831B1 (en) 1994-08-25

Family

ID=19325017

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019910023231A KR940007831B1 (en) 1991-12-17 1991-12-17 Method of executing the read instruction between rpu and cip

Country Status (1)

Country Link
KR (1) KR940007831B1 (en)

Also Published As

Publication number Publication date
KR930014093A (en) 1993-07-22

Similar Documents

Publication Publication Date Title
US5386518A (en) Reconfigurable computer interface and method
JP2945498B2 (en) Communication method between systems
US3566363A (en) Processor to processor communication in a multiprocessor computer system
US4181938A (en) Processor device
JPH06314205A (en) Establishment method for priority between interruption sources and data processing system
KR940007831B1 (en) Method of executing the read instruction between rpu and cip
JPS6242306B2 (en)
JP2793540B2 (en) Emulation device
US5768631A (en) Audio adapter card and method for trapping audio command and producing sound corresponding to the trapped command
JPH02128250A (en) Access control circuit for information processor
JP2754982B2 (en) Simulated circuit
JP2595221B2 (en) Data input device
JPS61123244A (en) Data communication processor
JP2563082Y2 (en) Pseudo communication control device
KR100584583B1 (en) Apparatus and method controlling a serial bus
JP2752921B2 (en) Parallel computer system
JP2905989B2 (en) I / O controller
JP2734992B2 (en) Information processing device
KR100264471B1 (en) Data entry method from asynchronous transfer mode exchange to control system console
JPS6214866B2 (en)
JPS61213958A (en) Data transmission system between cpus
KR19980015549A (en) Communication device between multiple processors
JPS6245575B2 (en)
JPS60189556A (en) Data processor
JPS6227846A (en) Input and output channel

Legal Events

Date Code Title Description
A201 Request for examination
G160 Decision to publish patent application
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20010314

Year of fee payment: 8

LAPS Lapse due to unpaid annual fee