Omega Engineering OME-A826PG user manual

User manual for the device Omega Engineering OME-A826PG

Device: Omega Engineering OME-A826PG
Category: Computer Hardware
Manufacturer: Omega Engineering
Size: 0.9 MB
Added : 9/13/2013
Number of pages: 60
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Omega Engineering OME-A826PG. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Omega Engineering OME-A826PG.

For your convenience

If looking through the Omega Engineering OME-A826PG user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Omega Engineering OME-A826PG on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Omega Engineering OME-A826PG to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Omega Engineering OME-A826PG User manual - Online PDF
Advertisement
« Page 1 of 60 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Omega Engineering OME-A826PG but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Omega Engineering OME-A826PG. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

User’s Guide
Shop online at
www.omega.com
e-mail: info@omega.com
OME-A826PG
ISA-Bus Multi-Functional Board
Software Manual

Summary of the content on the page No. 2

® OMEGAnet Online Service Internet e-mail www.omega.com info@omega.com Servicing North America: USA: One Omega Drive, P.O. Box 4047 ISO 9001 Certified Stamford CT 06907-0047 TEL: (203) 359-1660 FAX: (203) 359-7700 e-mail: info@omega.com Canada: 976 Bergar Laval (Quebec) H7L 5A1, Canada TEL: (514) 856-6928 FAX: (514) 856-6886 e-mail: info@omega.ca For immediate technical or application assistance: ® USA and Canada: Sales Service: 1-800-826-6342 / 1-800-TC-OMEGA ® Customer Service: 1-800-622-2378

Summary of the content on the page No. 3

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 Page 1

Summary of the content on the page No. 4

OME-A-826PG Software Manual [Win 95/98/NT] Table of Contents 1 Introduction..................................................................................................................4 1.1 References.............................................................................................................5 1.2 Range Configuration Code .................................................................................... 6 2 Declaration Files..........................................

Summary of the content on the page No. 5

OME-A-826PG Software Manual [Win 95/98/NT] 3.4.4 A826_Check_Address .............................................................................. 43 3.5 AD, Interrupt functions........................................................................................ 44 3.5.1 A826_InstallIrq.............................................................................................44 3.5.2 A826_AD_INT_Start...................................................................................

Summary of the content on the page No. 6

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. The feature of the OME-A-826PG are given as below: 1. A/D=16 bits, 16 channels(single-ended) or 8 channels(differential) 2. A-826PG : low gain (1/2/4/8), the analog input signal range configuration code is given in Sec. 4.1 3. DA=12 bits, 2 channels, 0-5V or 0-10V output by hardware JP1 setting 4. 16 channels TTL compatible digital inp

Summary of the content on the page No. 7

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 the software package under Windows 95/98/NT. • CallDll.pdf: Describes how to call the DLL functions with VC++5, VB5, Delphi3 and Borland C++ Builder 3. • ResCheck.pdf: Describes how to check the resources I/O Port address, IRQ number and DMA number for add-on cards under Windows 95/98/NT. Date: Aug-15-2000 Ver: 2.2

Summary of the content on the page No. 8

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 code. If the analog input range is configured to ±5V range, the resolution of one bit is equal to 2.44 mV. If the analog input range is configured to ±2.5V range, the resolution will be 1.22 mV. If the analog input signal is about 1 V, use configuration 0/1/2 (for OME-A-826PG), it will get nearly the same result except resolution. So choose t

Summary of the content on the page No. 9

OME-A-826PG Software Manual [Win 95/98/NT] 2 Declaration Files For the Windows 95/98 user: |--\Driver | |--\A826.DLL <-- Dynamic Linking Library | |--\A826.Vxd <-- Device driver for A826PG | |--\BCB3 | | |--\A826.h <-- Header file | | |--\A826.Lib <-- Import Library for BCB | | +--\A826u.cpp <-- Some function for BCB | |--\Delphi3 | | |--\A826.pas <--

Summary of the content on the page No. 10

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" __declspec (dllimport) #else #define EXPORTS #endif /***************** DEFINE A826 RELATIVE ADDRESS *****************/ #define TIMER0 0x00 #define TIMER1 0x01 #define TIMER2 0x02 #define TIMER_MODE 0x03 #define AD_LO 0x04 /* Analog to Digital, Low Byte */ #define AD_HI 0x05 /* Ana

Summary of the content on the page No. 11

OME-A-826PG Software Manual [Win 95/98/NT] #define NoError 0 #define DriverOpenError 1 #define DriverNoOpen 2 #define GetDriverVersionError 3 #define InstallIrqError 4 #define ClearIntCountError 5 #define GetIntCountError 6 #define AdError1 100 #define AdError2 -200.0 #define InstallBufError 9 #define GetBufferError 10 #define INTStartError 11 #define INTStopError 12 #define InstallDmaIrqError 13 #define RemoveDmaIrqError

Summary of the content on the page No. 12

OME-A-826PG Software Manual [Win 95/98/NT] //********* IRQ Functios ************ EXPORTS WORD CALLBACK A826_InstallIrq (WORD wBase, WORD wIrq, HANDLE *hEvent, DWORD dwCount); EXPORTS WORD CALLBACK A826_AD_INT_Start(WORD Ch, WORD Gain, WORD c1, WORD c2); EXPORTS WORD CALLBACK A826_AD_INT_Stop(void); EXPORTS WORD CALLBACK A826_GetIntCount(DWORD *dwVal); EXPORTS WORD CALLBACK A826_GetBuffer(DWORD dwNum, short wBuffer[]); EXPORTS WORD CALLBACK A826_GetFloatBuffer(DWORD dwNum, float fBuffer

Summary of the content on the page No. 13

OME-A-826PG Software Manual [Win 95/98/NT] 2.1.2 A826.H (for Win NT) #ifdef __cplusplus #define EXPORTS extern "C" __declspec (dllimport) #else #define EXPORTS #endif /***************** DEFINE A826 RELATIVE ADDRESS *****************/ #define TIMER0 0x00 #define TIMER1 0x01 #define TIMER2 0x02 #define TIMER_MODE 0x03 #define AD_LO 0x04 /* Analog to Digital, Low Byte */ #define AD_HI 0x0

Summary of the content on the page No. 14

OME-A-826PG Software Manual [Win 95/98/NT] #define NoError 0 #define DriverOpenError 1 #define DriverNoOpen 2 #define GetDriverVersionError 3 #define InstallIrqError 4 #define ClearIntCountError 5 #define GetIntCountError 6 #define AdError1 100 #define AdError2 -200 #define InstallBufError 9 #define AllocateMemoryError 10 #define CardTypeError 11 #define GetBufferError 12 #define TimeoutError

Summary of the content on the page No. 15

OME-A-826PG Software Manual [Win 95/98/NT] 2.1.3 A826U.Cpp (for BCB) #include //*-----------------------------------------------------* //* Return voltage value or -100.0 if any error occurs * //* or parameter is out of range. * //* HiLo : 1 --> High Gain , 0 --> Low Gain * //* Gain : 0-3 * //*-----------------------------------------------------* float A826_AD2F(Word hex, int Gain ) { float ZeroBase, VoltageRange, FullRan

Summary of the content on the page No. 16

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 Ver: 2.2 Page 14

Summary of the content on the page No. 17

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" '********************************************************************************* ' The Declare of A826.DLL for A826 DAQ Card '********************************************************************************* Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) '***************** DEFINE A826 RELATIVE ADDRESS ***************** Global Con

Summary of the content on the page No. 18

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_UNI_2 = 5 Global Const A826_UNI_4 = 6 Global Const A826_UNI_8 = 7 Global Const NoError = 0 Global Const DriverOpenError = 1 Global Const DriverNoOpen = 2 Global Const GetDriverVersionError = 3 Global Const InstallIrqError = 4 Global Const ClearIntCountError = 5 Global Const GetIntCountError = 6 Global Const AdError1 =

Summary of the content on the page No. 19

OME-A-826PG Software Manual [Win 95/98/NT] Declare Sub A826_Uni10_DA Lib "A826.DLL" (ByVal wBase As Integer, _ ByVal wChannel As Integer, ByVal fValue As Single) '******* Driver Functions *********** Declare Function A826_DriverInit Lib "A826.DLL" () As Integer Declare Sub A826_DriverClose Lib "A826.DLL" () Declare Function A826_DELAY Lib "A826.DLL" (ByVal wBase As Integer, _ ByVal wDownCount As Integer) As Integer Declare Function A826_Check_Address Lib "A826.DLL" (ByV

Summary of the content on the page No. 20

OME-A-826PG Software Manual [Win 95/98/NT] 2.2.2 A826.BAS (for Win NT) Attribute VB_Name = "A826" '********************************************************************************* ' The Declare of A826.DLL for A826 DAQ Card '********************************************************************************* Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) '***************** DEFINE A826 RELATIVE ADDRESS ***************** Global Const TIMER0 = &H0 Global Const


Alternative user manuals
# User manual Category Download
1 Omega Engineering OMG-PCI-DIO48 User manual Computer Hardware 0
2 Omega Engineering OME-A8111 User manual Computer Hardware 0
3 Sony MSAKIT-PC4A User manual Computer Hardware 2
4 Sony MRW62E-S1 2694866142 User manual Computer Hardware 5
5 Philips MATCH LINE 9596 User manual Computer Hardware 17
6 Sony 64GB SDHC Class 10 Memory Card Readers SF32UY User manual Computer Hardware 1
7 Philips PSC702 User manual Computer Hardware 1
8 Sony MRW62E/S1/181 User manual Computer Hardware 3
9 Sony 64GB SDHC Class 10 Memory Card Readers SF32N4/TQM User manual Computer Hardware 1
10 Philips SAA7345 User manual Computer Hardware 1
11 Philips SBC MC8650 User manual Computer Hardware 268
12 Philips PSC 605 User manual Computer Hardware 1
13 Sony DKA-MC2F User manual Computer Hardware 1
14 Sony AR-B1570 User manual Computer Hardware 2
15 Sony Memory Stick Micro MSM8TQ User manual Computer Hardware 1