Impulse 8004 User Manual

DIO-32.PCI User Manual
Part Number 8004
www.sealevel.com PO Box 830 Liberty, SC 29657 864.843.4343

Table of Contents

INTRODUCTION......................................................................................................................... 1
OTHER SEALEVEL PCI DIGITAL I/O PRODUCTS........................................................................... 1
BEFORE YOU GET STARTED.................................................................................................2
WHATS INCLUDED......................................................................................................................2
OPTIONAL ITEMS.......................................................................................................................... 2
SOFTWARE INSTALLATION.................................................................................................. 3
PHYSICAL INSTALLATION.................................................................................................... 5
PROGRAMMING THE DIO-32.PCI.........................................................................................6
PROGRAMMING FOR WINDOWS.................................................................................................... 6
PROGRAMMING FOR LINUX.......................................................................................................... 6
DIGITAL I/O INTERFACE .............................................................................................................. 6
INPUT PORTS................................................................................................................................7
INPUT PORTS PIN ASSIGNMENTS (DB-37 FEMALE)...................................................................... 8
OUTPUT PORTS (REED RELAY).................................................................................................... 8
OUTPUT PORTS (REED RELAY) PIN ASSIGNMENTS (DB-37 MALE) ............................................. 8
DB-78 FEMALE PIN ASSIGNMENTS (CARD EDGE CONNECTOR)................................................... 9
DIRECT HARDWARE CONTROL .................................................................................................... 9
READING THE INPUTS................................................................................................................... 9
READING THE OUTPUTS ............................................................................................................... 9
WRITING THE OUTPUTS ............................................................................................................... 9
REGISTER DESCRIPTION.............................................................................................................10
INTERRUPT CONTROL................................................................................................................. 10
INTERRUPT MODE SELECT TABLE.............................................................................................. 10
INTERRUPT READ....................................................................................................................... 10
ELECTRICAL CHARACTERISTICS.................................................................................... 11
EATURES.................................................................................................................................. 11
F
SPECIFICATIONS......................................................................................................................... 11
EXAMPLE CIRCUITS.............................................................................................................. 12
APPENDIX A - TROUBLESHOOTING ................................................................................. 13
APPENDIX B - HOW TO GET ASSISTANCE ...................................................................... 14
APPENDIX C – SILK SCREEN – 8004 PCB.......................................................................... 15
APPENDIX D - COMPLIANCE NOTICES............................................................................ 16
FEDERAL COMMUNICATIONS COMMISSION STATEMENT ........................................................... 16
WARRANTY............................................................................................................................... 17
© Sealevel Systems, Inc. SL9022 Revision 7/2006
DIO-32.PCI User Manual

Introduction

The DIO-32.PCI digital I/O interface provides 16 optically isolated inputs and 16 reed relay outputs. The inputs (rated for 3-13V) protect the PC and other sensitive equipment from spikes and ground loop current that can be generated in industrial environments, while the outputs provide high quality, long life, low current (10 Watt maximum), dry contact switch closures. Reed relays are well suited for low current applications. The relays are normally open, and close when energized.
The DIO-32.PCI is designed to be used with a variety of Operating Systems including Windows 98/NT/ME/2000/XP, Linux and DOS. The SeaI/O API (Application Programmer Interface) included on CD with the DIO-32.PCI provides a variety of useful high-level function calls implemented as a Windows dynamic link library (DLL) and as a Linux kernel module and library. In addition to the API, SeaI/O includes sample code and utilities to simplify software development.
Other Sealevel PCI Digital I/O Products
PIO-24.PCI (P/N 8008) - 24 TTL Inputs/Outputs PIO-32.PCI (P/N 8010) - 32 TTL Inputs/Outputs PIO-48.PCI (P/N 8005) - 48 TTL Inputs/Outputs PIO-96.PCI (P/N 8009) - 96 TTL Inputs/Outputs DIO-16.PCI (P/N 8002) - 8 Reed Relay Outputs/8 Opto-isolated Inputs REL-16.PCI (P/N 8003) - 16 Reed Relay Outputs ISO-16.PCI (P/N 8006) - 16 Opto-isolated Inputs REL-32.PCI (P/N 8007) - 32 Reed Relay Outputs PLC-16.PCI (P/N 8011) - 8 Form C Relay Outputs/ 8 Opto-isolated
Inputs
© Sealevel Systems, Inc.
- 1 -
DIO-32.PCI User Manual

Before You Get Started

What’s Included
The DIO-32.PCI is shipped with the following items. If any of these items is missing or damaged please contact Sealevel for replacement.
DIO-32.PCI Adapter DB-78 Male to DB-37 Male and DB-37 Female V-cable, (Item# CA165) Sealevel SeaI/O Software CD
Optional Items
Depending upon your application, you are likely to find one or more of the following items useful for interfacing the DIO-32.PCI to real-world signals. All items can be purchased from our website (http://www.sealevel.com
DB-37 Male to DB-37 Female Extension Cable - (Item# CA112)
This cable provides a 6’ extension to the CA165. It has one DB37
Male connector and one DB37 Female connector.
DB-37 Male/Female Terminal Block (Item# TB02)
Break out serial and digital connectors to screw terminals for easy
field connection. The TB02 terminal block is designed with both DB37 male and female connectors, therefore; it can be used with any DB37 board regardless of the board's port gender.
) or by calling (864) 843-4343.
Cable and Terminal Block Kit (Item# KT101)
The KT101 includes the TB02 terminal block and CA112 cable. To
fully connect the DIO-32.PCI two KT101 kits will be required.
© Sealevel Systems, Inc.
- 2 -
DIO-32.PCI User Manual

Software Installation

Windows 98/ME/NT/2000/XP Installation
1. Start Windows.
2. Insert the Sealevel Systems CD in to your CD drive.
3. If ‘Auto-Start’ is enabled for this drive the software will automatically
launch. Otherwise, point your browser to the ‘Index.htm’ on the root directory of the CD
4. Select ‘Install Software’.
5. Select the Part Number for your adapter from the listing.
6. Select ‘Windows 98/ME/NT/2000/XP’. The setup file will automatically
detect the operating environment and install the proper components. Next (depending on your browser) select the ‘Run this program from its current location’ or ‘Open’ option. Follow the information presented on the screens that follow.
7. A screen may appear with the declaration: “The publisher cannot be
determined due to the problems below: Authenticode signature not found.” Please select the ‘Yes’ button and proceed with the installation. This declaration simply means that the Operating System is not aware of the driver being loaded. It will not cause any harm to your system.
8. During setup the user may specify installation directories and other preferred
configurations. This program also adds entries to the system registry that are necessary for specifying the operating parameters for each driver. An uninstall option is also included to remove all registry/INI file entries from the system.
Windows NT Card Installation: After accomplishing the above steps, bring up the Control Panel and double-click on the SeaIO Devices icon. To install a new card, click "Add Port". Repeat this procedure for as many SeaIO cards as you wish to install.
© Sealevel Systems, Inc.
- 3 -
DIO-32.PCI User Manual
Linux Installation
Note: You MUST have "root" privileges to install the software and drivers.
Note Your cdrom may not be /dev/hdc it could be /dev/hda, /dev/hdb, /dev/hdd, or if
you have a SCSI drive /dev/sda, /dev/sdb, /dev/sdc, etc. You may mount the CDROM to any location, the /cdrom is just a common example.
Note: The syntax is case sensitive.
1. Login as "root".
2. Mount the CDROM by typing:
mount -t iso4860 /dev/hdc /cdrom
3. Next change to the directory where you mounted the CDROM:
Ex. cd /cdrom/software/SeaIO/Other/linux
4. Copy seaio .tar.gz to your home directory by typing:
cp seaio .tar.gz ~
5. Change to your home directory by typing:
cd
6. Unmount the drive and then Unzip and Untar the drivers and software by
typing: umount /cdrom
tar -xvzf seaio .tar.gz
7. Change to the SeaIO directory by typing:
cd SeaIO
8. Now compile and prepare the drivers for use:
make install
9. With the system off and unplugged, install your SeaIO PCI card.
10. Plug system back in and boot Linux.
Login as "root".
11. Load the driver by typing:
SeaIO -load
The driver has enabled the card and is ready to use, and you now have the option to run a test utility on it. Skip to section "Using the test software" if you wish to do so at this time.
To set up Linux to automatically load the driver; refer to a Linux manual concerning your specific distribution for help.
© Sealevel Systems, Inc.
- 4 -
DIO-32.PCI User Manual
Loading...
+ 13 hidden pages