National Instruments Image Acquisition Software user manual

User manual for the device National Instruments Image Acquisition Software

Device: National Instruments Image Acquisition Software
Category: Network Card
Manufacturer: National Instruments
Size: 1.81 MB
Added : 10/30/2014
Number of pages: 68
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 National Instruments Image Acquisition Software. 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 National Instruments Image Acquisition Software.

For your convenience

If looking through the National Instruments Image Acquisition Software 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 National Instruments Image Acquisition Software on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual National Instruments Image Acquisition Software 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.
National Instruments Image Acquisition Software User manual - Online PDF
Advertisement
« Page 1 of 68 »
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 National Instruments Image Acquisition Software 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 National Instruments Image Acquisition Software. 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

UM.book Page 1 Monday, July 13, 1998 9:49 AM

IMAQ

NI-IMAQ User Manual
Image Acquisition Software
NI-IMAQ User Manual
June 1998 Edition
Part Number 371443A-01

Summary of the content on the page No. 2

UM.book Page 2 Monday, July 13, 1998 9:49 AM Internet Support E-mail: support@natinst.com FTP Site: ftp.natinst.com Web Address: http://www.natinst.com Bulletin Board Support BBS United States: 512 794 5422 BBS United Kingdom: 01635 551422 BBS France: 01 48 65 15 59 Fax-on-Demand Support 512 418 1111 Telephone Support (USA) Tel: 512 795 8248 Fax: 512 794 5678 International Offices Australia 03 9879 5166, Austria 0662 45 79 90 0, Belgium 02 757 00 20, Brazil 011 288 3336, Canada (Ontario) 905

Summary of the content on the page No. 3

UM.book Page 3 Monday, July 13, 1998 9:49 AM Important Information Warranty The media on which you receive National Instruments software are warranted not to fail to execute programming instructions, due to defects in materials and workmanship, for a period of 90 days from date of shipment, as evidenced by receipts or other documentation. National Instruments will, at its option, repair or replace software media that do not execute programming instructions if National Instruments receive

Summary of the content on the page No. 4

UM.book Page v Monday, July 13, 1998 9:49 AM Contents About This Manual How to Use the NI-IMAQ Manual Set..........................................................................ix Organization of This Manual.........................................................................................ix Conventions Used in This Manual.................................................................................x National Instruments Documentation ...............................................

Summary of the content on the page No. 5

UM.book Page vi Monday, July 13, 1998 9:49 AM Contents Chapter 3 Programming with NI-IMAQ Introduction ................................................................................................................... 3-1 High-Level Functions ..................................................................................... 3-1 Low-Level Functions ...................................................................................... 3-2 Establishing Interface Connections and Sessions.....

Summary of the content on the page No. 6

UM.book Page vii Monday, July 13, 1998 9:49 AM Contents Figures Figure 3-1. NI-IMAQ Status Signals .......................................................................3-6 Figure 3-2. Snap Programming Flowchart...............................................................3-7 Figure 3-3. Grab Programming Flowchart...............................................................3-9 Figure 3-4. Sequence Programming Flowchart .......................................................3-10 Figure 3-5

Summary of the content on the page No. 7

UM.book Page ix Monday, July 13, 1998 9:49 AM About This Manual NI-IMAQ software is a powerful application programming interface (API) between your image acquisition application and the National Instruments image acquisition (IMAQ) devices. This manual explains how to use your NI-IMAQ software. How to Use the NI-IMAQ Manual Set To install your software and documentation set, you should begin by reading the setup and test document included with your hardware and the NI-IMAQ release notes.

Summary of the content on the page No. 8

UM.book Page x Monday, July 13, 1998 9:49 AM About This Manual • Appendix B, Customer Communication, contains forms you can use to request help from National Instruments or to comment on our products and manuals. • The Glossary contains an alphabetical list and description of terms used in this manual, including abbreviations, acronyms, metric prefixes, mnemonics, and symbols. • The Index contains an alphabetical list of key terms and topics in this manual, including the page where you c

Summary of the content on the page No. 9

UM.book Page xi Monday, July 13, 1998 9:49 AM About This Manual National Instruments Documentation The NI-IMAQ User Manual is one piece of the documentation set for your system. You could have any of several types of documents, depending on the hardware and software in your system. Use the documents you have as follows: • Your IMAQ hardware documentation—These documents have detailed information about the IMAQ hardware that plugs into or is connected to your computer. Use these manuals f

Summary of the content on the page No. 10

UM.book Page 1 Monday, July 13, 1998 9:49 AM 1 Introduction to NI-IMAQ This chapter describes the NI-IMAQ software and lists the application development environments compatible with NI-IMAQ, describes the fundamentals of creating NI-IMAQ applications for Windows 95 and Windows NT, describes the files used to build these applications, and tells you where to find sample programs. About the NI-IMAQ Software Thank you for buying a National Instruments image acquisition (IMAQ) device, which i

Summary of the content on the page No. 11

UM.book Page 2 Monday, July 13, 1998 9:49 AM Chapter 1 Introduction to NI-IMAQ Application Development Environments This release of NI-IMAQ supports the following Application Development Environments (ADEs) for Windows 95 and Windows NT: • LabVIEW version 4.x and higher • LabWindows/CVI version 4.x and higher • BridgeVIEW version 1.x and higher • Borland C/C++ version 4.0 and higher • Microsoft Visual C/C++ version 2.0 and higher • Microsoft Visual Basic version 4.0 and higher Note Although

Summary of the content on the page No. 12

UM.book Page 3 Monday, July 13, 1998 9:49 AM Chapter 1 Introduction to NI-IMAQ Creating an Application This section outlines the process for developing NI-IMAQ applications using C for Windows 95 and Windows NT. Detailed instructions on creating project and source files are not included. For information on creating and managing project files, consult the documentation included with your particular development environment. When programming, use the following guidelines: • You must define

Summary of the content on the page No. 13

UM.book Page 4 Monday, July 13, 1998 9:49 AM Chapter 1 Introduction to NI-IMAQ Sample Programs Please refer to the readme.txt file located in your target installation directory for the latest details on NI-IMAQ sample programs. These programs are installed in the sample subdirectory under the target installation folder if you elected to install the sample files. NI-IMAQ User Manual 1-4 © National Instruments Corporation

Summary of the content on the page No. 14

UM.book Page 1 Monday, July 13, 1998 9:49 AM 2 Software Overview This chapter describes the classes of NI-IMAQ functions and briefly describes each function. Introduction NI-IMAQ functions are grouped according to the following classes: • Generic functions • High-level functions – Snap functions – Grab functions – Ring and sequence functions – Signal I/O functions – Miscellaneous functions • Low-level functions – Acquisition functions – Attribute functions – Buffer management functions – Int

Summary of the content on the page No. 15

UM.book Page 2 Monday, July 13, 1998 9:49 AM Chapter 2 Software Overview Generic Functions Use generic functions in both high-level and low-level applications. imgInterfaceOpen Opens by name an interface as specified in the IMAQ Configuration Utility. imgSessionOpen Opens a session of an unknown type and returns a session ID. imgClose Closes a session or interface and unlocks and releases all buffers associated with the data type. High-Level Functions Use high-level functions to quickly a

Summary of the content on the page No. 16

UM.book Page 3 Monday, July 13, 1998 9:49 AM Chapter 2 Software Overview imgGrabArea Performs a transfer from a continuous acquisition. Call this function only after calling imgGrabSetup. Ring and Sequence Functions Ring and sequence functions start and stop a continuous acquisition of multiple fields or frames. imgRingSetup Prepares a session for acquiring continuously and looping into a buffer list. imgSequenceSetup Prepares a session for acquiring a full sequence into the buffer list

Summary of the content on the page No. 17

UM.book Page 4 Monday, July 13, 1998 9:49 AM Chapter 2 Software Overview imgSessionWaitSignalAsync Monitors for a signal to be asserted and invokes a user-defined callback when the signal is asserted. imgPulseCreate Configures the attributes of a pulse. A single pulse consists of a delay phase (phase 1), followed by a pulse phase (phase 2), and then a return to the phase 1 level. imgPulseDispose Disposes of a pulse ID. imgPulseRate Converts delay and width into delay, width, and timeba

Summary of the content on the page No. 18

UM.book Page 5 Monday, July 13, 1998 9:49 AM Chapter 2 Software Overview Low-Level Functions Use low-level functions when you require more direct hardware control. Acquisition Functions Use acquisition functions to configure, start, and abort an image acquisition, or examine a buffer during an acquisition. imgMemLock Locks all session-associated image buffers in memory in preparation for an acquisition. imgMemUnlock Unlocks all session-associated buffers. imgSessionAbort Stops an asynchron

Summary of the content on the page No. 19

UM.book Page 6 Monday, July 13, 1998 9:49 AM Chapter 2 Software Overview Attribute Functions Use attribute functions to examine and change NI-IMAQ or camera attributes. imgGetAttribute Returns an attribute for an interface or session. imgGetCameraAttributeNumeric Gets the value of numeric camera attributes. imgGetCameraAttributeString Gets the value of camera attributes. imgSessionGetLostFramesList Gets information about frames that were overwritten during a continuous acquisition. imgSe

Summary of the content on the page No. 20

UM.book Page 7 Monday, July 13, 1998 9:49 AM Chapter 2 Software Overview imgGetBufferElement Gets an element of a specific type from a buffer list. imgSessionClearBuffer Clears a session’s image data to the specified pixel value. imgSetArrayPointerValue Constructs an array of 32-bit pointers (a Visual Basic helper function). imgSetBufferElement Sets a buffer list element of a given type to a specific value. Interface Functions Interface functions load and control the selected IMAQ device


Alternative user manuals
# User manual Category Download
1 National Instruments 24-Bit Half/Full-Bridge Analog Input Module NI 9237 User manual Network Card 11
2 National Instruments 700 User manual Network Card 2
3 National Instruments 370620B-01 User manual Network Card 0
4 National Instruments 5411 User manual Network Card 0
5 National Instruments 6508 PCI-DIO-96 User manual Network Card 1
6 National Instruments 8-Channel Solid-State Relay (SSR) Digital Output NI 9485 User manual Network Card 6
7 National Instruments 8330 Series User manual Network Card 0
8 National Instruments AT E Series User manual Network Card 4
9 National Instruments BNC-2140 User manual Network Card 0
10 National Instruments 374318A-01 User manual Network Card 0
11 National Instruments Cabled PCI Express User manual Network Card 0
12 National Instruments AutoCode NI MATRIX User manual Network Card 1
13 National Instruments cFP-20xx User manual Network Card 0
14 National Instruments DAQCard-1200 User manual Network Card 6
15 National Instruments Data Acquisition Device NI USB-621x User manual Network Card 10
16 Sony BTA-NW1A User manual Network Card 2
17 Sony BKMW-E3000 User manual Network Card 2
18 Sony AC-SQ950D User manual Network Card 0
19 Sony BBV RX100 User manual Network Card 3
20 Sony CLIE A-AVZ-100-11 User manual Network Card 1