Manual Access PCI-DIO-24D(H)

29 pages 0.28 mb
Download

Go to site of 29

Summary
  • Access PCI-DIO-24D(H) - page 1

    10623 Roselle Street, San Diego, CA 92 121 • (858) 550-9559 • FAX (858) 550-7322 contactus@accesi o.com • www.accesio.com MODEL PCI-DIO-24D(H) USER MANUAL FILE: MPCI-DIO-24DH.G1o ...

  • Access PCI-DIO-24D(H) - page 2

    Notice The information in this document is provided for reference only. ACCES does n ot assume any liability arising out of the application or use of the informat ion or products d escribed herein. This docu ment may contain or reference information and p roducts protec ted by copyrig hts or patents and does not convey any license under the patent ...

  • Access PCI-DIO-24D(H) - page 3

    Warranty Prior to shipment, ACCES equipment is thoroughly insp ected and tested to applicable sp ecifications. However, should equipment failure occu r, ACCES assu res its customers that prompt service a nd support will be available. All equipment originally manufactu red by ACCES which is found to be defective will be repaired or replaced subjec t ...

  • Access PCI-DIO-24D(H) - page 4

    Table of Contents Chapter 1: Introduction ................................................................................................. 5 Specifications ............................................................................................................ 7 Figure 1-1: Card D or H Block Diagram ............................................ ...

  • Access PCI-DIO-24D(H) - page 5

    Chapter 1: Introduction Features • 24 Bits of Digital Input/Output. • All 24 I/O Lines Buffered on the Card. • I/O Buffers Can Be Tri-st ated under Program Control. • Four and Eight Bit Ports Independently Selectabl e for I/O. • Pull-Ups on I /O Lines. Pull Do wn resistor s may be installed at the factory (**per p ort 8 bit**) • Resetta ...

  • Access PCI-DIO-24D(H) - page 6

    output use according to direction assignment from a control register in the PPI. Further, if a jumper i s properly placed on the card, the tristate buffers may be enabled/di sabled under program control. (See the Option Selection section to follow.) I/O wiring connections for t he H card are via a 50- pin conne ctor on the back plate of the card. F ...

  • Access PCI-DIO-24D(H) - page 7

    Specifications Digital Inputs (TTL Compatible) • Logic High: 2.0 to 5.0 VDC • Logic Low: -0.5 to +0.8 VDC • Load: ±20 μ A Digital Outputs • Logic High: 2.0 VDC min., source 32 ma • Logic Low: 0.55 VDC max., sink 64 ma Optional Counter/Timers • Type: 82C54 programmable in terval counters (up to three) • Output drive: Source 2.5 mA, s ...

  • Access PCI-DIO-24D(H) - page 8

    Figure 1-1: Card D or H Block Diagra m Manual PCI-DIO-24DH 8 ...

  • Access PCI-DIO-24D(H) - page 9

    Optional Counter/Timers These cards have options to includ e one, two, or th ree 82C54 counter(s) that each inclu de three 16-bit counter/timers factory configured in an optimal m odule for use as ev ent counters, frequency output, pulse width, and frequency measurem ent. See the Block Diagr am which show s one 82C54 counter. If your card has one o ...

  • Access PCI-DIO-24D(H) - page 10

    Chapter 2: Installation A printed Quick-Start Guide (QSG) is pa cked with the card for your convenience. If you’ve already performed the steps from the QSG, you may find this chapter to be redundant and may skip forward to begin developing your application. The software provided with this card is on CD and mu st be installed onto your hard disk p ...

  • Access PCI-DIO-24D(H) - page 11

    Hardware Installation 1. Make sure to set switches and jump ers from eith er the Option Selection section of this manual or from the suggestions of SETUP.EXE. 2. Do not install card into the computer until the software has been fully installed. 3. Turn OFF computer power AND unplug AC power from the system. 4. Remove the computer cover. 5. Carefull ...

  • Access PCI-DIO-24D(H) - page 12

    Chapter 3: Option Selection Refer to the setup programs on the CD provided with the card. Also, refer to the Block Diagram and the Option Selection Map when reading this section of the manual. Buffer Mode Jumper A means of enabling or disabling (t ristating) the 74ABT245B input/output buffers under program control is provided at the jumper position ...

  • Access PCI-DIO-24D(H) - page 13

    3.9" 4. 8" IR Q D I NT EXT IR Q T IN T E N IN T S E L 0 TST BEN Figure 3-1 : Option Selection Map version D Figure 3-2: Option Selection Map version H Manual PCI-DIO-24DH 13 ...

  • Access PCI-DIO-24D(H) - page 14

    Chapter 4: Address Selection These cards use one ad dress space and occupy sixteen I/O locations. The S03 (whi ch has 3 counters) version takes up 32 I/O locations. PCI architecture is Plug-and-Play. This mean s t hat the BIOS or Operating System determines the resources assigned to PCI card s rather than the user se lecting those resou rces with s ...

  • Access PCI-DIO-24D(H) - page 15

    Chapter 5: Software There are sample program s provided with the card in C, Pascal, QuickBASIC, and several Windows languages. DOS samples are located in the DOS directory and Win dows samples are located in the WIN32 directory. The follo wing paragraphs descri be the setup program and the 16- and 32-bit utility drivers. SETUP.EXE This program is s ...

  • Access PCI-DIO-24D(H) - page 16

    Chapter 6: Programming These cards are I/O-m apped devices that are easily configure d from any language and any language can easily perform digital I/O through the card's port s. This is especially true if the form of the data is byte or word wide. All references to the I/O por ts would be in absolute port addressin g. Developing Your Applica ...

  • Access PCI-DIO-24D(H) - page 17

    These cards use an 825 5-5 PPI to provide a total of 24 bits input/output capability. The card is de signed to use the PPI in Mode 0 wherein: a. There are two 8-bit groups (A and B) and two 4-bit group s (C Hi and C Lo). b. Any port can be configured as an input or an output. c. Outputs are latched. d. Inputs are not latched. The PPI contains a Con ...

  • Access PCI-DIO-24D(H) - page 18

    c. Now, if any of the ports are to be set as output s, you may set the values to that port with the outputs still in the tristate condition. (If all ports are to be set as inputs, this step is not necessary.) d. If data bit D7 is low when the control byte is written, ONLY the associated buffer controller is addressed. If, for example, a control byt ...

  • Access PCI-DIO-24D(H) - page 19

    Programming Example (C) The following program fra gment in C language illustrates the fore going: const BASE_ADDRESS 0x300; outportb(BASE_ADDRESS +3, 0x89); /* This instruction sets the m ode to Mode 0, ports A and B as output, and port C as input. Since bit D7 is high, the output buffers are set to tristate condition. See item b. above.*/ outportb ...

  • Access PCI-DIO-24D(H) - page 20

    Enabling/Disabling I/O Buffers When using the tristate mode (Jumper in the TST posit ion), the method to disable the I/O buffers involved writing a control word to th e Control Register at Ba se Address +3. This control word wa s required to have bit D7 (the most significant bit) set. That meant that the PPI translated it as an "active mode se ...

  • Access PCI-DIO-24D(H) - page 21

    Chapter 7: 8254 Counter/Timer These cards have the opti on of one, two, or three 82C54 cou nter(s) that each include three 16-bit counter/timers factory configured in an optimal m odule for use as ev ent counters, frequency output, pulse width, and frequency measurem ent (See Block Diagram). Each counter can be prog rammed to any count as low as 1 ...

  • Access PCI-DIO-24D(H) - page 22

    Counter/Timer Registers Base + 10 Write/Read: Counter#A0 When writing, th is registe r is used to load a count value into the counter. The transfer is eit her a single or double byte transfer, depending on the control byte written to the counter control register at BASE ADDRESS +13. If a double byte transfer is used, then the least- significant byt ...

  • Access PCI-DIO-24D(H) - page 23

    Programming the 8254 The counters are prog rammed by writing a control byte into the counter control regi ster. Refer to the previous register map for the base addresse s of the counters and the co unter control register. The control byte specifies the counter to be programmed, the co unter mode, the type of read/write operati on, and the modulus. ...

  • Access PCI-DIO-24D(H) - page 24

    Reading and Loading the Counters If you attempt to read the counters on the fly when there is a high input frequen cy, you will most likely get erroneous data. This is partly cause d by carries rippling through the counte r during the read operation. Also, the low and high bytes are read se quentially rather than simultaneously and, thus, it is pos ...

  • Access PCI-DIO-24D(H) - page 25

    1st Read: Status byte 2nd Read: Low byte of latched data 3rd Read: High byte of latched data After any latching operation on a counter, the conten ts of its hold registe r must be read before any subsequent latches of that counter will have any effect. If a status latch command is issued be fore the hold register is read, then the first read will r ...

  • Access PCI-DIO-24D(H) - page 26

    Pulse Width The Pulse Width function will measure the width of an applie d event from its rise to its fall (effectively one half the period). The Base Address of the card is required as input to the function . The signal should be applied to the CLOCK IN pin of the card. Software latency will be affected by the operating system and will set a limit ...

  • Access PCI-DIO-24D(H) - page 27

    Chapter 8: Connector Pin Assignments The H card has a 50-pin conne ctor provided on the ba ck plate of these cards for I/O connections. The mating connector is an AMP type 1-746 285-0 or equiva lent. Connector pin assignment s are listed below. Assignment Pin Assignment Pin PC7 1 Counter A0 Freq In 2 PC6 3 Ctr A1 P.W.I. (Gate) 4 PC5 5 Counter A2 Fr ...

  • Access PCI-DIO-24D(H) - page 28

    The D card has a 37-pin D-su b connector provided on the back plate of these cards for I/O conne ctions. If all three counters are present, pin 20 is counter C2 ' s frequency output. Otherwise, pin 20 is fused +5V power. Assignment Pin Assignment Pin Ground 1 Digital IRQ Disable 2 C2 Freq Out / Fused +5V 20 Port C 7 Hi 3 Ground 21 Port C 6 Hi ...

  • Access PCI-DIO-24D(H) - page 29

    Customer Comments If you experience any problems with this manual or ju st want to give us some feedback, please email us at: manuals@accesio.com. Please detail any errors you find and in clude your mailing address so that we can send you any manual updates. 10623 Roselle Street, San Dieg o CA 92121 Tel. (858)550-9559 FAX (8 58)550-7322 www.accesio ...

Manufacturer Access Category Computer Hardware

Documents that we receive from a manufacturer of a Access PCI-DIO-24D(H) can be divided into several groups. They are, among others:
- Access technical drawings
- PCI-DIO-24D(H) manuals
- Access product data sheets
- information booklets
- or energy labels Access PCI-DIO-24D(H)
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 Access PCI-DIO-24D(H).

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals Access PCI-DIO-24D(H), service manual, brief instructions and user manuals Access PCI-DIO-24D(H). 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 Access PCI-DIO-24D(H).

Similar manuals

A complete manual for the device Access PCI-DIO-24D(H), 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 Access PCI-DIO-24D(H) by users. Manuals are usually written by a technical writer, but in a language understandable to all users of Access PCI-DIO-24D(H).

A complete Access 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 Access PCI-DIO-24D(H) - 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 Access PCI-DIO-24D(H), 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 Access PCI-DIO-24D(H), that we can find in the current document
3. Tips how to use the basic functions of the device Access PCI-DIO-24D(H) - which should help us in our first steps of using Access PCI-DIO-24D(H)
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with Access PCI-DIO-24D(H)
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of Access PCI-DIO-24D(H) in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning Access PCI-DIO-24D(H)?

Use the form below

If you did not solve your problem by using a manual Access PCI-DIO-24D(H), ask a question using the form below. If a user had a similar problem with Access PCI-DIO-24D(H) it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)