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

Size: px
Start display at page:

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

Transcription

1 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 Output (current sinking type) (Negative logic) VDC (Max.) 00mA Max. per channel channels ( channels with the common) ms (Max.) 8 bits x ports occupied External power supply to VDC (±%) Internal power supply VDC 0mA (Max.) Power consumption VDC 800mA (Max.) (using internal isolated power supply) VDC 0mA (Max.) (using external power supply) Operating condition Connecting distance Dimension (mm) Weight 0 to 0 C, 0% to 90% (not condensing) 0m (Typ.) (depending on wiring environment) 0.0 (L) x.0 (H) 0g The PO-B(PC)H is a -channel digital output interface board for the IBM PC/AT and compatible computers. It can also be installed into a CONTEC I/O expansion unit. Plugged in a ISA bus expansion slot on the motherboard of a personal computer, can input and output up to channels. Features Photo-Insulated outputs providing improved noise resistance. Up to (8 signals x groups) output signals. Up to VDC, 00mA per signal, max. output ability. On board has an isolated VDC power supply for driving the photo-isolation devices. Therefore you can select to use either the on board VDC for your application or an external power supply to drive the photo-isolation devices.

2 PO-B(PC)H Ver.. Block Diagram +V GND DC/DC Converter I SO +V I SO GND DIP switch (8-channel, group 0) PC/AT I/O expansion bus Address bus (A-A0) IOR IOW AEN RESET I /O address coincidence circuit Control circuit (8-channel, group ) Data bus (D7-D0) Data driver (8-channel, group ) (8-channel, group ) PO-B(PC)H I/O Address Setting Use the on-board DIP switches (SW and SW) to set the I/O base address of this board. Individual bits in the SW and SW correspond to the high-order bits (A to A) in the I/O base address. Set A to A0 always to "0" (OFF). The ON and OFF states of bits in the SW and SW correspond to the binary values of "" and "0" in the I/O base address, respectively. SW SW O FF O FF A A A A A A0 A9 A8 A7 A A A A A A A0 Binary Hexa decimal The figure shows that the head I/O Address is set as 000H by a diagram, and this board occupies the I/O Address of 000H-00H.

3 Ver.. PO-B(PC)H Selecting power supply The photo-insulation circuits need power supply that cannot be supplied directly from the PC system, for isolation purpose. This board equips an on board isolated power supply (VDC, 0mA) for driving photo-insulation circuits. You can select to use this internal power supply or use an external power supply for driving the photoinsulation circuits in unit of two ports ( channels) per common. Notes! When the internal power supply is used, the output channel switching section of this board consumes up to ma current maximum. Note that the output current that can be supplied to the external device is therefore 0mA maximum in case you use internal power supply for all the output channels. Never use the isolated on board VDC together with an external power supply. That may damage the isolated VDC supply. External Connection To connect an external device to this board, plug the cable from the device into the interface connector (CN). connector used Supply to Use I nternal Power (Factory defaults) Use External Power Output Port Output Port JP +V JP GND JP +V JP GND Ouput Port 0 Ouput Port JP +V JP GND JP JP I/O Port Bit Assignment +V GND Output Port Bit Assignment When "" is output to a bit, the corresponding output data is set to "ON." If "0" is output to the bit, the data is set to "OFF." I/O base D 7 D D D D D D D 0 Connector Pin Assignment Common minus pin for +0/+ output port +0 port + port Common plus pin for +0/+ output port ON 0/ O 00 O 0 O 0 O 0 O 0 O 0 O 0 O 07 O 0 O O O O O O O 7 OP 0/ N.C ON / O 0 O O O O O O O 7 O 0 O O O O O O O 7 OP / Common minus pin for +/+ output port + port + port Common plus pin for +/+ output port address +0H Output group 0 (+0 port) O07 O0 O0 O0 O0 O0 O0 O00 [9] [8] [7] [] [] [] [] [] +H Output group (+ port) O7 O O O O O O O0 [7] [] [] [] [] [] [] [0] +H Output group (+ port) O7 O O O O O O O0 [8] [7] [] [] [] [] [] [] +H Output group (+ port) O7 O O O O O O O0 [] [] [] [] [] [] [0] [9] Oxx is an output signal name; numbers in brackets [ ] are connector pin numbers.

4 PO-B(PC)H Ver.. Input Circuit and Output Circuit Output Circuit The output circuit of this board is illustrated in following Figure. The output channel is a photocoupler-insulated open-collector type (sink type). You need an additional power supply that is isolated from the PC system to drive these insulation circuits. The maximum output current rating is 00mA per channel. Notes! There are not surge voltage protection circuits on board for protecting output transistors. To drive inductive loads such as relays and lamps by this board, therefore, a measures against surge voltage must be taken on the load side. You cannot connect an external power supply and in the mean time select to use internal isolated power. To use an external power supply, set the power supply select jumpers for External Power in pair and then connect the external power supply as shown with dotted lines in the following illustration. Vcc k Ω Phot ocoupler Boar d JP, k Ω +V Plus Common Out put Pin Exter nal Device L oad Ext ernal Power Supply DCV ~V kω kω L oad Out put Pin JP, M inus Common

5 Ver.. PO-B(PC)H Example Program that makes LED connected to O00 output terminal as an example of use of this board. According to ON/OFF of the external switch connected to I00 input terminal turn on switch off is shown below. Description language is Microsoft C. In the state of switch-on, is displayed on screen, LED lights up, 0 is displayed on screen in the state of switch-off, and LED puts out the light. Setting Conditions I/O Address: 000H Interrupt: unused (Please remove all the short connectors of JP.) Connection Example Vcc (CN : 8pin) Flow Chat Start Set I/O Address Bit Setting Of Bit Setting Of P o r t O00 (CN : pin).ko LED Program List #include<stdio.h> void main (void) { int port ; int pidata ; port = 0x00 ; /*Set I/O Address*/ do { pidata = inp ( port ) ; /*Input data*/ printf(? %x\n?, pidata ); /*Display data*/ outp( port, pidata ) /*Output data*/ }while(!kbhit() ) ;

6 PO-B(PC)H Ver.. Product Configuration List Product Configuration List - Board[PO-B(PC)H]... - This User's Manual... Support Software API Function Library The bundled CD-ROM "API Function Library Package API-PAC(W)" API-PAC(W) is the library software that provides the commands for CONTEC hardware products in the form of Windows standard Win API functions (DLL). It makes it easy to create high-speed application software taking advantage of the CONTEC hardware using various programming languages that support Win API functions, such as Visual Basic and Visual C/C++. Use the installed diagnosis program to check whether the board and driver software work normally, thereby you can confirm that they have been set up correctly. For details, refer to the help file. The help file provides various items of information such as "Function Reference", "Sample Programs", and "FAQs". Use them for program development and troubleshooting. < Operating environment > Support OS Windows XP, Windows 000 Professional, Windows NT, Windows Me/98/9 Support Language Visual C++ Version.0,.0,.x,.0 Visual Basic Version.0,.0,.0 Visual C++.NET Visual Basic.NET Borland C Version.0,.x Borland C++ Builder.0,.0 Borland Delphi.0,.0.0 The newest driver and download service ( com/apipac/) of difference file are also offered. Library for digital I/O boards API-DIO(LNX) It is free download service of the driver for Linux. The API-DIO(LNX) is a library for controlling our digital I/ O board in Linux. Feature API-DIO (LNX) offers the function group for controlling our digital I/O board by shared library and the driver of module form. Fundamental functions, such as input and output, interrupt, trigger function and timer function are offered. It configure the device to be used by the setting program (config) and the setting file. A configuration program outputs the setting file that makes easy to execution environment, a driver starting script and a stop script. The source code for user interrupt processing is included and used with a driver. You can download updated driver software and differential files as well as sample programs available in several languages. Sample Software (These sample software is printed by the manual.) Sample Output Program in Q-BASIC The program inputs hexadecimal data from the keyboard, outputs the data to individual ports, then display the values in hexadecimal. When data for the 000H, 00H, 00H, and 00H ports is entered in byte units from the keyboard, the program outputs the data to each port. This board only occupies the first two ports. The data output to 00H and 00H are not utilized. Sample Input Program in Microsoft C This is the Microsoft C version of the sample program. The C version is the same as the Q-BASIC version in specifications. Accessories (Option) Accessories (Option) Screw Terminal: EPD-7 * Termination Panel: DTP-(PC) Termination Panel: DTP-(PC) Signal Monitor for Digital I/O: CM-(PC) Signal Monitor for Digital I/O: CM-(PC)E * Flat cable with 7-pin D-SUB connectors at either end: PCB7P-*(.m, m, m) Shielded cable with 7-pin D-SUB connectors at either end: PCB7PS-*(0.m,.m, m, m) Flat cable with a 7-pin D-SUB connector at one end: PCA7P-*(.m, m, m) Shielded cable with a 7-pin D-SUB connector at one end: PCA7PS-*(0.m,.m, m, m) * : The option cable PCB7P or PCB7PS is needed.

PIO-32/32L(PCI) Features. Specification. Ver PCI Bus Opto-Isolated Digital I/O Board PIO-32/32L(PCI)

PIO-32/32L(PCI) Features. Specification. Ver PCI Bus Opto-Isolated Digital I/O Board PIO-32/32L(PCI) Ver.2.01 PCI Bus Opto-Isolated Digital I/O Board is a PCI bus-compatible add-on interface board designed for isolated digital input/output. Plugged in a PCI bus expansion slot on the motherboard of a personal

More information

Features. Digital I/O Board with Opto-Isolation for PCI PIO-32/32L(PCI)H. Digital Input Board with Opto-Isolation for PCI PI-64L(PCI)H

Features. Digital I/O Board with Opto-Isolation for PCI PIO-32/32L(PCI)H. Digital Input Board with Opto-Isolation for PCI PI-64L(PCI)H Digital I/O Board with Opto-Isolation for PCI PIO-32/32L(PCI)H Digital Input Board with Opto-Isolation for PCI PI-64L(PCI)H Digital Board with Opto-Isolation for PCI PO-64L(PCI)H This board is a PCI-compliant

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

DIO-1616TB-PE. Features. Packing List. PCI Express-compliant High-Speed TTL level Opto-isolated Digital I/O DIO-1616TB-PE 1. Ver.1.

DIO-1616TB-PE. Features. Packing List. PCI Express-compliant High-Speed TTL level Opto-isolated Digital I/O DIO-1616TB-PE 1. Ver.1. PCI Express-compliant High-Speed TTL level Opto-isolated Digital I/O DIO-1616TB-PE Features Opto-coupler isolated TTL level input, opto-coupler isolated TTL level output This product has the opto-coupler

More information

ADI12-16(PCI) Isolated Multi-Function Analog Input Board for PCI ADI12-16(PCI) 1. Ver.1.01

ADI12-16(PCI) Isolated Multi-Function Analog Input Board for PCI ADI12-16(PCI) 1. Ver.1.01 Isolated Multi-Function Analog Input for PCI ADI2-6(PCI) This product is PCI-compliant interface boards that convert analog input signals to digital equivalents (performing analog-to-digital conversion).

More information

Features. Specifications. Digital Output Board with independently common Relay-Isolation for PCI RRY-16C(PCI)H

Features. Specifications. Digital Output Board with independently common Relay-Isolation for PCI RRY-16C(PCI)H Digital Output Board with independently common -Isolation for PCI The < > and < > are PCI buscompliant interface boards that output signals to lead relay contacts. The < > provides up to 16 relay outputs.

More information

DI-128RL-PCI. Specification. Features. Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI 1. Ver.1.00

DI-128RL-PCI. Specification. Features. Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI 1. Ver.1.00 Negative- Opto-Isolated Digital Input for PCI DI-128RL-PCI This product is a negative-common typed PCI bus-compliant interface board used to provide a digital signal Input function on a PC. This product

More information

Features. High-Speed Analog Input Board for PCI AD12-16U(PCI)EH. High-Speed & Resolution Analog Input Board for PCI AD16-16U(PCI)EH

Features. High-Speed Analog Input Board for PCI AD12-16U(PCI)EH. High-Speed & Resolution Analog Input Board for PCI AD16-16U(PCI)EH High-Speed Analog Input Board for PCI AD12-16U(PCI)EH High-Speed & Resolution Analog Input Board for PCI AD16-16U(PCI)EH with Driver Library [API-PAC(W32)] AD12-16U(PCI)EH and AD16-16U(PCI)EH are PCI-compliant

More information

DIO-6464LX-USB. Features. Digital I/O Unit with Opto-Isolation for USB DIO-6464LX-USB 1. Ver.1.00

DIO-6464LX-USB. Features. Digital I/O Unit with Opto-Isolation for USB DIO-6464LX-USB 1. Ver.1.00 Digital /O Unit with Opto-solation USB DO-6464LX-USB * Specifications, color and design of the products are subject to change without notice. This product is an USB2.0-compliant digital /O unit used to

More information

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.01

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.01 High-Resolution Analog Input Board for PCI AD6-6(PCI)EV * s, color and design of the products are subject to change without notice. Features Resolution :6-bit, combination speed : 0μsec/ch This product

More information

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.01

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.01 Analog Input Board for PCI AD2-6(PCI)EV * s, color and design of the products are subject to change without notice. This product is PCI-compliant interface boards that convert analog input signals to digital

More information

Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE AI-1616L-LPE 1. Ver.1.01

Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE AI-1616L-LPE 1. Ver.1.01 High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE *Specifications, colors and design of the products are subject to change without notice. This product is a multi-function,

More information

CNT24-2(USB)GY. Features. Isolated Counter Input Module for USB 2.0 CNT24-2(USB)GY 1. Ver.1.03

CNT24-2(USB)GY. Features. Isolated Counter Input Module for USB 2.0 CNT24-2(USB)GY 1. Ver.1.03 Isolated Counter Input for USB 2.0 CNT24-2(USB)GY * s, color and design of the products are subject to change without notice. This product is compact isolated up-down counter module which is applied to

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

AIO UE3-PE. Features. 1MSPS 12-bit Analog I/O Board for PCI Express AIO UE3-PE 1. Ver.1.01

AIO UE3-PE. Features. 1MSPS 12-bit Analog I/O Board for PCI Express AIO UE3-PE 1. Ver.1.01 1MSPS 12-bit Analog I/O Board for PCI Express AIO-121601UE3-PE * Specifications, color and design of the products are subject to change without notice. This product is an unisolated PCI Express bus-compliant

More information

DIO-6464L-PE. Digital I/O Board with Opto-Isolation for PCI Express DIO-6464L-PE 1. Ver.1.10

DIO-6464L-PE. Digital I/O Board with Opto-Isolation for PCI Express DIO-6464L-PE 1. Ver.1.10 Digital I/O with OptoIsolation PCI Express DIO6464LPE This product is a PCI Express buscompliant interface board used to provide a digital signal I/O function on a PC. This product can input and digital

More information

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.02

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.02 Analog Input Board for PCI AD2-6(PCI)EV * s, color and design of the products are subject to change without notice. This product is PCI-compliant interface boards that convert analog input signals to digital

More information

Digital I/O Board with Opto-Isolation for PCI PIO-64/64L(PCI)H. Digital Input Board with Opto-Isolation for PCI PI-128L(PCI)H

Digital I/O Board with Opto-Isolation for PCI PIO-64/64L(PCI)H. Digital Input Board with Opto-Isolation for PCI PI-128L(PCI)H PC-HELPER Digital I/O Board with Opto-Isolation for PCI PIO-64/64L(PCI)H Digital Input Board with Opto-Isolation for PCI PI-128L(PCI)H Digital Output Board with Opto-Isolation for PCI PO-128L(PCI)H User

More information

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.02

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.02 High-Resolution Analog Input Board for PCI AD6-6(PCI)EV * s, color and design of the products are subject to change without notice. Features Resolution : 6-bit, combination speed : 0 sec/ch This product

More information

ADI12-8(USB)GY. Features. Packing List. F&eIt Series Isolated Analog Input Module for USB ADI12-8(USB)GY 1. Ver.1.02

ADI12-8(USB)GY. Features. Packing List. F&eIt Series Isolated Analog Input Module for USB ADI12-8(USB)GY 1. Ver.1.02 F&eIt Series Isolated Analog Input Module for USB ADI128(USB)GY This product is a USB2.0 compatible terminal module that extends the analog input function of USB port of PCs. This product features 8ch

More information

AIO AH-PCI. Features. Packing List. 12-bits Analog I/O Board (High Gain) for PCI AIO AH-PCI 1. Ver.1.04

AIO AH-PCI. Features. Packing List. 12-bits Analog I/O Board (High Gain) for PCI AIO AH-PCI 1. Ver.1.04 12-bits alog I/O Board (High Gain) for PCI AIO-121602AH-PCI This product is a PCI-bus compatible multifunction board equipped with analog input x 16ch, analog output x 2ch, digital input/output (unisolated

More information

Ver.2.20 COM-2P(PCI)H COM-4P(PCI)H Features Cable & Connector (Option)

Ver.2.20 COM-2P(PCI)H COM-4P(PCI)H Features Cable & Connector (Option) RS-C ch Serial I/O Board with Isolation COM-P(PCI)H RS-C ch Serial I/O Board with Isolation COM-P(PCI)H This board is a PCI interface board for performing RS-C serial communications with external devices

More information

PC-HELPER. Isolated Analog Input Board for PCI ADI16-4C(PCI)-N. User's Guide CONTEC CO.,LTD.

PC-HELPER. Isolated Analog Input Board for PCI ADI16-4C(PCI)-N. User's Guide CONTEC CO.,LTD. PC-HELPER Isolated Analog Input Board for PCI ADI16-4C(PCI)-N User's Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items listed below.

More information

RS-422A/485 Serial I/O Board with Isolation for PCI. Features. Cable & Connector (Option) Product Configuration List.

RS-422A/485 Serial I/O Board with Isolation for PCI. Features. Cable & Connector (Option) Product Configuration List. Ver..0 RS-A/ Serial I/O Board with Isolation for PCI ch ch COM-PD(PCI)H This board is a PCI bus interface board for performing RS-A/ serial communications with external devices. The has two RS-A/ serial

More information

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

User s Guide. Digital I/O Board with Opto-Isolation for PCI PIO-32/32L(PCI)H. Digital Input Board with Opto-Isolation for PCI PI-64L(PCI)H

User s Guide. Digital I/O Board with Opto-Isolation for PCI PIO-32/32L(PCI)H. Digital Input Board with Opto-Isolation for PCI PI-64L(PCI)H PC-HELPER Digital I/O Board with Opto-Isolation for PCI PIO-32/32L(PCI)H Digital Input Board with Opto-Isolation for PCI PI-64L(PCI)H Digital Output Board with Opto-Isolation for PCI PO-64L(PCI)H User

More information

PC-HELPER. Negative-Common Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616RL-PE. 32 ch type DIO-3232RL-PE. User s Guide CONTEC CO.,LTD.

PC-HELPER. Negative-Common Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616RL-PE. 32 ch type DIO-3232RL-PE. User s Guide CONTEC CO.,LTD. PC-HELPER Negative-Common Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616RL-PE 32 ch type DIO-3232RL-PE User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC

More information

DIO-1616LN-FIT. Features. Specifications. Ethernet Remote I/O F&eIT N Series Isolated Digital Input/Output Unit DIO-1616LN-FIT 1. Ver.1.

DIO-1616LN-FIT. Features. Specifications. Ethernet Remote I/O F&eIT N Series Isolated Digital Input/Output Unit DIO-1616LN-FIT 1. Ver.1. Ethernet Remote I/O F&eIT N Series Isolated Digital / DIO-1616LN-FIT * Specifications, color and design of the products are subject to change without notice. This product is an isolated digital input and

More information

PC-HELPER. Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616H-PE. 32 ch type DIO-3232H-PE. User s Guide CONTEC CO., LTD.

PC-HELPER. Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616H-PE. 32 ch type DIO-3232H-PE. User s Guide CONTEC CO., LTD. PC-HELPER Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616H-PE 32 ch type DIO-3232H-PE User s Guide CONTEC CO., LTD. Check Your Package Thank you for purchasing the CONTEC product. The product

More information

PC-HELPER. Digital I/O PC Card with Opto-Isolation PIO-16/16L(PM) User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O PC Card with Opto-Isolation PIO-16/16L(PM) User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O PC Card with Opto-Isolation PIO-16/16L(PM) User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items listed below.

More information

EX Ch. Opto-isolated Digital Input Module OPERATING GUIDE

EX Ch. Opto-isolated Digital Input Module OPERATING GUIDE EX 993 6 Ch Opto-isolated Digital Input Module OPERATING GUIDE TABLE OF CONTENTS GENERAL EDSCRIPTION Features Applications Specifications 2 MODULE CONFIGURATION AND NSTALLATION 3 Location Diagram 3 DIP

More information

Digital I/O Board for PCI Express DIO-3232L-PE. Digital Input Board with Opto-Isolation DI-64L-PE

Digital I/O Board for PCI Express DIO-3232L-PE. Digital Input Board with Opto-Isolation DI-64L-PE PC-HELPER Digital I/O Board for PCI Express DIO-3232L-PE Digital Input Board with Opto-Isolation DI-64L-PE Digital Output Board with Opto-Isolation DO-64L-PE User s Guide CONTEC CO.,LTD. XXXX XXXXXXXXX

More information

PC-HELPER. Digital I/O Board with Opto-Isolation for PCI Express Low Profile DIO-1616B-LPE. User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O Board with Opto-Isolation for PCI Express Low Profile DIO-1616B-LPE. User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O Board with Opto-Isolation for PCI Express Low Profile DIO-1616B-LPE User s Guide CONTEC CO.,LTD. XXXXXXXXXXXXX XXXXXXXXXXXXX Check Your Package Thank you for purchasing the CONTEC

More information

AO-1604LX-USB. Features. High-Resolution Analog Output Unit for USB AO-1604LX-USB 1. Ver.1.01

AO-1604LX-USB. Features. High-Resolution Analog Output Unit for USB AO-1604LX-USB 1. Ver.1.01 High-Resolution Analog Output Unit for USB AO-1604LX-USB This product is a USB2.0-compliant analog output unit that extends the analog output function of USB port of PCs. This product features high-precision

More information

PC-HELPER. Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI. Digital Ontput for PCI DO-128RL-PCI. User s Guide CONTEC CO.,LTD.

PC-HELPER. Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI. Digital Ontput for PCI DO-128RL-PCI. User s Guide CONTEC CO.,LTD. PC-HELPER Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI Digital Ontput for PCI DO-128RL-PCI User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product.

More information

PC-HELPER. Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616H-PE. 32 ch type DIO-3232H-PE. User s Guide CONTEC CO.,LTD.

PC-HELPER. Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616H-PE. 32 ch type DIO-3232H-PE. User s Guide CONTEC CO.,LTD. PC-HELPER Opto-Isolated Digital I/O for PCI Express 16 ch type DIO-1616H-PE 32 ch type DIO-3232H-PE User s Guide CONTEC CO.,LTD. Check Your Package T hank you for purchasing the CONTEC product. The product

More information

DATENBLATT ADA16-8/2(LPCI)L. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich.

DATENBLATT ADA16-8/2(LPCI)L. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. DATENBLATT ADA16-8/2(LPCI)L HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. TELEFON + 49 (0) 81 41/36 97-0 TELEFAX + 49 (0) 81 41/36 97-30 E-MAIL info@plug-in.de

More information

PC-HELPER. Digital I/O Board with High Voltage Isolation for PCI Express DIO-1616RY-PE. User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O Board with High Voltage Isolation for PCI Express DIO-1616RY-PE. User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O Board with High Voltage Isolation for PCI Express DIO-1616RY-PE User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of

More information

PC-HELPER. Digital I/O Board for PCI Express Low Profile DIO-1616T-LPE. User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O Board for PCI Express Low Profile DIO-1616T-LPE. User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O Board for PCI Express Low Profile DIO-1616T-LPE User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items listed

More information

PC-HELPER. Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI. Digital Ontput for PCI DO-128RL-PCI. User s Guide CONTEC CO.,LTD.

PC-HELPER. Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI. Digital Ontput for PCI DO-128RL-PCI. User s Guide CONTEC CO.,LTD. PC-HELPER Negative-Common Opto-Isolated Digital Input for PCI DI-128RL-PCI Digital Ontput for PCI DO-128RL-PCI User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product.

More information

DIO-0808RN-USB. N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB 1. Ver.1.02

DIO-0808RN-USB. N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB 1. Ver.1.02 N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB *The above photograph is DIO-1616HN-USB. * Specifications, color and design of the products are subject to change without

More information

PC-HELPER. Digital I/O Board for PCI Express Low Profile DIO-1616L-LPE. User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O Board for PCI Express Low Profile DIO-1616L-LPE. User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O Board for PCI Express Low Profile DIO-1616L-LPE User s Guide CONTEC CO.,LTD. XXXXXXXXXXXXX XXXXXXXXXXXXX Check Your Package Thank you for purchasing the CONTEC product. The product

More information

DATENBLATT ADA16-32/2(PCI)F. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich.

DATENBLATT ADA16-32/2(PCI)F. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. DATENBLATT ADA16-32/2(PCI)F HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. TELEFON + 49 (0) 81 41/36 97-0 TELEFAX + 49 (0) 81 41/36 97-30 E-MAIL info@plug-in.de

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

PC-HELPER. USB I/O Unit X Series Digital I/O Unit with Opto-Isolation for USB DIO-3232LX-USB. User s Guide CONTEC CO.,LTD.

PC-HELPER. USB I/O Unit X Series Digital I/O Unit with Opto-Isolation for USB DIO-3232LX-USB. User s Guide CONTEC CO.,LTD. PC-HELPER USB I/O Unit X Series Digital I/O Unit with Opto-Isolation for USB DIO-3232LX-USB User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists

More information

AD12-16(PCI)E AD12-16U(PCI)E AD16-16(PCI)E

AD12-16(PCI)E AD12-16U(PCI)E AD16-16(PCI)E PC-HELPER Analog Input Board for PCI AD12-16(PCI)E AD12-16U(PCI)E AD16-16(PCI)E User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the

More information

ADDJOG User Guide 7/30/10. Overview

ADDJOG User Guide 7/30/10. Overview ADDJOG User Guide 7/30/10 Overview The ADDJOG is a PLC expansion board used to add digital inputs and outputs to a compatible host PLC. The ADDJOG has 64 open collector outputs and 64 non-isolated inputs.

More information

Connecting a Cisco Output Module

Connecting a Cisco Output Module CHAPTER 5 Overview The optional Cisco Output Module (Figure 5-1) is attached to a Cisco Physical Access Gateway or Cisco Reader Module to provide additional connections for up to 8 outputs, each of which

More information

PC-HELPER. Digital I/O Board for PCI DIO-0808L-PCI. User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O Board for PCI DIO-0808L-PCI. User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O Board for PCI DIO-0808L-PCI User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items listed below. Check, with

More information

AIO LN-USB. Features. N Series for USB Multifunction DAQ Unit (8ch AI, 2ch AO, 16ch DIO) AIO LN-USB 1. Ver.1.01

AIO LN-USB. Features. N Series for USB Multifunction DAQ Unit (8ch AI, 2ch AO, 16ch DIO) AIO LN-USB 1. Ver.1.01 N Series for USB Multifunction DAQ Unit (8ch AI, 2ch AO, 16ch DIO) AIO-120802LN-USB This product is a USB2.0-compliant analog I/O unit that extends the analog I/O function of USB port of PCs. Compact design

More information

PC-HELPER. High-Speed Up/Down Counter Board for PCI Express CNT-3208M-PE. User s Guide CONTEC CO.,LTD.

PC-HELPER. High-Speed Up/Down Counter Board for PCI Express CNT-3208M-PE. User s Guide CONTEC CO.,LTD. PC-HELPER High-Speed Up/Down Counter Board for PCI Express CNT-3208M-PE User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items listed

More information

COM-2CL-PCI COM-4CL-PCI. Features. Packing List. PCI-compliant 2 port Isolated RS-232C. PCI-compliant 4 port Isolated RS-232C

COM-2CL-PCI COM-4CL-PCI. Features. Packing List. PCI-compliant 2 port Isolated RS-232C. PCI-compliant 4 port Isolated RS-232C Ver..00 PCI-compliant port Isolated RS-C COM-CL-PCI Features - 0,00bps (max) RS-C Serial Communication COM-CL-PCI two RS-C-compliant serial ports. COM-CL-PCI four RS-C-compliant serial ports. Baud rates

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

RASPBERRY PI MEGA-IO EXPANSION CARD USER'S GUIDE VERSION 2.3

RASPBERRY PI MEGA-IO EXPANSION CARD  USER'S GUIDE VERSION 2.3 RASPBERRY PI MEGA-IO EXPANSION CARD www.sequentmicrosystems.com USER'S GUIDE VERSION 2.3 GENERAL DESCRIPTION... 2 BOARD LAYOUT... 3 BLOCK DIAGRAM... 4 COMPONENT DESCRIPTION... 5 CONFIGURATION JUMPERS...

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

DIG-100M1002-PCI. Features. 100MSPS 2ch Digitizer Board for PCI DIG-100M1002-PCI 1. Ver.1.03

DIG-100M1002-PCI. Features. 100MSPS 2ch Digitizer Board for PCI DIG-100M1002-PCI 1. Ver.1.03 100MSPS 2ch Digitizer Board for PCI DIG-100M1002-PCI * s, color and design of the products are subject to change without notice. This product is a PCI-bus compliant digitizer board. It is designed with

More information

PC-HELPER. Analog I/O PC Card AD12-8(PM) User s Guide CONTEC CO.,LTD.

PC-HELPER. Analog I/O PC Card AD12-8(PM) User s Guide CONTEC CO.,LTD. PC-HELPER Analog I/O PC Card AD12-8(PM) User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items listed below. Check, with the following

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

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

PCIEMODBOX232 RS232 to PCI Module Box Introduction

PCIEMODBOX232 RS232 to PCI Module Box Introduction PCIEMODBOX232 RS232 to PCI Module Box Introduction This high performance PCI (or PCIe) RS232/422/485 Combo Expansion Module product includes an expansion module box, a PCI (or PCIe) Host Adapter and a

More information

ctest series 5 1/2 Digit 2ch Digital Multimeter Board for PCI DMM-552-PCI User s Guide CONTEC CO.,LTD.

ctest series 5 1/2 Digit 2ch Digital Multimeter Board for PCI DMM-552-PCI User s Guide CONTEC CO.,LTD. ctest series 5 1/2 Digit 2ch Digital Multimeter Board for PCI DMM-552-PCI User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items

More information

User s Manual. PCIe-FRM10 User s Manual (Rev 1.3)

User s Manual. PCIe-FRM10 User s Manual (Rev 1.3) PCIe-FRM10 User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

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

On-line Technical Support For technical support and service, please visit our support web site at:

On-line Technical Support For technical support and service, please visit our support web site at: Copyright This documentation and the software included with this product are copyrighted 2002 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd. reserves the right to make improvements

More information

PC-HELPER. Digital I/O Unit with Opto-Isolation for USB (On-board Power Supply) DIO-1616BX-USB. User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O Unit with Opto-Isolation for USB (On-board Power Supply) DIO-1616BX-USB. User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O Unit with Opto-Isolation for USB (On-board Power Supply) DIO-1616BX-USB User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists

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

PCI-FRM11. User s Manual. PCI-FRM11 User s Manual (Rev 1.1)

PCI-FRM11. User s Manual. PCI-FRM11 User s Manual (Rev 1.1) PCI-FRM11 User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

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

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

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

ZS-6220 Series USB-PIO Adapter

ZS-6220 Series USB-PIO Adapter ZS-6220 Series USB-PIO Adapter User s Manual Zip code: 183-0027 2-13-37, Honmachi, Fuchu, Tokyo, Japan TEL: +81-(0)42-368-2126 FAX: +81-(0)42-364-0067-1 - Table of contents 1. Outline... 3 2. Fearture...

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

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

PC-HELPER. Digital I/O Unit with High Voltage Isolation for USB DIO-1616RYX-USB. User s Guide CONTEC CO.,LTD.

PC-HELPER. Digital I/O Unit with High Voltage Isolation for USB DIO-1616RYX-USB. User s Guide CONTEC CO.,LTD. PC-HELPER Digital I/O Unit with High Voltage Isolation for USB DIO-1616RYX-USB User s Guide CONTEC CO.,LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of the items

More information

Connecting a Cisco Input Module

Connecting a Cisco Input Module CHAPTER 4 Overview The optional Cisco Input Module (Figure 4-1) is attached to a Cisco Physical Access Gateway or Cisco Reader Module to provide additional connections for up to ten input devices. Each

More information

User s Manual. PCIe-FRM11 User s Manual (Rev 1.4)

User s Manual. PCIe-FRM11 User s Manual (Rev 1.4) PCIe-FRM11 User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

More information

DIO-3208/A DIGITAL I/O CARD

DIO-3208/A DIGITAL I/O CARD DIO-3208/A DIGITAL I/O CARD USER S MANUAL (V1.0) 健昇科技股份有限公司 JS AUTOMATION CORP. 臺北縣汐止市 興路 100 號 6 樓 6F,NO.100,CHUNG-SHIN RD. SHI-TSU,TAIPEI,TAIWAN,R.O.C. TEL:886-2-2647-6936 FAX:886-2-2647-6940 http://www.automation.com.tw

More information

HI SEC Integrated Systems

HI SEC Integrated Systems Service Note 145 HI SEC Integrated Systems Subject: New S-ART 2xx Range Ref. No.: 93014501 Service Note 145 Summary: This Service Note describes a new enhanced range of S-ART s which will replace the existing

More information

PK2200 Series. Features. C-Programmable Controller. Specifications Board Size Enclosure Size Operating Temp.

PK2200 Series. Features. C-Programmable Controller. Specifications Board Size Enclosure Size Operating Temp. C-Programmable Controller P00 Series The P00 Series of C-programmable controllers is based on the Zilog Z80 microprocessor. The P00 includes digital, serial, and high-current switching interfaces. The

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

OPERATION MANUAL SMARTLAB USB 8 CHANNELS RELAY OUTPUT 8 CHANNELS PHOTO ISOLATOR INPUT BOARD

OPERATION MANUAL SMARTLAB USB 8 CHANNELS RELAY OUTPUT 8 CHANNELS PHOTO ISOLATOR INPUT BOARD SMARTLAB USB 8 CHANNELS RELAY OUTPUT 8 CHANNELS PHOTO ISOLATOR INPUT BOARD OPERATION MANUAL CHAPTERS 1. Introduction.. 1 2. Hardware Configuration..... 5 3. Diagnostic under Windows/XP 12 4. Programming

More information

USB-L111. USB-L111 User Manual TPM. Version: V M05. To properly use the product, read this manual thoroughly is necessary.

USB-L111. USB-L111 User Manual TPM. Version: V M05. To properly use the product, read this manual thoroughly is necessary. USB-L111 USB-L111 User Manual Version: V1.0 2012M05 To properly use the product, read this manual thoroughly is necessary. Part No.: 81-0211100-010 1 Revision History Date Revision Description 2011/8/5

More information

PC-HELPER. High Speed Bi-directional Digital I/O Board for PCI Express DIO-32DM2-PE. User s Guide CONTEC CO., LTD.

PC-HELPER. High Speed Bi-directional Digital I/O Board for PCI Express DIO-32DM2-PE. User s Guide CONTEC CO., LTD. PC-HELPER High Speed Bi-directional Digital I/O Board for PCI Express DIO-32DM2-PE User s Guide CONTEC CO., LTD. Check Your Package Thank you for purchasing the CONTEC product. The product consists of

More information

DATENBLATT CNT24-2(FIT)GY. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich.

DATENBLATT CNT24-2(FIT)GY. HABEN SIE FRAGEN ODER WÜNSCHEN SIE EIN INDIVIDUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. DATENBLATT CNT-(FIT)GY HABEN SIE FAGEN ODE WÜNSEN SIE EIN INDIVUELLES ANGEBOT? Unser Team berät Sie gerne persönlich. TELEFON + 9 (0) 8 / 9-0 TELEFAX + 9 (0) 8 / 9-0 E-MAIL info@plug-in.de WWW.PLUG-IN.DE

More information

YA7084-0/1. RemoteI/O & RemoteMotion. Local Output Board. Nippon Pulse Motor Co., Ltd.

YA7084-0/1. RemoteI/O & RemoteMotion. Local Output Board. Nippon Pulse Motor Co., Ltd. emotei/o & emotemotion Local Output Board Nippon Pulse Motor Co., Ltd. Table of Contents 1. Preface... 1 2. Features... 3 3. Handling Precautions... 4 4. Warranty Period and Coverage... 4 5. Specifications...

More information

Digital Input Circuit

Digital Input Circuit Chapter 5 Digital Input Circuit The FBN model possesses two mixed digital input types, one DC5V high speed input type and one DC24V regular digital input type. The other models possess only DC24V input.

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

PCI-P16R16 Series Cards User Manual

PCI-P16R16 Series Cards User Manual User Manual Isolated Digital Input/Output Cards Version 3.1, Jun. 2015 SUPPORT This manual relates to the following boards: PCI-P8R8, PCI-P8R8U, PCI-P16R16, PCI-P16R16U, PCI-P16C16, PCI-P16POR16, PCI-P16POR16U,

More information

USB-LT02_B. User s Manual

USB-LT02_B. User s Manual USB-LT02_B User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

More information

DAQ-System for DynoWare

DAQ-System for DynoWare Electronics & Software DAQ-System for DynoWare 5697A... Data Acquisition System for Force Measurement Data acquisition system for interfacing and controlling charge amplifiers and signal conditioners in

More information

8, 16, 32, 64 points I/O module Operation monitoring by LED display Easy maintenance: Terminal block type, one-touch installation of module

8, 16, 32, 64 points I/O module Operation monitoring by LED display Easy maintenance: Terminal block type, one-touch installation of module I/O module Features 8, 16, 32, 64 points I/O module Operation monitoring by LED display Easy maintenance: Terminal block type, one-touch installation of module Input module specifications Type Input point

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

NuDAQ ACL Isolated Digital I/O Card. User s Guide

NuDAQ ACL Isolated Digital I/O Card. User s Guide NuDAQ ACL-7130 Isolated Digital I/O Card User s Guide Copyright 1996~2000 ADLINK Technology Co., Ltd. All Rights Reserved. Manual Rev. 3.50: September 7, 2000 The information in this document is subject

More information

PCI-36C QUICK INSTALLATION GUIDE

PCI-36C QUICK INSTALLATION GUIDE PCI-36C QUICK INSTALLATION GUIDE 1.0) Connecting the PCI 36C to the PC Backplane Requirements: a) Any PCI Based Computer b) Philips Screw Driver (or one to match screw on the computer cabinet and bracket)

More information

ACR8000 Hardware Manual

ACR8000 Hardware Manual p/n YPM08119 Automation ACR8000 Hardware Manual Effective: October 7, 2002 This page intentionally left blank. ACR8000 Hardware Manual P/N PM08119 Version Change: From: Version 1.02, Dated 7/8/1999 To:

More information

PCI BUS SERIES B-02 B-18 B-32 B-40 B-01 PCI BUS SERIES

PCI BUS SERIES B-02 B-18 B-32 B-40 B-01 PCI BUS SERIES B01 B B02 B18 B B0 3PCI Bus Highspeed peripheral equipment has contributed to making the ISA Bus (AT bus) obsolete. Market leader, Intel Corporation, advocated PCI as an international bus standard, and

More information

HE104 Version V11. High Efficiency Vehicle Power Supply. DC to DC Convertor. Technical Manual. Manufactured by. Tri-M Technology

HE104 Version V11. High Efficiency Vehicle Power Supply. DC to DC Convertor. Technical Manual. Manufactured by. Tri-M Technology HE104 Version V11 High Efficiency Vehicle Power Supply DC to DC Convertor Technical Manual Manufactured by Tri-M Technology Rugged Power Solutions for Hostile Environments http://www.tri-m.com Revision:

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

IB ST 24 AO 4/EF. INTERBUS-ST analog output module, 4 outputs, 0-10 V, ±10 V, 0-20 ma, 4-20 ma. Data sheet. 1 Description

IB ST 24 AO 4/EF. INTERBUS-ST analog output module, 4 outputs, 0-10 V, ±10 V, 0-20 ma, 4-20 ma. Data sheet. 1 Description INTERBUS-ST analog output module, 4 outputs, 0-10 V, ±10 V, 0-20 ma, 4-20 ma Data sheet 105597_en_01 PHOENIX CONTACT 2014-10-24 1 Description The module is designed for use within an ST station. It is

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