EX Ch. Opto-isolated Digital Input Module OPERATING GUIDE

Size: px
Start display at page:

Download "EX Ch. Opto-isolated Digital Input Module OPERATING GUIDE"

Transcription

1 EX Ch Opto-isolated Digital Input Module OPERATING GUIDE

2 TABLE OF CONTENTS GENERAL EDSCRIPTION Features Applications Specifications 2 MODULE CONFIGURATION AND NSTALLATION 3 Location Diagram 3 DIP Switch Setting 4 Jumper Setting 6 Connectir Pin Assignments7 Module Installation 9 REGISTER DESCRIPTION I/O Map PROGRAMMING BLOCK DIAGRAM 2 APPENDIX A PC I/O PORT MAPPING 3 APPENDIX B AUMMARY OF INTERRUPT LEVELS 4 APPENDIX C PC/4 MECHANICAL SPECIFICATIONS 5 PC/4 General Description 5 Typical Module Stack 8

3 GENERAL DESCRIPTION The EX-993 opto-isolated input PC/4 module is designed for monitoring digital input status It provides 6 channels of input to detect ON/OFF, OPEN/CLOSE signals and has interrupt capability on its first channel The input range is from 5V to 24V suitable for mamy application Also the isolation voltage is up to Vrms from the input end to the host This feature causes voltage spikes that often occur in harsh industrial environments to be safely isolated from the compter Features 6 channels opto-isolated input Isolation up to Vrms Filter circuit included Wide input range Applications Industrial ON/OFF monitoring Limit switch monitoring Valve/Solenoid monitoring

4 Specifications Input Opto-isolator PC84 or equivalent Number of Channels 6 Voltage Range ±5V - ±24V (logic output) Current Linit Resistor 2kΩ, 5W Max Current Connector ±5mA 5-pin mating connector Power Requirements +5VDC 4mA Physical/Environmental Dimension Weight Operating Temperature Range 95mm x 9mm 8g to 5 Storage Temperature Range - 25 TO + 85 Relative Humidity TO 9%, non-codensing

5 MODULE CONFIGURATION AND INSTALLATION Location Diagram Refer to the following location diagram for help locating components needed during installation of the EX-993 module 5 49 JP-JP8 JP9-JP6 SW 2 2 JP8-JP23 CN

6 DIP Switch setting EX-993 occupies four consecutive I/O port spaces The I/O port addresses are set via a DIP switch labeled SW Set the DIP switch to correct address and avoid conflicting with other devices Valid addresses are from 2 Hex to 3F8 Hex The following figure is the default setting; 3 Hex BASE ADDRESS SWITCH SETTING SW O N weighting Base Address = = 768 (Decimal) =3 (Hexadecimal)

7 I/O PORT RANGE DIP SWITCH POSITION HEXADECIMAL A2 A3 A4 A5 A6 A7 A8 X B 2C 2F (*) 3F8 3FB 3FC 3FF = ON, = OFF (*) : Factory default setting

8 Jumper Setting JP JP8 : These are filter control jumpers used to enable or disable channel through channel 7 filterings If jumper cap is installed, the filter is turn on when the 3-dB frequency is located at about 5 Hz Channel Corresponding JP JP2 JP3 JP4 JP5 JP6 JP7 JP8 Jumper JP9 JP6 : These are filter control jumper used to enable or disable channel 8 through channel 5 filterings If jumper cap is installed, the filter is turn on where the 3-dB frequency is located at about 5Hz Channel Corresponding Jumper JP8 JP9 JP JP JP2 JP3 JP4 JP5 JP8 JP23 : These are interrupt request output selection jumpers The following table shows jumper cap position versus IRQ channel relationship Remember only channel has interrupt capability JP8 JP23 Jumper Cap Position Description IRQ2 Selected IRQ3 Selected IRQ4 Selected IRQ5 Selected IRQ6 Selected IRQ7 Selected

9 Connector Pin Assignment JP NAME PIN PIN NAME DI -DI DI -DI DI2 -DI2 DI3 -DI3 DI4 -DI4 DI5 -DI5 DI6 -DI6 DI7 -DI7 +2V +2V DI8 -DI8 DI9 -DI9 DI -DI DI -DI DI2 -DI2 DI3 -DI3 DI4 -DI4 DI5 -DI5 +2V +2V

10 PIN SIGNAL NAME DESCRIPTION,7,3,9,25 3,37,43 3,9,5,2,27, 33,39,45 2,8,4,2,26, 32,38,44 4,,6,22,28, 34,4,46 DI DI7 -DI - -DI7 DI8 DI5 -DI8 - -DI5 The lower eight positive digital input channels These pin are labeled as positive The lower eight negative digital input channels These pin are labeled as negative The upper eight positive digital input channels These pin are labeled as negative The upper eight negative digital input channels These pin are labeled as negative 47,48,49,5 +2V +2V PC bus power 5,6,,2,7, 8,23,24,29 3,35,36,4, 42 PC ground NOTE: Be careful when using the +2V power as it is directly from PC bus Users are suggested to use external power source for data safety reasons

11 Module Installation The EX-993 PC/4 module is shipped with protective electrostatic cover When unpacking, touching the module electrostatically shielded packaging with the metal frame of your computer to discharge the accumulated static electricity prior to touching the module Following description summarizes the procedures for installing the EX-993: WARNING TURN OFF the PC and all accessories connected to the PC whenever installing or removing any peripheral board including the EX-993 module Installation procedures; Turn off the system power 2Unplug all power cords 3Remove the case cover if necessary 4Remove the top module if it is a non-stackthrough module 5Put the EX-993 module in line with top present module as described in PC/4 MECHANICAL SPECIFICATION 6Install four spacers if necessary 7Connect cable if necessary 8Crush between the module until inside distance is SPACER s height (6 ) Restore all the screws 9Repeat step 6 until all module are set into position Connect cable to EX-993 if necessary Replace the case cover and connect all the necessary cables 2Turn on the system power

12 REGISTER DESCRIPTION I/O Map The EX-993 occupies 4 consecutive addresses in I/O address space, but only two of the I/O addresses are actually used The 6 individually opto-isolated inputs are read as two bytes of data The following table shows the two 8-bit digital input registers: Base Address + Bit No Digital Input DI7 DI6 DI5 DI4 DI3 DI2 DI DI This is a read only register for the lower digital input byte data The write action will not have any effect Base Address + Bit No Digital Input DI5 DI4 DI3 DI2 DI DI DI9 DI8 This is a read only register for the higher digital input byte data The write action will not have any effect

13 PROGRAMMING Programming the EX-993 is very simple It can be easily accomplished using direct I/O instructions of whatever application languages In this section an example in BASIC is given Let s assume the base address is 3Hex, the programming is as follows: BASE = &H3 X% = INP (BASE) IF X%& THEN PRINT Channel is ON ELSE PRINT Channel isoff X2% = INP (BASE + ) IF X2%& THEN PRINT Channel 8 is ON ELSE PRINT Channel 8 is OFF WIRING: This is the most simplest way to detect a switch whether it is close or open Limit Switch DI 2 -DI DI DI V 49 5 WARNING: The +2V PC power had better not to be effected by outside world otherwise it may cause the PC to fail accessing data to hard-disk!

14 BLOCK DIAGRAM PC84 +5V IRQ (only channel ) DIO -DIO K LS K 2K uf It s the same as above BUS Transciever JP IRQ IRQ CONTROL & Selection P C / 4 B U S

15 APPENDIX A PC I/O PORT MAPPING I/O PORT ADDRESS RANGE FF 2 2F F 2E 2F8 2FF 32 32F F 38 38F 3B 3BF 3C 3CF 3D 3DF 3F 3F7 3F8 3FF FUNCTION PC reserved Game controller (Joystick) Second parallel printer port (Lpt2) GPIB controller Second serial port (COM2) Fixed disk (XT) Primary parallel printer port (LPT) SDLC communication port Monochrome adapter/printer EGA, reserved Color/graphics adapter Floppy disk controller Primary serial port (COM)

16 APPENDIX B SUMMARY OF INTERRUPT LEVELS Interrupt Level NMI IRQ IRQ IRQ2 IRQ3 IRQ4 IRQ5 IRQ6 IRQ7 IRQ8 IRQ9 IRQ IRQ IRQ2 IRQ3 IRQ4 IRQ5 Usage Parity, AT Channel Check Interval Timer, Counter OUT Keyboard Controller Reserved (XT) Cascade Interrupts from IRQ8 to IRQ5(AT) Serial Port # 2 Serial Port # Hard Disk(XT) Parallel Port # 2(AT) Floppy Disk Parallel Port # Real Timer Clock(AT) Re-directed to IRQ2(AT) Unassigned Unassigned Unassigned Coprocessor Error Hard Disk Unassigned

17 APPENDIX C PC/4 MECHANICAL SPECIFICATIONS PC/4 General Description While the PC and PC/AT architectures have become extremely popular in both general purpose (desktop) and dedicated (non-desktop) applications, its use in embedded microcomputer applications has been limited due to the large size of standard PC and PC/AT motherboards and expansion cards PC/4 module can be of two bus types, 8 bit and 6 bit, which correspond to the PC and PC/AT buses, respectively Besides bus option, there are stackthrough and non-stackthrough difference The stackthrough version provides a self-stacking PC bus It can be placed any where in a multi-module stack The non-stackthrough version offers minimum thickness, by omitting bus stackthrough pins It must be positioned at one end of a stack For ocnvenience the EX-993 is equipped with stackthrough version only (NOTE : For safety, you are suggested to cut bus stackthrough pins of the last module on condition; that you are sure you won t add/plug any module to the module stack in the future) The following sections provide the mechanical and electrical specification for a compact version of the PC/AT bus, optimized for the unique requirements of embedded systems applications The specification is herein referred to as PC/4 Based on the 4 signal contacts on the two bus connectors (64 pin on CN plus 4 pin on CN2) Module Dimensions PC/4 modules can be of two bus types, 8-bit and 6-bit, which correspond to PC and PC/AT buses, respectively

PCL channel Isolated Digital I/O Card

PCL channel Isolated Digital I/O Card PCL-730 32-channel Isolated Digital I/O Card Copyright This documentation is copyrighted 1996 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd. reserves the right to make improvements

More information

PCM ch Isolated Digital I/O Module. User Manual

PCM ch Isolated Digital I/O Module. User Manual PCM-3730 32-ch Isolated Digital I/O Module User Manual Copyright The documentation and the software included with this product are copyrighted 2005 by Advantech Co., Ltd. All rights are reserved. Advantech

More information

PCL channel Isolated Digital Output Card

PCL channel Isolated Digital Output Card PCL-734 32-channel Isolated Digital Output Card Copyright This documentation is copyrighted 1996 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd. reserves the right to make improvements

More information

ISO-DA16/DA8. Hardware Manual

ISO-DA16/DA8. Hardware Manual ISO-DA16/DA8 Hardware Manual Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the date of delivery to the original purchaser. Warning

More information

OptiStep Hardware Manual

OptiStep Hardware Manual OptiStep Hardware Manual Document Revision D4 May 16, 2018 MICROKINETICS CORPORATION 3380 Town Point Drive Suite 330 Kennesaw, GA 30144 Tel: (770) 422-7845 Fax: (770) 422-7854 www.microkinetics.com Table

More information

User's Guide. CIO-RELAY08 CIO-RELAY16 CIO-RELAY24 CIO-RELAY32

User's Guide.    CIO-RELAY08 CIO-RELAY16 CIO-RELAY24 CIO-RELAY32 User's Guide http://www.omega.com e-mail: info@omega.com CIO-RELAY CIO-RELAY6 CIO-RELAY CIO-RELAY3 For Your Notes Table of Contents INTRODUCTION.... ACCESSORIES... QUICK START.... Install the InstaCalTM

More information

Chapter 3 Installation

Chapter 3 Installation Installation Chapter 3 Installation This chapter will guide you through the installation of your I/ O Extension A.3 board. It includes instructions on how to set the I/O port address and interrupt request

More information

PCL-725 Relay Actuator and Isolated D/I Card USER'S MANUAL

PCL-725 Relay Actuator and Isolated D/I Card USER'S MANUAL Relay Actuator and Isolated D/I Card USER'S MANUAL COPYRIGHT NOTICE This documentation is copyrighted 1995 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd. Reserves the right to make

More information

PCL-741 Isolated Dual Port RS-232/Current-Loop Interface Card

PCL-741 Isolated Dual Port RS-232/Current-Loop Interface Card PCL-741 Isolated Dual Port RS-232/Current-Loop Interface Card Copyright Notice This documentation and the software included with this product are copyrighted 2001 by Advantech Co., Ltd. All rights are

More information

Model PCL Six Channel D/A Output Card

Model PCL Six Channel D/A Output Card Model PCL - 726 Six Channel D/A Output Card PCL-726 SIX CHANNEL D/A OUTPUT CARD USER'S MANUAL Copyright Notice This documentation and the software routines contained in the PCL- 726 software diskette are

More information

PC104-CTR10HD. User s Manual

PC104-CTR10HD. User s Manual PC104-CTR10HD User s Manual Revision 2 October, 2000 MEGA-FIFO, the CIO prefix to data acquisition board model numbers, the PCM prefix to data acquisition board model numbers, PCM-DAS08, PCM-D24C3, PCM-DAC02,

More information

CIO-DO48H, CIO-DO96H and CIO-DO192H. User s Guide

CIO-DO48H, CIO-DO96H and CIO-DO192H. User s Guide CIO-DO48H, CIO-DO96H and CIO-DO192H User s Guide Revision 4A April, 2001 Trademark and Copyright Information Measurement Computing Corporation, InstaCal, Universal Library, and the Measurement Computing

More information

PO-32B(PC)H. Specification. Features. Ver Opto-Isolated Digital Output Board

PO-32B(PC)H. Specification. Features. Ver Opto-Isolated Digital Output Board Ver.. PO-B(PC)H Opto-Isolated Digital Output Board PO-B(PC)H Specification Output Type Rating Item Voltage Current Number of Channels Response time Common I/O address Specification Opto-Isolated Open Collector

More information

PCL Port RS-232 Interface Card

PCL Port RS-232 Interface Card PCL-858 8-Port RS-232 Interface Card Copyright Notice This documentation and the software included with this product are copyrighted 2001 by Advantech Co., Ltd. All rights are reserved. Advantech Co.,

More information

ISOLATED DIGITAL INPUT / RELAY OUTPUT CARD MODEL IIRO-8 USER MANUAL

ISOLATED DIGITAL INPUT / RELAY OUTPUT CARD MODEL IIRO-8 USER MANUAL ACCES I/O PRODUCTS INC 10623 Roselle St, San Diego, CA 92121 Tel: (619)550-9559 FAX: (619) 550-7322 ISOLATED DIGIT INPUT / RELAY OUTPUT CARD MODEL IIRO-8 USER File: MIIRO-8.d1 ISOLATED DIGIT INPUT/RELAY

More information

CIO-DO24DD & CIO-DO48DD. User s Manual

CIO-DO24DD & CIO-DO48DD. User s Manual CIO-DO24DD & CIO-DO48DD User s Manual Revision 5A November, 2000 Trademark and Copyright Information Measurement Computing Corporation, InstaCal, Universal Library, and the Measurement Computing logo are

More information

PCI-1751U. 48-bit Digital Input/Output Card with Universal PCI Bus. User Manual

PCI-1751U. 48-bit Digital Input/Output Card with Universal PCI Bus. User Manual PCI-1751U 48-bit Digital Input/Output Card with Universal PCI Bus User Manual Copyright This documentation and the software included with this product are copyrighted 2006 by Advantech Co., Ltd. All rights

More information

Default COM Port, IRQ, and Baud Rate Jumper Settings

Default COM Port, IRQ, and Baud Rate Jumper Settings Hardware Installation 3-2.1 Setting Jumpers The COM port address and interrupt request (IRQ) is jumper selectable for each port. For your convenience, the I/O Expander 2S card provides easy to set pull-tab

More information

ONYX-MM-XT PC/104 Format Counter/Timer & Digital I/O Module

ONYX-MM-XT PC/104 Format Counter/Timer & Digital I/O Module ONYX-MM-XT PC/104 Format Counter/Timer & Digital I/O Module User Manual V1.4 Copyright 2009 Diamond Systems Corporation 1255 Terra Bella Avenue Mountain View, CA 94043 USA Tel (650) 810-2500 Fax (650)

More information

CIO-DIO24 Digital Input/Output Board User s Guide

CIO-DIO24 Digital Input/Output Board User s Guide CIO-DIO24 Digital Input/Output Board User s Guide Document Revision 1A, January, 2007 Copyright 2007, Measurement Computing Corporation Trademark and Copyright Information Measurement Computing Corporation,

More information

MOS-1110Y-0101E Isolated 16 DI/8 DO, 1-Ch, DB37, PCIe I/F

MOS-1110Y-0101E Isolated 16 DI/8 DO, 1-Ch, DB37, PCIe I/F MOS-1110Y-0101E Isolated 16 DI/8 DO, 1-Ch, DB37, PCIe I/F User Manual The MOS-1110Y-0101E is a 16-channel isolated digital input and 8-channel isolated digital output card for the PCI Express bus. The

More information

PCI bit Digital Input/ Output Card for PCI Bus. User s Manual

PCI bit Digital Input/ Output Card for PCI Bus. User s Manual PCI-1751 48-bit Digital Input/ Output Card for PCI Bus User s Manual Copyright This documentation and the software included with this product are copyrighted 1998 by Advantech Co., Ltd. All rights are

More information

RB-8. Eight Channel Relay Output Card. User Manual

RB-8. Eight Channel Relay Output Card. User Manual RB-8 Eight Channel Relay Output Card User Manual RB-8 User Manual Document Part N 0127-0197 Document Reference RB-8\..\0127-0197.Doc Document Issue Level 2.2 Manual covers PCBs identified RB-8 Rev. B

More information

User Manual PCL ch Isolated Digital I/O ISA Cards

User Manual PCL ch Isolated Digital I/O ISA Cards User Manual PCL-730 32-ch Isolated Digital I/O ISA Cards Copyright The documentation and the software included with this product are copyrighted 2008 by Advantech Co., Ltd. All rights are reserved. Advantech

More information

ISOLATED DIGITAL INPUT / FET OUTPUT BOARD MODELS 104-IDIO IDIO-16E 104-IDO IDIO IDIO-8E 104-IDO-8 USER MANUAL

ISOLATED DIGITAL INPUT / FET OUTPUT BOARD MODELS 104-IDIO IDIO-16E 104-IDO IDIO IDIO-8E 104-IDO-8 USER MANUAL 10623 Roselle Street, San Diego, CA 92121 (858) 550-9559 Fax (858) 550-7322 contactus@accesio.com www.accesio.com ISOLATED DIGITAL INPUT / FET OUTPUT BOARD MODELS 104-IDIO-16 104-IDIO-16E 104-IDO-16 104-IDIO-8

More information

CIO-DAS08/JR Analog and Digital I/O User s Guide

CIO-DAS08/JR Analog and Digital I/O User s Guide CIO-DAS08/JR Analog and Digital I/O User s Guide Document Revision 5A, January, 2011 Copyright 2011, Measurement Computing Corporation Trademark and Copyright Information Measurement Computing Corporation,

More information

PCL-740 Serial Communication RS-232/422/485/Current-Loop Interface Card

PCL-740 Serial Communication RS-232/422/485/Current-Loop Interface Card PCL-740 Serial Communication RS-232/422/485/Current-Loop Interface Card Copyright Notice This documentation and the software included with this product are copyrighted 2001 by Advantech Co., Ltd. All rights

More information

ACL Channels Isolated Digital I/O Card

ACL Channels Isolated Digital I/O Card ACL-7130 32 Channels Isolated Digital I/O Card @Copyright 1996~1998 ADLink Technology Co., Ltd. All Rights Reserved. Manual Rev. 3.21: October 21, 1999 The information in this document is subject to change

More information

PCM PC/ bit Digital I/O Module. User Manual

PCM PC/ bit Digital I/O Module. User Manual PCM-3724 PC/104 48-bit Digital I/O Module User Manual Copyright This documentation and the software included with this product are copyrighted 2008 by Advantech Co., Ltd. All rights are reserved. Advantech

More information

CIO-DIO48 Digital Input/Output Board User s Guide

CIO-DIO48 Digital Input/Output Board User s Guide CIO-DIO48 Digital Input/Output Board User s Guide Document Revision 1A, December, 2006 Copyright 2006, Measurement Computing Corporation Trademark and Copyright Information Measurement Computing Corporation,

More information

MA1 Midi Analyzer M Series Module ELM Video Technology, Inc.

MA1 Midi Analyzer M Series Module ELM Video Technology, Inc. MA1 Midi Analyzer M Series Module ELM Video, Inc. Page 1 Table Of Contents Important Safeguards... 2 Product Overview... 3 Decode Mode... 3 Hex Mode... 3 Switch & Connection Overview... 4 Installation...

More information

Advanced Microprocessors

Advanced Microprocessors Advanced Microprocessors Notes #7 I/O Interfacing EE 467/567 Winter 2012 By Avinash Kodi IO.1 Background Materials Textbook: See Web Other: IA-32 Intel Architecture Software Developer s Manual Volume 1

More information

PCLD-8751 PCLD User Manual

PCLD-8751 PCLD User Manual PCLD-8751 48-Channel Opto-isolated D/I Board PCLD-8761 24-Channel Opto-isolated D/I and 24-Channel Relay Board User Manual Copyright The documentation and the software included with this product are copyrighted

More information

7-4-2 CP1W-MAD11/CPM1A-MAD11 Analog I/O Units

7-4-2 CP1W-MAD11/CPM1A-MAD11 Analog I/O Units 7-4-2 CP1W-MAD11/CPM1A-MAD11 I/O Units Part Names CP1W-MAD11/CPM1A-MAD11 Each CP1W-MAD11/CPM1A-MAD11 I/O Unit provides 2 analog inputs and 1 analog output. The analog input range can be set to 0 to 5 VDC,

More information

PC231/PC241 EIGHT CHANNEL SERIAL COMMUNICATIONS BOARD WITH ISOLATION OPTION

PC231/PC241 EIGHT CHANNEL SERIAL COMMUNICATIONS BOARD WITH ISOLATION OPTION PC231/PC241 EIGHT CHANNEL SERIAL COMMUNICATIONS BOARD WITH ISOLATION OPTION This Instruction Manual is supplied with the PC231 and PC241 Series of Serial Data Communications Board to provide the user with

More information

1781-PXB POINT DIGITAL INPUT / OUTPUT CARD USER'S MANUAL

1781-PXB POINT DIGITAL INPUT / OUTPUT CARD USER'S MANUAL 1781-PXB481 48-POINT DIGITAL INPUT / OUTPUT CARD USER'S MANUAL Rev. 2.E2a Western Reserve Controls, Inc. 1485 Exeter Road Akron OH 44306 330-733-6662 330-733-6663 (FAX) sales@wrcakron.com (Email) http://www.wrcakron.com

More information

Contents. CHAPTER 1 General Information...1. CHAPTER 2 Installation...9. CHAPTER 3 Digital Input Programming...15

Contents. CHAPTER 1 General Information...1. CHAPTER 2 Installation...9. CHAPTER 3 Digital Input Programming...15 Contents CHAPTER 1 General Information...1 1.1 Introduction... 2 1.2 Features... 3 1.3 Applications... 4 1.4 Specifications... 4 1.5 Pin Assignments... 7 1.6 Block Diagram... 8 CHAPTER 2 Installation...9

More information

GFK-2415A March Type of sensor connection

GFK-2415A March Type of sensor connection VersaMax IP Expansion Module has four analog differential inputs that can be configured as current or voltage inputs. It connects to a local bus that is interfaced to a Profibus-DP / PROFINET network by

More information

PCS42. i MHz i MHz i MHz internal (25 MHz system) i MHz internal (33 MHz system) 25 MHz or 33 MHz

PCS42. i MHz i MHz i MHz internal (25 MHz system) i MHz internal (33 MHz system) 25 MHz or 33 MHz PCS42 CHARACTERISTICS Microprocessor Clock Architecture i486 SX @ 25 MHz i486 SX @ MHz i486 DX @ MHz i486 DX2 @ 50 MHz internal (25 MHz system) i486 DX2 @ 66 MHz internal ( MHz system) 25 MHz or MHz ISA

More information

CIO-DAS802/16 Analog Input and Digital I/O User's Guide

CIO-DAS802/16 Analog Input and Digital I/O User's Guide CIO-DAS802/16 Analog Input and Digital I/O User's Guide Document Revision 5A, March, 2010 Copyright 2010, Measurement Computing Corporation Trademark and Copyright Information Measurement Computing Corporation,

More information

2562 QUICK START GUIDE

2562 QUICK START GUIDE 2562 QUICK START GUIDE CTI P/Ns: 2562 Quick Start Guide: 062-00348-010 2562 Installation and Operation Guide: 062-00332-011 Summary: The 2562 is designed to translate a digital word from the programmable

More information

Contents INTRODUCTION...1 CARD SETUP...2 INSTALLATION TECHNICAL DESCRIPTION SPECIFICATIONS... 14

Contents INTRODUCTION...1 CARD SETUP...2 INSTALLATION TECHNICAL DESCRIPTION SPECIFICATIONS... 14 Contents INTRODUCTION...1 OVERVIEW...1 WHAT S INCLUDED...1 FACTORY DEFAULT SETTINGS...1 CARD SETUP...2 ADDRESS SELECTION...2 IRQ SELECTION...3 INTERRUPT MODES...4 RS-485 ENABLE MODES...5 CONNECTOR PIN

More information

PIO-16/16B(PC)H. Digital I/O Board with Opto-Isolation. User s Guide

PIO-16/16B(PC)H. Digital I/O Board with Opto-Isolation. User s Guide Digital I/O Board with Opto-Isolation User s Guide Copyright Copyright 1997 CONTEC Co., LTD. ALL RIGHTS RESERVED No part of this document may be copied or reproduced in any form by any means without prior

More information

CIO-DIO48, CIO-DIO48H CIO-DIO96, CIO-DIO192 Digital I/O Board. User s Manual

CIO-DIO48, CIO-DIO48H CIO-DIO96, CIO-DIO192 Digital I/O Board. User s Manual CIO-DIO48, CIO-DIO48H CIO-DIO96, CIO-DIO192 Digital I/O Board User s Manual Revision 4 November, 2000 MEGA-FIFO, the CIO prefix to data acquisition board model numbers, the PCM prefix to data acquisition

More information

DIP053 QUAD PC/AT TO CAN ADAPTER MODULE

DIP053 QUAD PC/AT TO CAN ADAPTER MODULE DIP053 QUAD PC/AT TO CAN ADAPTER MODULE 14005301 D.I.P. Inc P.O. Box 9550 Moreno Valley, CA 92552-9550 909-924-1730 TABLE OF CONTENTS INTRODUCTION ------------------------------------------------ 1 HARDWARE

More information

PCL ch Digital I/O ISA Card. User Manual

PCL ch Digital I/O ISA Card. User Manual PCL-722 144-ch Digital I/O ISA Card User Manual Copyright The documentation and the software included with this product are copyrighted 2011 by Advantech Co., Ltd. All rights are reserved. Advantech Co.,

More information

OPMM-1616-XT. PC/104 I/O Module with Optoisolated inputs and Relay Outputs. Rev 1.0 September 2010

OPMM-1616-XT. PC/104 I/O Module with Optoisolated inputs and Relay Outputs. Rev 1.0 September 2010 init OPMM-1616-XT PC/104 I/O Module with Optoisolated inputs and Relay Outputs Rev 1.0 September 2010 Revision Date Comment 1.0 9/26/2010 first release FOR TECHNICAL SUPPORT PLEASE CONTACT: Copyright 2010

More information

DIO-64/DIO-48. User s Manual

DIO-64/DIO-48. User s Manual DIO-64/DIO-48 User s Manual Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the date of delivery to the original purchaser. Warning

More information

MRUC-20 Modul-R CAN Bus Network

MRUC-20 Modul-R CAN Bus Network MRUC-20 Modul-R CAN Bus Network BALOGH This manual is based on information available at the time if its publication. Every effort has been made to provide accurate and up-to-date information. This document

More information

Four Port RS-232 Serial Interface

Four Port RS-232 Serial Interface JUNE 000 IC1C IC181C Four Port RS-3 Serial Interface CUSTOER SUPPORT INFORATION Order toll-free in the U.S. hours, A.. onday to midnight Friday: 8-8-BBOX FREE technical support, hours a day, days a week:

More information

Products with different interface

Products with different interface Plug-in ICOM card Agenda Products with different interface Isolated and Surge Protection Hands-on for Installation & Simple test ICOM Hands-on to Connect ADAM-4000 by RS-485 wiring directly Products with

More information

User Manual PCL channel Isolated Digital Output Card

User Manual PCL channel Isolated Digital Output Card User Manual PCL-734 32-channel Isolated Digital Output Card Copyright The documentation and the software included with this product are copyrighted 2008 by Advantech Co., Ltd. All rights are reserved.

More information

CIO-DIO96 Digital Input/Output Board User s Guide

CIO-DIO96 Digital Input/Output Board User s Guide CIO-DIO96 Digital Input/Output Board User s Guide Document Revision 1A, December, 2006 Copyright 2006, Measurement Computing Corporation Trademark and Copyright Information Measurement Computing Corporation,

More information

CIO-DIO192 Digital Input/Output Board User s Guide

CIO-DIO192 Digital Input/Output Board User s Guide CIO-DIO192 Digital Input/Output Board User s Guide Document Revision 1A, December, 2006 Copyright 2006, Measurement Computing Corporation Trademark and Copyright Information Measurement Computing Corporation,

More information

UNO Celeron-400 Universal Network Controller with PC/104 extension. User Manual

UNO Celeron-400 Universal Network Controller with PC/104 extension. User Manual UNO-2160 Celeron-400 Universal Network Controller with PC/104 extension User Manual Copyright This document is copyrighted, 2007. All rights are reserved. The original manufacturer reserves the right to

More information

RS485 MODBUS Module 8I8O

RS485 MODBUS Module 8I8O Expansion Module 8 digital inputs, 8 digital outputs Version 2.2 12/01/2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the

More information

User's Guide. CIO-PDISO8

User's Guide.    CIO-PDISO8 User's Guide http://www.omega.com e-mail: info@omega.com CIO-PDISO8 INTRODUCTION... DESCRIPTION... ACCESSORIES... 2 INSTALLATION... 3 SOFTWARE... 3 BASE ADDRESS... 3 WAIT STATE... 4 AC INPUT FILTER...

More information

Installation Guide of Hi-Speed USB to Industrial I/O Adapter

Installation Guide of Hi-Speed USB to Industrial I/O Adapter Installation Guide of Hi-Speed USB to Industrial I/O Adapter Introduction of USB-COMi-SI-M The USB Industrial I/O Adapter is designed to make industrial communication port expansion quick and simple. Connecting

More information

NuDAQ ACL-7120A. Digital I/O & Timer/Counter Card User s Guide

NuDAQ ACL-7120A. Digital I/O & Timer/Counter Card User s Guide NuDAQ ACL-7120A Digital I/O & Timer/Counter Card User s Guide Copyright 1995, 2003 ADLINK TECHNOLOGY INC. All Rights Reserved. Manual Rev. 1.00: May 30, 2003 Part No: 50-11031-100 The information in this

More information

RS-232 HS4 JANUARY 1997 IC131C CUSTOMER SUPPORT INFORMATION

RS-232 HS4 JANUARY 1997 IC131C CUSTOMER SUPPORT INFORMATION JANUARY 199 IC131C RS-3 HS CUSTOER SUPPORT INFORATION Order toll-free in the U.S. hours, A.. onday to midnight Friday: 8-8-BBOX FREE technical support, hours a day, days a week: Call --00 or fax --0 ail

More information

Product Manual. USB to Optical Adapter Industrial Isolated RS- 232/422/485. Coolgear, Inc. Version 2.1 December 2018 Model Number: USB-COMi-Si-M

Product Manual. USB to Optical Adapter Industrial Isolated RS- 232/422/485. Coolgear, Inc. Version 2.1 December 2018 Model Number: USB-COMi-Si-M USB to Optical Adapter Industrial Isolated RS- 232/422/485 Product Manual Coolgear, Inc. Version 2.1 December 2018 Model Number: USB-COMi-Si-M 2 USB-COMi-SI-M Product Manual Revision History Revision Date

More information

Data Acquisition 4CYCTM 10HX. High-Precision 10 Channel Counter/Timer Module USER S MANUAL

Data Acquisition 4CYCTM 10HX. High-Precision 10 Channel Counter/Timer Module USER S MANUAL Data Acquisition 4CYCTM 10HX High-Precision 10 Channel Counter/Timer Module USER S MANUAL VER. 2.0 OCT 2000 No part of this manual may be reproduced without permission CyberResearch, Inc. www.cyberresearch.com

More information

UNIVERSAL MOTION INTERFACE (UMI) ACCESSORY

UNIVERSAL MOTION INTERFACE (UMI) ACCESSORY USER GUIDE UNIVERSAL MOTION INTERFACE (UMI) ACCESSORY Introduction This user guide describes how to use the UMI-A, UMI-Flex, and UMI-Flex accessories. The UMI products are connectivity accessories you

More information

Introduction & Specifications of Hi-Speed USB to Industrial Dual Ports RS-422/485 Adapter

Introduction & Specifications of Hi-Speed USB to Industrial Dual Ports RS-422/485 Adapter Introduction & Specifications of Hi-Speed USB to Industrial Dual Ports RS-422/485 Adapter USB to Dual RS-422/485 Adapter (USB-2COMi-M) USB to Dual Opto-isolated RS-422/485 Adapter (USB-2COMi-SI-M) - with

More information

USER S MANUAL Power Supply for Backplane Vdc

USER S MANUAL Power Supply for Backplane Vdc USER S MANUAL Power Supply for Backplane 20-30 Vdc D F 5 6 M E smar www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is available on our

More information

CHAPTER 1 GENERAL INFORMATION

CHAPTER 1 GENERAL INFORMATION PCL 812 CHAPTER 1 GENERAL INFORMATION 1.1 Introduction The PCL-812PG is a high performance, high speed, multi-function data acquisition card for IBM PC/XT/AT and compatible computers. The high-end specifications

More information

UNIVERSAL MOTION INTERFACE (UMI) ACCESSORY

UNIVERSAL MOTION INTERFACE (UMI) ACCESSORY USER GUIDE UNIVERSAL MOTION INTERFACE (UMI) ACCESSORY Contents This user guide describes how to use the UMI-77, UMI-A, UMI-Flex, and UMI-Flex accessories. Introduction... What You Need to Get Started...

More information

DLA. DMX512 Analyzer. DLA Users Manual SV2_00 B.lwp copyright ELM Video Technology, Inc.

DLA. DMX512 Analyzer. DLA Users Manual SV2_00 B.lwp copyright ELM Video Technology, Inc. DLA DMX512 Analyzer DLA DLA-HH 1 Table Of Contents IMPORTANT SAFEGUARDS... 2 DLA OVERVIEW... 3 CONNECTION... 3 OPERATION... 3 HARDWARE SETUP... 4 DLA-HH (PORTABLE) LAYOUT... 4 CHASSIS LAYOUT... 4 DLA MENU

More information

VMIVME-1182 Specifications

VMIVME-1182 Specifications GE Fanuc Automation VMIVME-1182 Specifications 64-Channel Isolated Digital Input Board with Multifunctional Intelligent Controller Features: 64 optically isolated inputs Multifunctions available per channel

More information

Technical Manual SMART TRAC DM6420 Multi I/O Card

Technical Manual SMART TRAC DM6420 Multi I/O Card Technical Manual SMART TRAC DM6420 Multi I/O Card SMART TRAC DM6420 Multi I/O Card Contents Important Safety and Warranty Information 1 Warnings, Cautions and Notes...1 General Safety Precautions - Warnings...2

More information

INTERFACES TRADITIONAL PC ADAPTER CARDS. DATA SHEET page 1/6. Description

INTERFACES TRADITIONAL PC ADAPTER CARDS. DATA SHEET page 1/6. Description INTERFACES DATA SHEET page 1/6 Description Part Number AC422AT Descrption ISA Bus Serial Port RS422/485, Non-Isolated The AC422AT is a non-isolated RS-422/485 adapter card that plugs directly into the

More information

Model PCL Bit Digital I/O Card

Model PCL Bit Digital I/O Card Model PCL-724 24 Bit Digital I/O Card PCL-724 24 BIT DIGITAL I/O CARD USER'S MANUAL This documentation is copyrighted 1993 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd. reserves the

More information

The 1784-KR is a half-slot module that resides in any available expansion slot in an IBM XT (except slot J8) or AT compatible computer.

The 1784-KR is a half-slot module that resides in any available expansion slot in an IBM XT (except slot J8) or AT compatible computer. This document shows you how to install the 1784-KR module. Do not attempt to install the module until you have read this document. It contains the following sections: The 1784-KR module provides an interface

More information

MODEL 104-QUAD-8 MODEL 104-QUAD-6 MODEL 104-QUAD-4 EIGHT, SIX AND FOUR CHANNEL QUADRATURE INPUT PC/104 BOARDS USER MANUAL

MODEL 104-QUAD-8 MODEL 104-QUAD-6 MODEL 104-QUAD-4 EIGHT, SIX AND FOUR CHANNEL QUADRATURE INPUT PC/104 BOARDS USER MANUAL 10623 Roselle Street, San Diego, CA 92121 (858) 550-9559 Fax (858) 550-7322 contactus@accesio.com www.accesio.com MODEL 104-QUAD-8 MODEL 104-QUAD-6 MODEL 104-QUAD-4 EIGHT, SIX AND FOUR CHANNEL QUADRATURE

More information

Installation Guide of Hi-Speed USB-to-Optically Isolated RS-422/485 Adapter

Installation Guide of Hi-Speed USB-to-Optically Isolated RS-422/485 Adapter Installation Guide of Hi-Speed USB-to-Optically Isolated RS-422/485 Adapter Introduction of ES-U-2101-M The USB-to-Optically Isolated RS-422/485 Adapter is designed to make industrial communication port

More information

PCI-1760U. Isolated Relay Actuator and Digital Input Card. User s Manual

PCI-1760U. Isolated Relay Actuator and Digital Input Card. User s Manual PCI-1760U Isolated Relay Actuator and Digital Input Card User s Manual Copyright This documentation and the software included with this product are copyrighted 2004 by Advantech Co., Ltd. All rights are

More information

8 Port USB to RS- 232/422/485 Octal Adapter. Product Manual. Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM.

8 Port USB to RS- 232/422/485 Octal Adapter. Product Manual. Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM. 8 Port USB to RS- 232/422/485 Octal Adapter Product Manual Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM 2 USB-8COMi-RM Product Manual Revision History Revision Date Author Comments

More information

C10- PARALLEL PORT INTERFACE CARD Rev. 8

C10- PARALLEL PORT INTERFACE CARD Rev. 8 C10- PARALLEL PORT INTERFACE CARD Rev. 8 User manual Rev. 1 1. Overview This card provides an easy way of interfacing your inputs and outputs from you parallel port. It provides terminals for the connections

More information

Technical Manual SMART TRAC Genius PCIM Card

Technical Manual SMART TRAC Genius PCIM Card Technical Manual SMART TRAC Genius PCIM Card Contents Important Safety and Warranty Information 1 Warnings, Cautions and Notes...1 General Safety Precautions - Warnings...2 Important Warranty Information...2

More information

VersaMax IP I/O Module

VersaMax IP I/O Module Module accepts four digital input signals and provides four digital outputs. It connects to a local bus that is interfaced to a Profibus-DP / PROFINET network by a Profibus Interface Unit (IC677PBI001)

More information

1 Switch Settings 1. System Configuration Switches. 3f* Enhanced Keyboard. In off On* o f f * oif. Off On. I/O Configuration. Switch 2.

1 Switch Settings 1. System Configuration Switches. 3f* Enhanced Keyboard. In off On* o f f * oif. Off On. I/O Configuration. Switch 2. Computer Specifications CPU MATH CO.PROCESSOR RAM ROM FLOPPY DISK CONTROLLER 110 EXPANSION SLOTS SPEAKER CLOCK/CALENDAR RAM KEYBOARD POWER SUPPLY MASS STORAGE Standard Optronal Optional Optional INTERFACES

More information

ACS Stepper Controller. Econo Stepper Controller

ACS Stepper Controller. Econo Stepper Controller ACS Stepper Controller & Econo Stepper Controller User's Manual June 22, 2005 6 2 3 3 E. S a w g ra s s R d S a ra s o ta, F L. 3 4 2 4 0 (9 4 1 )3 7 7-5 7 7 5 F A X(9 4 1 )3 7 8-4 2 2 6 www.acscontrol.com

More information

INTERFACES TRADITIONAL PC ADAPTER CARD. DATA SHEET page 1/6. Description

INTERFACES TRADITIONAL PC ADAPTER CARD. DATA SHEET page 1/6. Description INTERFACES DATA SHEET page 1/6 Part Number Description AC24AT ISA Bus Serial Port RS422/485, Isolated Description The AC24AT is an RS-422/485 adapter card that plugs directly into the IBM PC bus and provides

More information

Installation Guide of Hi-Speed USB to Industrial Single RS-422/485 Adapter

Installation Guide of Hi-Speed USB to Industrial Single RS-422/485 Adapter Installation Guide of Hi-Speed USB to Industrial Single RS-422/485 Adapter Introduction of USB-COMi and USB-COMi-SI The USB-COMi and USB-COMi-SI Industrial Single RS-422/485 Adapters are designed to make

More information

NuDAQ ACL Multi-Functions Counter/Timer Card. User s Manual

NuDAQ ACL Multi-Functions Counter/Timer Card. User s Manual NuDAQ ACL-8454 Multi-Functions Counter/Timer Card User s Manual @Copyright 1997~2000 ADLINK Technology Inc. All Rights Reserved. Manual Rev. 1.31: September 6, 2000 The information in this document is

More information

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area.

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area. 29 Chapter 3 Computer Assembly Introduction This chapter addresses the process of the computer assembly process. The ability to successfully assemble a computer is a milestone for the PC Ttechnician. It

More information

NuDAQ ACL User s Manual

NuDAQ ACL User s Manual NuDAQ ACL-8454 Multi-Functions Counter/Timer Card User s Manual Recycled Paper Copyright 1997~2001 ADLINK Technology Inc. All Rights Reserved. Manual Rev. 1.40: March 21, 2001 Part No. 50-11017-101 The

More information

Digital Lighting Systems, Inc.

Digital Lighting Systems, Inc. Digital Lighting Systems, Inc. Four Channel Dry Contacts Relays Switch Pack DMX512 compatible USER'S MANUAL -UM User's Manual - Page 1 GENERAL DESCRIPTION The is a 4-channel DMX-512 compatible electro-mechanical

More information

User Manual PCI-1750/PCI-1750SO. 32-ch Isolated Digital I/O PCI Card

User Manual PCI-1750/PCI-1750SO. 32-ch Isolated Digital I/O PCI Card User Manual PCI-1750/PCI-1750SO 32-ch Isolated Digital I/O PCI Card Copyright The documentation and the software included with this product are copyrighted 2016 by Advantech Co., Ltd. All rights are reserved.

More information

Intech Micro 2300-RO4 analogue input station MODBUS RTU slave application supplementary manual.

Intech Micro 2300-RO4 analogue input station MODBUS RTU slave application supplementary manual. Intech Micro 2300-RO4 analogue input station MODBUS RTU slave application supplementary manual. MODBUS supplementary manual to the 2300-RO4 Installation Guide. The 2300 series stations are designed to

More information

PCL-818L High-performance DAS card with programmable gain

PCL-818L High-performance DAS card with programmable gain PCL-818L High-performance DAS card with programmable gain Copyright This documentation and the software routines contained in the PCL- 818L software disk are copyrighted 1994 by Advantech Co., Ltd. All

More information

PCI-DIO24H Digital I/O User's Guide

PCI-DIO24H Digital I/O User's Guide PCI-DIO24H Digital I/O User's Guide Document Revision 3A, May, 2009 Copyright 2009, Measurement Computing Corporation Trademark and Copyright Information Measurement Computing Corporation, InstaCal, Universal

More information

DIO-1616B-PE. Features. Packing List. PCI Express-compliant Opto-isolated Digital I/O Board with On-board power supply DIO-1616B-PE 1. Ver.1.

DIO-1616B-PE. Features. Packing List. PCI Express-compliant Opto-isolated Digital I/O Board with On-board power supply DIO-1616B-PE 1. Ver.1. PCI Express-compliant Opto-isolated Digital I/O Board with On-board DIO-1616B-PE Features Opto-coupler isolated input (support current sink output) and opto-coupler isolated open-collector output (current

More information

Model: MRK-300FD-BK. Aluminum Mobile Rack 3-1

Model: MRK-300FD-BK. Aluminum Mobile Rack 3-1 Model: MRK-300FD-BK Aluminum Mobile Rack 3-1 3-1 Introduction... 3-3 Mobile Rack Features... 3-3 Unpacking Your Mobile Rack... 3-4 IDE Basics... 3-4 3-2 Hardware Installation... 3-5 Mobile Rack Components...

More information

Preface About this User's Guide... iv What you will learn from this user's guide... iv Conventions in this user's guide... iv

Preface About this User's Guide... iv What you will learn from this user's guide... iv Conventions in this user's guide... iv Table of Contents Preface About this User's Guide... iv What you will learn from this user's guide... iv Conventions in this user's guide... iv Chapter 1 Introducing the PCI-PDISO8... 1-1 Overview: PCI-PDISO8

More information

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/415 Rate Monitor Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Setting Up Your Display For Operation... 1.1 Accessing

More information

CIO-DAS08/JR & CIO-DAS08/JR-AO. Analog I/O and Digital I/O Board. User s Manual

CIO-DAS08/JR & CIO-DAS08/JR-AO. Analog I/O and Digital I/O Board. User s Manual CIO-DAS8/JR & CIO-DAS8/JR-AO Analog I/O and Digital I/O Board User s Manual Revision April, LIFETIME WARRANTY Every hardware product manufactured by Measurement Computing Corp. is warranted against defects

More information

2 Embedded Computing. 3 Industrial Data Collector and Controller. 4 Video Capture. 6 Panel. 7 ORing Network. 8 Power Supply/ Peripherals

2 Embedded Computing. 3 Industrial Data Collector and Controller. 4 Video Capture. 6 Panel. 7 ORing Network. 8 Power Supply/ Peripherals Multiport Serial Card Introduction With increasing information requirement and IT technologies progression, data processing is one of the most important issue in industrial systems today. People are facing

More information

DIC310 User Manual. Chapter 1 Short description. Inconsistencies

DIC310 User Manual. Chapter 1 Short description. Inconsistencies DIC310 User Manual English version Ver. 09.03 Inconsistencies Incorrect placement of IRQ10, IRQ11, IRQ14, IRQ15 lines names next to SW2 microswitch (back side) on PCBs with DNB: 31011220. For correct setting

More information

Perle MCR200 Installation Guide

Perle MCR200 Installation Guide Perle MCR200 Installation Guide P/N 5500322-10 Introduction The Perle MCR200 Chassis is a 2 slot chassis able to accommodate up to 2 Perle Media Converter modules or 1 Media Converter Module and an MCR-MGT

More information