Adlink PCI-7256 Manual do Utilizador

Consulte online ou descarregue Manual do Utilizador para Hardware Adlink PCI-7256. ADLINK PCI-7256 User Manual Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir

Resumo do Conteúdo

Página 1 - User’s Guide

NuDAQ® PCI-7256 Latching Relay Actuator & Isolated D/I Cards User’s Guide Recycled Paper

Página 2

2 • Introduction 1.1 Features The PCI-7256 Latching Relay Actuator and D/I Card provides the following advanced features: • 32-bit PCI-Bus, Plug an

Página 3

Introduction • 3 1.3 Specifications ♦ Digital input Input channels 16 Photo-coupler PC-3H4 Input current 10 mA rated 50 mA max. for isolated input

Página 4 - Getting service from ADLINK

4 • Introduction Humidity 5 to 95% non-condensing ♦ Power Consumption PCI-7256 +5V @ 340 mA (No relays energized) 980mA maximum when all relays are a

Página 5 - Table of Contents

Introduction • 5 1.4 Software Support ADLINK provides versatile software drivers and packages for users’ different approach to built-up a system. We

Página 6

6 • Introduction 1.4.3 PCIS-VEE: VEE Driver The PCIS-VEE includes the user objects, which are used to interface with VEE software package. PCIS-VE

Página 7 - How to Use This Guide

Introduction • 7 drivers for ISaGRAF under Windows NT environment. The PCIS-ISG is included in the ADLINK CD. It needs license. Please contact ADLIN

Página 8

8 • Installation 2 Installation This chapter describes how to install the PCI-7256. The contents in the package and unpacking information that you sh

Página 9 - Introduction

Installation • 9 2.2 Unpacking Your PCI-7256 card contains sensitive electronic components that can be easily damaged by static electricity. The card

Página 10 - 1.2 Applications

10 • Installation 2.3 PCB Layout The location of connector, switch and jumpers are shown in the figure2.1. They are described in the following sectio

Página 11 - 1.3 Specifications

Installation • 11 2.4 Jumper Setting The PCI-7256 is a ‘plug and play’ add-on card for PCI bus. It is not necessary for user to setup its base addre

Página 13 - 1.4 Software Support

12 • Installation 2.4 External LED connection Figure 2.3 External LED connectors for relay status indication The PCI-7256 card has 16 LEDs on boa

Página 14

Installation • 13 2.5 Board ID When users plug two or more data acquisition cards in one system, it takes a lot of efforts to identify one specific ca

Página 15 - 1.4.8 PCIS-OPC: OPC Server

14 • Installation 2.6 Connector Pin Assignments The PCI-7256 card is equipped with a 68-pin SCSI connector (CN1). The pin assignment of the SCSI con

Página 16 - Installation

Installation • 15 2.7 Termination Board Connection The PCI-7256 is equipped with a SCSI 68-pin connector. The available termination board is DIN-68S/

Página 17 - 2.2 Unpacking

16 • Register Format 3 Register Format The detailed descriptions of the register format are specified in this chapter. This information is quite use

Página 18 - 2.3 PCB Layout

Register Format • 17 3.2 Relay Output Control Register There are 16 latching relays on each PCI-7256 board. Each latching relay is controlled by two

Página 19 - 2.4 Jumper Setting

18 • Register Format 3.3 Relay Output Read Back Register The status of the latching relay can be readback from the readback register. If the relay

Página 20 - 2.4 External LED connection

Register Format • 19 3.5 COS Setup Register The PCI-7256 provides a Change-of-State(COS) interrupt function on any one of digital input channel. This

Página 21 - 2.5 Board ID

20 • Register Format 3.7 Interrupt Control Register There are two different interrupt modes in PCI-7256. In the first mode, users enable the COS int

Página 22

Register Format • 21 CH1 Int_EN (bit 10): Write/Read DI channel 1 interrupt enable control 1 : enable 0 : disable The following table shows all poss

Página 23

©Copyright 2001 ADLINK Technology Inc. All Rights Reserved. Manual Rev : 1.00 December 11, 2001 Part NO : 50-11127-100 The information in this docu

Página 24 - Register Format

22 • Register Format 3.8 Interrupt Status Register When interrupt occurs, this register provides information for users to recognize the interrupt st

Página 25

Register Format • 23 In PCI-7256 software funciton library, we provide simple and easy-to-use functions to handle the procedure of interrupt. Using th

Página 26 - 15 14 13 12 11 10 9 8

24 • Operation Theorem 4 Operation Theorem 4.1 Latching Relay Output One of the innovative features on PCI-7256 is the 16-channel latching relay out

Página 27 - 3.6 COS Latch Register

Operation Theorem • 25 RESET condition control bits as (0,1). For more details about the latching relay control register, refer to section 3.3. PCI-7

Página 28

26 • Operation Theorem 4.2 Isolated Digital Input The PCI-7256 contains 16 opto-isolated digital input channels. The circuit diagram of the isolate

Página 29

Operation Theorem • 27 4.3 Interrupt Architecture PCI-7256 has a powerful dual interrupt routing scheme including change-of-state detection and interr

Página 30

28 • C/C++ DOS Libraries 5 C/C++ DOS Libraries 5.1 Programming Guide 5.1.1 Naming Convention The functions of the NuDAQ PCI cards or NuIPC CompactPCI

Página 31

C/C++ DOS Libraries • 29 5.1.2 Data Types We have defined some data types in Pci_7256.h. These data types are used by NuDAQ Cards’ library. We suggest

Página 32 - Operation Theorem

30 • C/C++ DOS Libraries 5.2 _7256 Initial @ Description The PCI-7256 cards are initialized according to the card number. Because the PCI-7256 is P

Página 33

C/C++ DOS Libraries • 31 5.3 _7256_DO @ Description This function is used to write data to digital output port which can energize the Latching relay S

Página 34 - 4.2 Isolated Digital Input

Getting service from ADLINK ♦ Customer Satisfaction is always the most important thing to ADLINK. If you need any help or service, please contact us

Página 35 - 0x321A 0xC76A 0xFFFF

32 • C/C++ DOS Libraries 5.5 _7256_DI @ Description This function is used to read data from digital input port. There are 16-bit digital inputs on t

Página 36 - C/C++ DOS Libraries

C/C++ DOS Libraries • 33 5.6 _7256_COS_Channel @ Description This function is used to enable the COS channel. @ Syntax U16 _7256_COS_Channel (U16 boa

Página 37 - 5.1.2 Data Types

34 • C/C++ DOS Libraries 5.8 _7256_INT_Control @ Description This function is used to control the interrupt source of PCI-7256. For more details abo

Página 38 - 5.2 _7256 Initial

C/C++ DOS Libraries • 35 5.9 _7256_CLR_IRQ @ Description This function is used to clear the interrupt request of PCI-7256. @ Syntax U16 _7256_CLR_I

Página 39 - 5.4 _7256_DO_Read_Back

36 • Appendix A Relay Contact Protection Circuits Appendix A. Relay Contact Protection Circuits The contacts are the most important elements of relay

Página 40 - 5.5 _7256_DI

Appendix A Relay Contact Protection Circuits • 37 Device Selection: As a guide in selecting R and C, R : 0.5 to 1 Ω per 1V contact voltage C : 0.5 to

Página 41 - 5.7 _7256_COS_Latch

38 • Appendix A Relay Contact Protection Circuits Device Selection: Use a zener diode with a zener voltage about the same as the power supply voltage

Página 42 - 5.8 _7256_INT_Control

Warranty Policy • 39 Warranty Policy Thank you for choosing ADLINK. To understand your rights and enjoy all the after-sales services we offer, please

Página 43 - 5.10 _7256_GET_IRQ_Status

40 • Warranty Policy • Damage caused by leakage of battery fluid during or after change of batteries by customer/user. • Damage from improper repa

Página 44 - Inductive

Table of Contents • i Table of Contents Chapter 1 Introduction ... 1 1.1 Features ...

Página 45 - 2. Diode Circuit

ii • Table of Contents 4.2 Isolated Digital Input... 26 4.3 Interrupt Architecture.

Página 46 - 4. Varistor Circuit

How to Use This Guide • iii How to Use This Guide This manual is for helping users to manipulate the PCI-7256. It is divided into 5 chapters. • Chapt

Página 48 - Warranty Policy

Introduction • 1 1 Introduction The PCI-7256 Latching Relay Actuator and Isolated D/I card is a basic Digital I/O card for PCI bus computer in indust

Comentários a estes Manuais

Sem comentários