Omega-engineering OME-A826PG Instrukcja Użytkownika

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Sprzęt komputerowy Omega-engineering OME-A826PG. Omega Engineering OME-A826PG User Manual Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 60
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 0
www.omega.com
Users Guide
OME-A826PG
ISA-Bus
Multi-Functional Board
Software Manual
Shop online at
Przeglądanie stron 0
1 2 3 4 5 6 ... 59 60

Podsumowanie treści

Strona 1 - User’s Guide

www.omega.com e-mail: [email protected]’s GuideOME-A826PG ISA-BusMulti-Functional BoardSoftware ManualShop online at

Strona 2

OME-A-826PG Software Manual [Win 95/98/NT] 2.1 For C user 2.1.1 A826.H (for Win 95/98) #ifdef __cplusplus #define EXPORTS extern "C&q

Strona 3 - Software Manual

OME-A-826PG Software Manual [Win 95/98/NT] #define NoError 0 #define DriverOpenError 1 #define DriverNoOpen 2 #define GetDriverV

Strona 4

OME-A-826PG Software Manual [Win 95/98/NT] //********* IRQ Functios ************ EXPORTS WORD CALLBACK A826_InstallIrq (WORD wBase, WORD wIrq, HANDLE

Strona 5

OME-A-826PG Software Manual [Win 95/98/NT] 2.1.2 A826.H (for Win NT) #ifdef __cplusplus #define EXPORTS extern "C" __declspec (dlli

Strona 6 - 1 Introduction

OME-A-826PG Software Manual [Win 95/98/NT] #define NoError 0 #define DriverOpenError 1 #define DriverNoOpen 2 #defi

Strona 7 - • ResCheck.pdf:

OME-A-826PG Software Manual [Win 95/98/NT] 2.1.3 A826U.Cpp (for BCB) #include <math.h> //*------------------------------------------------

Strona 8

OME-A-826PG Software Manual [Win 95/98/NT] 2.1.4 The VC++ Demo Result: 2.1.5 Borland C++ Builder Demo Result Date: Aug-15-2000

Strona 9 - 2 Declaration Files

OME-A-826PG Software Manual [Win 95/98/NT] 2.2 For The VB user 2.2.1 A826.BAS (for Win 95/98) Attribute VB_Name = "A826" '*******

Strona 10 - 2.1 For C user

OME-A-826PG Software Manual [Win 95/98/NT] Global Const A826_BI_2 = 1 Global Const A826_BI_4 = 2 Global Const A826_BI_8 = 3 Global Const A826_UN

Strona 11

OME-A-826PG Software Manual [Win 95/98/NT] Declare Sub A826_Uni10_DA Lib "A826.DLL" (ByVal wBase As Integer, _ ByVal wChannel As Int

Strona 12

Servicing North America:USA: One Omega Drive, P.O. Box 4047ISO 9001 Certified Stamford CT 06907-0047TEL: (203) 359-1660 FAX: (203) 359-7700e-mail: inf

Strona 13 - 2.1.2 A826.H (for Win NT)

OME-A-826PG Software Manual [Win 95/98/NT] 2.2.2 A826.BAS (for Win NT) Attribute VB_Name = "A826" '**********************************

Strona 14

OME-A-826PG Software Manual [Win 95/98/NT] Global Const NoError = 0 Global Const DriverOpenError = 1 Global Const DriverNoOpen = 2 Glob

Strona 15 - 2.1.3 A826U.Cpp (for BCB)

OME-A-826PG Software Manual [Win 95/98/NT] '******* Driver Functions *********** Declare Function A826_DriverInit Lib "A826.DLL" () As

Strona 16 - 2.1.4 The VC++ Demo Result:

OME-A-826PG Software Manual [Win 95/98/NT] 2.2.3 A826U.BAS Attribute VB_Name = "A826u" '*-------------------------------------------

Strona 17 - 2.2 For The VB user

OME-A-826PG Software Manual [Win 95/98/NT] 2.3 For The Delphi user 2.3.1 A826.PAS (for Win 95/98) unit A826; interface type PSingle=^Single; t

Strona 18

OME-A-826PG Software Manual [Win 95/98/NT] A826_BI_50 = 10; A826_BI_500 = 11; A826_BI_2 = 1; A826_BI_4 = 2; A

Strona 19

OME-A-826PG Software Manual [Win 95/98/NT] //********* Driver Functios ************ Function A826_DriverInit:WORD; StdCall; Procedure A826_DriverClo

Strona 20 - 2.2.2 A826.BAS (for Win NT)

OME-A-826PG Software Manual [Win 95/98/NT] Function A826_GetDriverVersion; external 'A826.DLL' name 'A826_GetDriverVersion';

Strona 21

OME-A-826PG Software Manual [Win 95/98/NT] 2.3.2 A826.PAS (for Win NT) unit A826; interface type PSingle=^Single; type PWord=^Word; type PInteger

Strona 22

OME-A-826PG Software Manual [Win 95/98/NT] A826_BI_8 = 3; A826_UNI_2 = 5; A826_UNI_4 = 6; A826_UNI_8 = 7; NoEr

Strona 23 - 2.2.4 The VB Demo Result:

OME-A-826PG Software Manual [Win 95/98/NT] OME-A-826PG Software Manual [ For Windows 95/98/NT ] Date: Aug-15-2000 Ver: 2.2

Strona 24 - 2.3 For The Delphi user

OME-A-826PG Software Manual [Win 95/98/NT] //********* IRQ Functios ************ Function A826_InstallIrq (wBase,wIrq:WORD; var hEvent:LongInt; dwCo

Strona 25

OME-A-826PG Software Manual [Win 95/98/NT] 2.3.3 A826U.PAS unit A826U; interface type PSingle=^Single; type PWord=^Word; type PInteger=^Integer; t

Strona 26

OME-A-826PG Software Manual [Win 95/98/NT] 2.3.4 Delphi Demo Result : Date: Aug-15-2000 Ver: 2.2

Strona 27

OME-A-826PG Software Manual [Win 95/98/NT] 3 Function Description These functions in DLL are divided into several groups as follows: 1. The test

Strona 28 - 2.3.2 A826.PAS (for Win NT)

OME-A-826PG Software Manual [Win 95/98/NT] The functions of AD Interrupt listing as follows: 1. A826_InstallIrq 2. A826_GetIntCount 3. A826_GetBu

Strona 29

OME-A-826PG Software Manual [Win 95/98/NT] 3.1 TEST Function 3.1.1 SHORT_SUB_2 z Description : Compute C=nA-nB in short format, Short=16 bit

Strona 30

OME-A-826PG Software Manual [Win 95/98/NT] 3.1.3 A826_Get_DLL_Version z Description : Read the software version z Syntax : WORD A826_Get_DLL_Versi

Strona 31 - 2.3.3 A826U.PAS

OME-A-826PG Software Manual [Win 95/98/NT] 3.2 DI/DO Function 3.2.1 A826_Di • Description : This subroutine will read the 16 bits data from the

Strona 32 - 2.3.4 Delphi Demo Result :

OME-A-826PG Software Manual [Win 95/98/NT] 3.2.3 A826_OutputByte • Description : This subroutine will send the 8 bits data to the desired I/O por

Strona 33 - 3 Function Description

OME-A-826PG Software Manual [Win 95/98/NT] 3.2.5 A826_InputByte • Description : This subroutine will input the 8 bits data from the desired I/O

Strona 34

OME-A-826PG Software Manual [Win 95/98/NT] Table of Contents 1 Introduction ...

Strona 35 - 3.1.2 FLOAT_SUB_2

OME-A-826PG Software Manual [Win 95/98/NT] 3.3 A/D , D/A Functions 3.3.1 A826_AD • Description : This subroutine will perform a A/D conversion

Strona 36 - 3.1.4 A826_GetDriverVersion

OME-A-826PG Software Manual [Win 95/98/NT] 3.3.3 A826_ADs_Hex • Description : This subroutine will perform a number of A/D conversions by polling.

Strona 37 - 3.2.2 A826_Do

OME-A-826PG Software Manual [Win 95/98/NT] 3.3.4 A826_ADs_Float • Description : This subroutine will perform a number of A/D conversions by p

Strona 38 - 3.2.4 A826_OutputWord

OME-A-826PG Software Manual [Win 95/98/NT] 3.3.5 A826_Uni5_DA • Description : This subroutine will send the 16 bits data to D/A analog output. The

Strona 39 - 3.2.6 A826_InputWord

OME-A-826PG Software Manual [Win 95/98/NT] 3.4 Driver Functions 3.4.1 A826_DriverInit z Description : This subroutine will open the device driv

Strona 40 - 3.3.2 A826_DA

OME-A-826PG Software Manual [Win 95/98/NT] 3.4.3 A826_DELAY • Description: This subroutine will delay wDownCount mS(machine independent timer). z

Strona 41 - 3.3.3 A826_ADs_Hex

OME-A-826PG Software Manual [Win 95/98/NT] 3.5 AD, Interrupt functions 3.5.1 A826_InstallIrq z Description: This subroutine will install interrup

Strona 42 - 3.3.4 A826_ADs_Float

OME-A-826PG Software Manual [Win 95/98/NT] 3.5.3 A826_AD_INT_Stop z Description: This subroutine will stop the interrupt transfer and remove the in

Strona 43 - 3.3.6 A826_Uni10_DA

OME-A-826PG Software Manual [Win 95/98/NT] 3.5.5 A826_GetBuffer z Description: This subroutine will copy the transferred interrupted data into the

Strona 44 - 3.4.2 A826_DriverClose

OME-A-826PG Software Manual [Win 95/98/NT] 3.5.7 Diagram of Interrupt Mode The 3.5.1 to 3.5.6 are functions to perform the A/D conversion with i

Strona 45 - 3.4.3 A826_DELAY

OME-A-826PG Software Manual [Win 95/98/NT] 3.4.4 A826_Check_Address ...

Strona 46 - 3.5.2 A826_AD_INT_Start

OME-A-826PG Software Manual [Win 95/98/NT] Yes No INT_Handler( )Using the A826_AD_INT_Stop() to stop the interrupt transfer and remove the interru

Strona 47 - 3.5.4 A826_GetIntCount

OME-A-826PG Software Manual [Win 95/98/NT] 3.6 AD , DMA functions The DMA mechanism supports the Windows 95/98 only. 3.6.1 A826_AD_DMA_InstallIrq

Strona 48 - 3.5.6 A826_GetFloatBuffer

OME-A-826PG Software Manual [Win 95/98/NT] 3.6.3 A826_AD_DMA_Start z Description: This subroutine will allocate a DMA buffer in the system area, and

Strona 49

OME-A-826PG Software Manual [Win 95/98/NT] 3.6.4 A826_AD_DMA_Stop z Description: This subroutine will free the allocated DMA buffer that in system

Strona 50

OME-A-826PG Software Manual [Win 95/98/NT] 3.6.6 A826_AD_DMA_GetBuffer z Description: This subroutine will copy the transferred DMA data into th

Strona 51 - 3.6.1 A826_AD_DMA_InstallIrq

OME-A-826PG Software Manual [Win 95/98/NT] 3.6.8 Diagram of AD , DMA Mode The 3.6.1 to 3.6.7 are functions to perform the A/D conversion with DMA

Strona 52 - 3.6.3 A826_AD_DMA_Start

OME-A-826PG Software Manual [Win 95/98/NT] Next Loop Using the A826_AD_DMA_RemoveIrq() to remove IRQ handler. 8237 ADC Sampling rate define by c1,c2

Strona 53 - 3.6.4 A826_AD_DMA_Stop

OME-A-826PG Software Manual [Win 95/98/NT] 4 Program Architecture Access/Control the Device Access/Control the Device Close the Device-Driver In

Strona 54

OME-A-826PG Software Manual [Win 95/98/NT] Date: Aug-15-2000 Ver: 2.2

Strona 55

WARRANTY/DISCLAIMEROMEGA ENGINEERING, INC. warrants this unit to be free of defects in materials and workmanship for aperiod of 13 months from date of

Strona 56 - Next Loop

OME-A-826PG Software Manual [Win 95/98/NT] 1 Introduction The OME-A-826PG is a multifunction, 16 bits resolution A/D, D/A and digital I/O card.

Strona 57 - 4 Program Architecture

M4035/0104Where Do I Find Everything I Need for Process Measurement and Control? OMEGA…Of Course!Shop online at www.omega.comTEMPERATUREThermocouple

Strona 58 - 5 Contact Us

OME-A-826PG Software Manual [Win 95/98/NT] 1.1 References Please refer to the following user manuals: • SoftInst.pdf: Describes how to install

Strona 59 - RETURN REQUESTS/INQUIRIES

OME-A-826PG Software Manual [Win 95/98/NT] 1.2 Range Configuration Code The AD converter of the OME-A-826PG is 16 bits under all configuration cod

Strona 60 - Shop online at www.omega.com

OME-A-826PG Software Manual [Win 95/98/NT] 2 Declaration Files For the Windows 95/98 user: |--\Driver | |--\A826.DLL

Komentarze do niniejszej Instrukcji

Brak uwag