Manual IBM DS-2000

27 pages 0.08 mb
Download

Go to site of 27

Summary
  • IBM DS-2000 - page 1

    WARRANTY INFORMATION Qua Tech Inc. warrants the DS-200 0 to b e free of defects for one (1 ) year from the date o f purchase. Qua Tech Inc. will repair or replace any board that fails to perform under normal operating condition s and in accordance with the procedures outlined in thi s document during the warranty period. Any damage tha t results fr ...

  • IBM DS-2000 - page 2

    TABLE OF CONTENTS WARRANTY INFORMATION . . . . . . . . . . . . i LIST OF FIGURES . . . . . . . . . . . . . ii i I. INTRODUCTION . . . . . . . . . . . . . . . . 1 II. BOARD DESCRIPTION . . . . . . . . . . . . . 1 III. 16550 FUNCTIONAL DESCRIPTION . . . . . . . . 3 A. INTERRUPT ENABLE REGISTER . . . . . . . . 4 B. INTERRUPT IDENTIFICATION REGISTER . ...

  • IBM DS-2000 - page 3

    LIST OF FIGURES Figure 1. DS-2000 board layout . . . . . . . . . 2 Figure 2. 16550 internal registers . . . . . . . 3 Figure 3. Interrupt enable register . . . . . . 4 Figure 4. Interrupt identification register . . 5 Figure 5. Interrupt source identification . . . 6 Figure 6. FIFO control register . . . . . . . . 7 Figure 7. FIFO receiver trigger ...

  • IBM DS-2000 - page 4

    I. INTRODUCTION The DS-2000 is a dual channel asynchronous seria l communication adapter which utilizes balanced differential drivers and receivers to provide RS-422-A communications. It is capable of reliable communication s over long distances (4000 feet) within noisy industria l environment. Data is communicated through two D- 9 connectors which ...

  • IBM DS-2000 - page 5

    FUNCTIONAL DESCRIPTION Figure 1. DS-2000 board layout . ii i ...

  • IBM DS-2000 - page 6

    FUNCTIONAL DESCRIPTION III. 1655 0 FUNCTIONAL DESCRIPTION The 16550 is an upgrade of the standard 1645 0 Asynchronous Communications Element (ACE). Designed t o be compatible with the 16450, the 16550 enters th e character mode on reset and in this mode will appear as a 16450 to user software. An additional mode, FIFO mode , can be selected to redu ...

  • IBM DS-2000 - page 7

    FUNCTIONAL DESCRIPTION A. INTERRUPT ENABLE REGISTER +------- + D7 | 0 | +------- + D6 | 0 | +------- + D5 | 0 | +------- + D4 | 0 | +------- + D3 | EDSSI |----- MODEM statu s +------- + D2 | ELSI |----- Receiver line statu s +------- + D1 | ETBEI |----- Transmitter holding register empty +------- + D0 | ERBFI |----- Received data available +------- ...

  • IBM DS-2000 - page 8

    FUNCTIONAL DESCRIPTION B. INTERRUPT IDENTIFICATION REGISTER +------ + D7 | FFE |----- FIFO enable (FIFO only ) +------ + D6 | 0 | +------ + D5 | 0 | +------ + D4 | 0 | +------ + D3 | IID2 |-- + +------+ | D2 | IID1 | +-- Interrupt identification +------+ | D1 | IID0 |-- + +------ + D0 | IP |----- Interrupt pending +------ + Figure 4. Interrupt iden ...

  • IBM DS-2000 - page 9

    FUNC TIONAL DESCRIPTION +-------------------+----------+---------------------- + | IID2 IID1 IID0 IP | Priority | Interrupt Type | +-------------------+----------+---------------------- + | x x x 1 | N/A | None | | 0 1 1 0 | Highest | Receiver Line Status | | 0 1 0 0 | Second | Received Data Ready | | 1 1 0 0 | Second | Character Timeout | | | | (F ...

  • IBM DS-2000 - page 10

    FUNCTIONAL DESCRIPTION C. FIFO CONTROL REGISTER +------ + D7 | RXT1 |-- + +------+ +-- Receiver trigger D6 | RXT0 |-- + +------ + D5 | x |-- + +------+ +-- Reserved D4 | x |-- + +------ + D3 | DMAM |----- DMA mode select +------ + D2 | XRST |----- Transmit FIFO reset +------ + D1 | RRST |----- Receive FIFO reset +------ + D0 | FE |----- FIFO enable ...

  • IBM DS-2000 - page 11

    FUNCTIONAL DESCRIPTION RRST - Receive FIFO Reset : When set (logic 1), all bytes in the receiver FIFO are cleared and the counter is reset. Th e shift register is not cleared. RRST is self - clearing . FE - FIFO Enable : When set (logic 1), enables transmitter and receiver FIFOs. When cleared (logic 0), al l bytes in both FIFOs are cleared. This bi ...

  • IBM DS-2000 - page 12

    FUNCTIONAL DESCRIPTION STKP - Stick Parity : Forces parity to logic 1 or logic 0 if parity i s enabled. See EPS, PEN, and figure 9 . EPS - Even Parity Select : Selects even or odd parity if parity is enabled . See STKP, PEN, and figure 9 . PEN - Parity Enable : Enables parity on transmission and verification on reception. See EPS, STKP, and figure ...

  • IBM DS-2000 - page 13

    FUNCTIONAL DESCRIPTION E. MODEM CONTROL REGISTER +------ + D7 | 0 | +------ + D6 | 0 | +------ + D5 | 0 | +------ + D4 | LOOP |----- Loopback enable +------ + D3 | OUT2 |----- Output 2 +------ + D2 | OUT1 |----- Output 1 +------ + D1 | RTS |----- Request to send +------ + D0 | DTR |----- Data terminal ready +------ + Figure 11. MODEM control regist ...

  • IBM DS-2000 - page 14

    FUNCTIONAL DESCRIPTION F. LINE STATUS REGISTER +------ + D7 | FFRX |----- Error in FIFO RCVR (FIFO only ) +------ + D6 | TEMT |----- Transmitter empty +------ + D5 | THRE |----- Transmitter holding register empty +------ + D4 | BI |----- Break interrupt +------ + D3 | FE |----- Framing error +------ + D2 | PE |----- Parity error +------ + D1 | OE | ...

  • IBM DS-2000 - page 15

    FUNCTIONAL DESCRIPTION Bits BI, FE, PE, and OE are the sources of receiver line status interrupts. The bits are reset by reading the line status register. In FIFO mode, these bit s are associated with a specific character in the FIFO and the exception is revealed only when that character reaches the top of the FIFO . BI - Break Interrupt : Indicate ...

  • IBM DS-2000 - page 16

    FUNCTIONAL DESCRIPTION G. MODEM STATUS REGISTER +------ + D7 | DCD |----- Data carrier detect +------ + D6 | RI |----- Ring indicator +------ + D5 | DSR |----- Data set ready +------ + D4 | CTS |----- Clear to send +------ + D3 | DDCD |----- Delta data carrier detect +------ + D2 | TERI |----- Trailing edge ring indicator +------ + D1 | DDSR |----- ...

  • IBM DS-2000 - page 17

    FUNCTIONAL DESCRIPTION H. SCRATCHPAD REGISTER This register is not used by the 16550. It may b e used by the programmer for data storage . IV. FIFO INTERRUPT MODE OPERATION 1. The receive data interrupt is issued when the FIFO reaches the trigger level. The interrupt i s cleared as soon as the FIFO falls below the trigger level . 2. The interrupt i ...

  • IBM DS-2000 - page 18

    B AUD RATE SELECTION J1 J 1 +-----------+ +----------- + 1| o o+ o |4 1| o--o o | 4 2| o o+ o |5 2| o o--o | 5 +-----------+ +----------- + (a) ÷1 input clock (b) ÷2 input clock J1 J 1 +-----------+ +----------- + 1| o o--o |4 1| o+ o--o | 4 2| o--o o |5 2| o+ o--o | 5 +-----------+ +----------- + (c) ÷5 input clock (d) ÷10 input clock Figure 1 ...

  • IBM DS-2000 - page 19

    ADDRESSING VI. ADDRESSING Each channel of the DS-2000 uses 8 consecutive I/O address locations. The base addresses are independen t but must begin on an even 8-byte boundary (xxx0H - xxx7H or xxx8H - xxxFH). The numbers xxx are controlled by th e Programmable Option Select (POS) and address decoders t o provide complete 16-bit addressing for each c ...

  • IBM DS-2000 - page 20

    PROGRAMM ABLE OPTION SELECT The remaining POS registers are used for address and interrupt selections. These registers are programmed by the user through the IBM installation utility supplied with the PS/2. These registers are read/write but should not be written to by user software. The bit definition s of these registers are given in figures 16(a ...

  • IBM DS-2000 - page 21

    PROGRAMMABLE OPTION SELECT +-------------------------+------------------- + | ADSx3 ADSx2 ADSx1 ADSx0 | Base address | +-------------------------+------------------- + | 0 0 0 0 | 3F8H (Serial 1) | | 0 0 0 1 | 2F8H (Serial 2) | | 0 0 1 0 | 3220H (Serial 3) | | 0 0 1 1 | 3228H (Serial 4) | | 0 1 0 0 | 4220H (Serial 5) | | 0 1 0 1 | 4228H (Serial 6) ...

  • IBM DS-2000 - page 22

    OUT PUT CONFIGURATIONS IX. OUTPUT CONFIGURATIONS Two sets of jumpers are implemented on the DS-200 0 to control the auxiliary driver/receiver set. Jumpers J 2 and J3 perform identical functions on channels 1 and 2 respectively . The function of J2 and J3 is to control the source of the data exchanged on the auxiliary communication lines. The output ...

  • IBM DS-2000 - page 23

    OUTPUT CONFIGURATIONS The other function of J2 and J3 is to configure th e communication channel in half or full duplex mode. Hal f duplex operation is achieved by connecting pins 4 and 8 of the jumper block (figure 23). This allows th e transmitter to be enabled and disabled using the data terminal ready (DTR) output in the modem contro l register ...

  • IBM DS-2000 - page 24

    OUTPUT CONFIGURATIONS +----------- + | RI +-+ +------ + | DCD +-+ +-+ inv. +- + | DSR +-+ | +------+ | (4,5,6 for channel 1 , | DTR +-+----+----o o o 1,2,3 for channel 2 ) | | J4 | +---------- + | RCLK +-----------+ | AUXIN | RS-422 +--- + | | +--+--+---------+ Receiver +--- - | | 5 6| 7| 8| +---------- + | CTS +----o o+ o+ o+ Enable | RTS +----o o ...

  • IBM DS-2000 - page 25

    OUTPUT CONFIGURATIONS AUXIN ------+ +------ RCLK CTS --+ | | +-- DTR +------------------- + 5 | o---o o+ o | 8 1 | o---o o+ o | 4 +------------------- + RTS --+ | | +-- driver enable AUXOUT ------+ +------ XCLK J2 _ Channel 1 J3 _ Channel 2 Figure 21. Jumper configuration showing : (1) RTS transmission (2) CTS reception (3) XCLK/RCLK loopback (4) F ...

  • IBM DS-2000 - page 26

    EX TERNAL CONNECTIONS X. EXTERNAL CONNECTIONS Connections to peripheral equipment are made via a female D-9 connector. A pin-out of the D-9 connector and a detailed description of each output signal i s illustrated in figures 24 and 25 . Figure 24. D-9 output configuration . +-----+------------+---------------------------------- + | PIN | SIGNAL | ...

  • IBM DS-2000 - page 27

    INSTALLATION XI. INSTALLATION Make sure there is a copy of th e original reference diskette available . This diskette must be modified t o accept any option adapters . 1. Turn unit off . 2. Remove system cover as instructed in the IBM Quick Reference Guide . 3. Insert adapter into any vacant slot following th e guidelines for installing an optional ...

Manufacturer IBM Category Network Card

Documents that we receive from a manufacturer of a IBM DS-2000 can be divided into several groups. They are, among others:
- IBM technical drawings
- DS-2000 manuals
- IBM product data sheets
- information booklets
- or energy labels IBM DS-2000
All of them are important, but the most important information from the point of view of use of the device are in the user manual IBM DS-2000.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals IBM DS-2000, service manual, brief instructions and user manuals IBM DS-2000. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product IBM DS-2000.

Similar manuals

A complete manual for the device IBM DS-2000, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use IBM DS-2000 by users. Manuals are usually written by a technical writer, but in a language understandable to all users of IBM DS-2000.

A complete IBM manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual IBM DS-2000 - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the IBM DS-2000, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the IBM DS-2000, that we can find in the current document
3. Tips how to use the basic functions of the device IBM DS-2000 - which should help us in our first steps of using IBM DS-2000
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with IBM DS-2000
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of IBM DS-2000 in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning IBM DS-2000?

Use the form below

If you did not solve your problem by using a manual IBM DS-2000, ask a question using the form below. If a user had a similar problem with IBM DS-2000 it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)