Omega OME-PIO-D144 user manual

User manual for the device Omega OME-PIO-D144

Device: Omega OME-PIO-D144
Category: Computer Hardware
Manufacturer: Omega
Size: 1.92 MB
Added : 9/13/2013
Number of pages: 53
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Omega OME-PIO-D144. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Omega OME-PIO-D144.

For your convenience

If looking through the Omega OME-PIO-D144 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Omega OME-PIO-D144 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Omega OME-PIO-D144 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Omega OME-PIO-D144 User manual - Online PDF
Advertisement
« Page 1 of 53 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Omega OME-PIO-D144 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Omega OME-PIO-D144. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

User’s Guide
Shop online at
www.omega.com
e-mail: info@omega.com
OME-PIO-D144
PCI-Bus Digital I/O Board
Hardware Manual

Summary of the content on the page No. 2

® OMEGAnet Online Service Internet e-mail www.omega.com info@omega.com Servicing North America: USA: One Omega Drive, P.O. Box 4047 ISO 9001 Certified Stamford CT 06907-0047 TEL: (203) 359-1660 FAX: (203) 359-7700 e-mail: info@omega.com Canada: 976 Bergar Laval (Quebec) H7L 5A1, Canada TEL: (514) 856-6928 FAX: (514) 856-6886 e-mail: info@omega.ca For immediate technical or application assistance: ® USA and Canada: Sales Service: 1-800-826-6342 / 1-800-TC-OMEGA ® Customer Service: 1-800-622-2378

Summary of the content on the page No. 3

OME-PIO-D144 User’s Manual OME-PIO-D144 User’s Manual (Ver.2.1, Sep/2001, PPH-009-21) ----- 1

Summary of the content on the page No. 4

Table of Contents 1. INTRODUCTION ........................................................................................................................4 1.1 SPECIFICATIONS ..................................................................................................................4 1.2 PRODUCT CHECK LIST ........................................................................................................4 2. HARDWARE CONFIGURATION ..........................................

Summary of the content on the page No. 5

4. DEMO PROGRAM....................................................................................................................33 4.1 OME-PIO-D144.H ..............................................................................................................34 4.2 DEMO1: USE D/O OF CN1....................................................................................................35 4.3 DEMO2: USE D/O OF CN1~CN6........................................................................

Summary of the content on the page No. 6

1. Introduction The OME-PIO-D144 consists of one D-Sub 37 & five 50-pin flat-cable connectors. There are three 8-bit ports - PA, PB & PC - in each connector. Every port consists of 8-bit programmable D/I/O. So the OME-PIO-D144 can provide 144 channels of TTL-compatible D/I/O. 1.1 Specifications • PC compatible PCI bus • One D-Sub37 connector and five 50-pin flat-cable connectors • Each port consists of three 8-bit ports - PA, PB & PC - in every connector • Each port can be p

Summary of the content on the page No. 7

CN1 CN2 CN3 CN4 CN5 CN6 CN1_PA CN2_PA CN3_PA CN4_PA CN5_PA CN6_PA CN1_PB CN2_PB CN3_PB CN4_PB CN5_PB CN6_PB CN1_PC CN2_PC CN3_PC CN4_PC CN5_PC CN6_PC D-Sub 37 PIN 50-PIN 50-PIN 50-PIN 50-PIN 50-PIN OME-PIO-D144 PCI BUS 2. Hardware configuration 2.1 Board Layout OME-PIO-D144 User’s Manual (Ver.2.1, Sep/2001) ----- 5

Summary of the content on the page No. 8

2.2 I/O Port Location There are eighteen 8-bit I/O ports in the OME-PIO-D144. Every I/O port can be programmed as D/I or D/O port. When the PC is first powered up, all eighteen ports are used as D/I ports. The I/O port location is given as following: Connector of OME-PIO-D144 PA0 to PA7 PB0 to PB7 PC0 to PC7 CN1 CN1_PA CN1_PB CN1_PC CN2 CN2_PA CN2_PB CN2_PC CN3 CN3_PA CN3_PB CN3_PC CN4 CN4_PA CN4_PB CN4_PC CN5 CN5_PA CN5_PB CN5_PC CN6 CN6_PA CN6_PB CN6_PC Refer to Sec. 2.1 for bo

Summary of the content on the page No. 9

2.4 D/I/O Architecture I/O select (Sec. 3.3.9) D/I/O RESET\ (Sec. 3.3.1) disable\ Data input Latch (Sec. 3.3.7) Clock input D/O latch CKT disable Data Buffer input (Sec. 3.3.7) Clock input D/I buffer CKT • The RESET\ is in Low-state all D/I/O operation is disable • The RESET\ is in High-state all D/I/O operation is enable. • If D/I/O is configured as D/I port D/I=external

Summary of the content on the page No. 10

2.5 Interrupt Operation The PC0, PC1, PC2, PC3 of CN1_PC can be used as interrupt signal source. Refer to Sec. 2.1 for PC0/1/2/3 location. The interrupt of OME-PIO-D144 is level-trigger . The interrupt signal can be programmed to inverted or non- & Active_High state. The programming procedure is as follows: inverted 1. make sure the initial level is High or Low 2. if the initial state is High select the inverted signal (Section. 3.3.6) 3. if the initial state is Low select the non-

Summary of the content on the page No. 11

Example 1: assume initial level=Low, PC0 is used as interrupt source: Initial=Low Iniaial_sub() { now_int_state=0 _outpd(wBase+0x2a,0) /*(select the non-inverted signal)*/ ISR_sub() { If (now_int_state==0) /* old state=low change to high now */ { now_int_state=1; /* now int_signal is High */ /*** application codes are given here ***/ _outpd(wBase+0x2a,1); /* select the inverted signal */ } else

Summary of the content on the page No. 12

Example 2: assume initial level=High, PC0 is used as interrupt source: Initial=High Inverted=Low Iniaial_sub() { now_int_state=1 _outpd(wBase+0x2a,1) /*(select the inverted signal)*/ ISR_sub() { If (now_int_state==0) /* old state=low change to high now */ { now_int_state=1; /* now int_signal is High */ /*** application codes are given here ***/ _outpd(wBase+0x2a,1); /* select the inverted signal */

Summary of the content on the page No. 13

Example 3: assume CN1_PC0 is initial Low, active High, CN1_PC1 is initial High, active Low CN1_PC2 is initial Low, active High CN1_PC3 is initial High, active Low As follows: CN1_PC0 CN1_PC1 CN1_PC2 CN1_PC3 CN1_PC0 & CN1_PC0 & CN1_PC1 are CN1_PC1 are active at the same return to normal time. at the same time. CN1_PC2 & CN1_PC2 & CN1_PC3 are CN1_PC3 are active at the same return to normal time. at the same time. Refer to

Summary of the content on the page No. 14

void interrupt irq_service() { char cc; int_num++; /* 1. Read interrupt signal status */ new_int_state=inp(wBase+0x07)&0xff; /* 2. Find the active signal */ int_c=new_int_state ^ now_int_state; /* 3. IF PC0 is active */ if ((int_c&0x01) != 0) { cc=new_int_state&0x01; if (cc !=0) CNT_H1++; else CNT_L1++; invert=invert ^ 1; } /* 4. IF PC1 is active */ if ((int_c&0x02) != 0) { cc=new_int_state&0x02;

Summary of the content on the page No. 15

2.6 Daughter Boards 2.6.1 OME-DB-37 The OME-DB-37 is a general purpose daughter board with D-sub 37 pin connector. It is designed for easy wire connection. 37-PIN cable OME-DB-37 2.6.2 OME-DN-37 & OME-DN-50 The OME-DN-37 is a general purpose daughter board for D-sub 37 pin connector. The OME-DN-50 is designed for 50-pin flat-cable header. They are designed for easy wire connection. Both boards are DIN rail mountable. 37-PIN cable OME-DN-37

Summary of the content on the page No. 16

2.6.4 OME-ADP-37/PCI & OME-ADP-50/PCI The OME-ADP-37/PCI & OME-ADP-50/PCI are extenders for the 50-pin headers. One side of the OME-ADP-37/PCI & OME-ADP-50/PCI can be connected to a 50-pin header. The other side can be mounted on the PC chassis as following: OME-ADP-37/PCI: 50-pin header to D-Sub37 extender. OME-ADP-50/PCI: 50-pin header to 50-pin header extender. OME-PIO-D144 User’s Manual (Ver.2.1, Sep/2001) ---- 14

Summary of the content on the page No. 17

2.6.5 OME-DB-24P/24PD Isolated Input Board The OME-DB-24P is a 24 channel isolated digital input daughter board. The optically isolated inputs of the OME-DB-24P consist of a bi-directional opto-coupler with a resistor for current sensing. You can use the OME-DB-24P to sense DC signal from TTL levels up to 24V or use the OME-DB-24P to sense a wide range of AC signals. You can use this board to isolate the computer from large common-mode voltage, ground loops and transient voltage spi

Summary of the content on the page No. 18

2.6.6 OME-DB-24R/24RD Relay Board The OME-DB-24R, 24 channel relay output board, consists of 24 form C relays for efficient switching of load via programmed control. The relay are energized by apply 12V/24V signal to the appropriated relay channel on the 50-pin flat connector. There are 24 enunciator LED’s for each relay and they light when their associated relay is activated. From C Relay Normal Open Normal Close Com OME-DB-24R OME-PIO-D144 Note:

Summary of the content on the page No. 19

2.6.7 OME-DB-24PR/24POR/24C OME-DB-24PR 24 × power relay, 5A/250V 24 × Photo MOS relay, 0.1A/350VAC OME-DB-24POR OME-DB-24C 24 × open collector, 100mA per channel, 30V max. The OME-DB-24PR, 24 channel power relay output board, consists of 8 form C and 16 form A electromechanical relays for efficient switching of load via programmed control. The contact of each relay can control a 5A load at 250ACV/30VDCV. The relay is energized by applying a 5 voltage signal to the appropriate r

Summary of the content on the page No. 20

2.6.8 Daughter Board Comparison Table 20-pin flat-cable 50-pin flat-cable D-sub 37-pin OME-DB-37 No No Yes OME-DN-37 No No Yes OME-ADP-37/PCI No Yes Yes OME-ADP-50/PCI No Yes No OME-DB-24P No Yes No OME-DB-24PD No Yes Yes OME-DB-16P8R No Yes Yes OME-DB-24R No Yes No OME-DB-24RD No Yes Yes OME-DB-24C Yes Yes Yes OME-DB-24PRD No Yes Yes OME-DB-24POR Yes Yes Yes OME-DB-24SSR No Yes Yes OME-PIO-D144 User’s Manual (Ver.2.1, Sep/2001) ---- 18


Alternative user manuals
# User manual Category Download
1 Omega ISA- BUS MULTI-FUNCTIONAL BOARD OME-A822PG User manual Computer Hardware 0
2 Omega Products, IncFour Port RS-232/422/485 to USB Adaptor User manual Computer Hardware 0
3 Omega 1002 User manual Computer Hardware 6
4 Omega OMB-DAQBOARD-3000 User manual Computer Hardware 6
5 Omega Products, IncOMG-USB-SER-4 User manual Computer Hardware 0
6 Omega OMB-DAQBOARD-500 User manual Computer Hardware 0
7 Sony MSAKIT-PC4A User manual Computer Hardware 2
8 Sony MRW62E-S1 2694866142 User manual Computer Hardware 5
9 Philips MATCH LINE 9596 User manual Computer Hardware 17
10 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY User manual Computer Hardware 1
11 Philips PSC702 User manual Computer Hardware 1
12 Sony MRW62E/S1/181 User manual Computer Hardware 3
13 Sony 64GB SDHC Class 10 Memory Card Readers SF32N4/TQM User manual Computer Hardware 1
14 Philips SAA7345 User manual Computer Hardware 1
15 Philips SBC MC8650 User manual Computer Hardware 268