National Instruments 320685D-01 manuals
Musical Instruments & Equipment > Drums
When we buy new device such as National Instruments 320685D-01 we often through away most of the documentation but the warranty.
Very often issues with National Instruments 320685D-01 begin only after the warranty period ends and you may want to find how to repair it or just do some service work.
Even oftener it is hard to remember what does each function in Drums National Instruments 320685D-01 is responsible for and what options to choose for expected result.
Fortunately you can find all manuals for Drums on our side using links below.
National Instruments 320685D-01 Manual
211 pages 1.73 Mb
2 00ProRef.book : 01Title.fm Page 2 Monday, March 9, 1998 3:23 PM3 Important Information00ProRef.book : 02Warr.fm Page 3 Monday, March 9, 1998 3:23 PMWarranty Copyright Trademarks WARNING REGARDING MEDICAL AND CLINICAL USE OF NATIONAL INSTRUMENTS PRODUCTS 4 Contents00ProRef.book : 00ProRefTOC.fm Page v Monday, March 9, 1998 3:23 PM About This Manual Chapter 1 LabWindows/CVI Compiler 5 Chapter 2 Using Loadable Compiled Modules00ProRef.book : 00ProRefTOC.fm Page vi Monday, March 9, 1998 3:23 PM Chapter 3 Windows 95/NT Compiler/Linker Issues 7 Chapter 4 Windows 3.1 Compiler/Linker Issues00ProRef.book : 00ProRefTOC.fm Page viii Monday, March 9, 1998 3:23 PM 8 Chapter 5 UNIX Compiler/Linker Issues00ProRef.book : 00ProRefTOC.fm Page ix Monday, March 9, 1998 3:23 PM 9 Chapter 6 Building Multiplatform Applications00ProRef.book : 00ProRefTOC.fm Page x Monday, March 9, 1998 3:23 PM Chapter 7 Creating and Distributing Standalone Executables and DLLs 10 Chapter 8 Distributing Libraries and Function Panels00ProRef.book : 00ProRefTOC.fm Page xi Monday, March 9, 1998 3:23 PM Chapter 9 Checking for Errors in LabWindows/CVI 12 About This Manual 16 LabWindows/CVI Compiler00ProRef.book : 06chap01.fm Page 1 Monday, March 9, 1998 3:23 PM Overview LabWindows/CVI Compiler Specifics Compiler Limits Compiler Options 00ProRef.book : 06chap01.fm Page 2 Monday, March 9, 1998 3:23 PM Compiler Defines 17 C Language Non-ConformanceC Language ExtensionsKeywords That Are Not ANSI C Standard Calling Conventions (Windows 95/NT Only) 18 Import and Export Qualifiers00ProRef.book : 06chap01.fm Page 3 Monday, March 9, 1998 3:23 PM 19 C++ Comment Markers00ProRef.book : 06chap01.fm Page 4 Monday, March 9, 1998 3:23 PM Duplicate Typedefs Structure Packing Pragma (Windows 3.1 and Windows 95/NT Only) Program Entry Points (Windows 95/NT Only)00ProRef.book : 06chap01.fm Page 5 Monday, March 9, 1998 3:23 PM 20 C Library Issues Using the Low-Level I/O Functions 21 C Data Types and 32-Bit Compiler Issues 00ProRef.book : 06chap01.fm Page 6 Monday, March 9, 1998 3:23 PM Data Types Converting 16-Bit Source Code to 32-Bit Source Code 23 Debugging Levels 00ProRef.book : 06chap01.fm Page 8 Monday, March 9, 1998 3:23 PM User Protection Array Indexing and Pointer Protection Errors Pointer Arithmetic (Non-Fatal) 24 Pointer Assignment (Non-Fatal) 00ProRef.book : 06chap01.fm Page 9 Monday, March 9, 1998 3:23 PM Pointer Dereference Errors (Fatal) 25 Pointer Comparison (Non-Fatal) 00ProRef.book : 06chap01.fm Page 10 Monday, March 9, 1998 3:23 PM Pointer Subtraction (Non-Fatal) Pointer Casting (Non-Fatal) 26 Dynamic Memory Protection Errors 00ProRef.book : 06chap01.fm Page 11 Monday, March 9, 1998 3:23 PM Memory Deallocation (Non-Fatal) Memory Corruption (Fatal) General Protection Errors Library Protection Errors 27 Disabling User Protection00ProRef.book : 06chap01.fm Page 12 Monday, March 9, 1998 3:23 PM Disabling Protection Errors at Run-Time Disabling Library Errors at Run-Time Disabling Protection for Individual Pointer 28 Disabling Library Protection Errors for Functions00ProRef.book : 06chap01.fm Page 13 Monday, March 9, 1998 3:23 PM 29 Details of User Protection Pointer Casting00ProRef.book : 06chap01.fm Page 14 Monday, March 9, 1998 3:23 PM 30 Dynamic Memory00ProRef.book : 06chap01.fm Page 15 Monday, March 9, 1998 3:23 PM Avoid Unassigned Dynamic Allocation in Function Parameters Library Functions00ProRef.book : 06chap01.fm Page 16 Monday, March 9, 1998 3:23 PM Unions 31 Stack Size32 Include Paths 00ProRef.book : 06chap01.fm Page 17 Monday, March 9, 1998 3:23 PM Include Path Search Precedence 33 Using Loadable Compiled Modules00ProRef.book : 06chap02.fm Page 1 Monday, March 9, 1998 3:23 PM About Loadable Compiled Modules 34 Advantages and Disadvantages of Using Loadable Compiled Modules inLabWindows/CVI 00ProRef.book : 06chap02.fm Page 2 Monday, March 9, 1998 3:23 PM Using a Loadable Compiled Module as an Instrument Driver ProgramFile 35 Using a Loadable Compiled Module as a User Library 00ProRef.book : 06chap02.fm Page 3 Monday, March 9, 1998 3:23 PM Using a Loadable Compiled Module in the Project List 36 Using a Loadable Compiled Module as an External Module 00ProRef.book : 06chap02.fm Page 4 Monday, March 9, 1998 3:23 PM Notification of Changes in Run StateThe following examples show typical program state changes. 37 Example 1 00ProRef.book : 06chap02.fm Page 5 Monday, March 9, 1998 3:23 PM 38 Example 2 00ProRef.book : 06chap02.fm Page 6 Monday, March 9, 1998 3:23 PM Using Run State Change Callbacks in a DLL 39 Compiled Modules that Contain Asynchronous Callbacks 00ProRef.book : 06chap02.fm Page 7 Monday, March 9, 1998 3:23 PM 40 Windows 95/NT Compiler/Linker Issues00ProRef.book : 06chap03.fm Page 1 Monday, March 9, 1998 3:23 PM Loading 32-Bit DLLs under Windows 95/NT41 DLLs for Instrument Drivers and User Libraries00ProRef.book : 06chap03.fm Page 2 Monday, March 9, 1998 3:23 PM Using The LoadExternalModule Function Link Errors when Using DLL Import Libraries DLL Path (.pth) Files Not Supported 16-Bit DLLs Not Supported Run State Change Callbacks in DLLs 42 DllMain 00ProRef.book : 06chap03.fm Page 3 Monday, March 9, 1998 3:23 PM Releasing Resources when a DLL Unloads Generating an Import Library00ProRef.book : 06chap03.fm Page 4 Monday, March 9, 1998 3:23 PM Default Unloading/Reloading Policy 43 Compatibility with External Compilers44 Choosing Your Compatible Compiler00ProRef.book : 06chap03.fm Page 5 Monday, March 9, 1998 3:23 PM Object Files, Library Files, and DLL Import Libraries Compatibility Issues in DLLs 45 Structure Packing00ProRef.book : 06chap03.fm Page 6 Monday, March 9, 1998 3:23 PM Bit Fields 46 Returning Floats and Doubles00ProRef.book : 06chap03.fm Page 7 Monday, March 9, 1998 3:23 PM Returning Structures Enum Sizes Long Doubles Differences between LabWindows/CVI and the External Compilers External Compiler Versions Supported00ProRef.book : 06chap03.fm Page 8 Monday, March 9, 1998 3:23 PM Required Preprocessor Definitions 47 Multithreading and the LabWindows/CVI Libraries48 Using LabWindows/CVI Libraries in External Compilers00ProRef.book : 06chap03.fm Page 9 Monday, March 9, 1998 3:23 PM 49 Include Files for the ANSI C Library and the LabWindows/CVI Libraries00ProRef.book : 06chap03.fm Page 10 Monday, March 9, 1998 3:23 PM Standard Input/Output Window Resolving Callback References from .UIR Files 50 Linking to Callback Functions Not Exported from a DLL00ProRef.book : 06chap03.fm Page 11 Monday, March 9, 1998 3:23 PM 51 Resolving References from Modules Loaded at Run-Time00ProRef.book : 06chap03.fm Page 12 Monday, March 9, 1998 3:23 PM Resolving References to the LabWindows/CVI Run-Time Engine Resolving References to Symbols Not in Run-Time Engine 52 Resolving Run-Time Module References to Symbols Not Exported from a DLL00ProRef.book : 06chap03.fm Page 13 Monday, March 9, 1998 3:23 PM Run State Change Callbacks Are Not Available in External Compilers 53 Calling InitCVIRTE and CloseCVIRTE 00ProRef.book : 06chap03.fm Page 14 Monday, March 9, 1998 3:23 PM Watcom Stack Based Calling Convention00ProRef.book : 06chap03.fm Page 15 Monday, March 9, 1998 3:23 PM 54 Using Object and Library Files in External Compilers57 Creating Object and Library Files in External Compilers for Use in LabWindows/CVI00ProRef.book : 06chap03.fm Page 18 Monday, March 9, 1998 3:23 PM Microsoft Visual C/C++ Borland C/C++ 58 Watcom C/C++00ProRef.book : 06chap03.fm Page 19 Monday, March 9, 1998 3:23 PM Symantec C/C++ 59 Creating Executables in LabWindows/CVI00ProRef.book : 06chap03.fm Page 20 Monday, March 9, 1998 3:23 PM Creating DLLs in LabWindows/CVI 64 Creating Static Libraries in LabWindows/CVI00ProRef.book : 06chap03.fm Page 25 Monday, March 9, 1998 3:23 PM 65 Creating Object Files in LabWindows/CVI00ProRef.book : 06chap03.fm Page 26 Monday, March 9, 1998 3:23 PM Calling Windows SDK Functions in LabWindows/CVI 67 Setting Up Include Paths for LabWindows/CVI, ANSI C, and SDK Libraries00ProRef.book : 06chap03.fm Page 28 Monday, March 9, 1998 3:23 PM Compiling in LabWindows/CVI for Linking in LabWindows/CVI Compiling in LabWindows/CVI for Linking in an External Compiler Compiling in an External Compiler for Linking in an External Compiler Compiling in an External Compiler for Linking in LabWindows/CVI00ProRef.book : 06chap03.fm Page 29 Monday, March 9, 1998 3:23 PM 68 Handling Hardware Interrupts under Windows 95/NT69 Windows 3.1 Compiler/Linker Issues00ProRef.book : 06chap04.fm Page 1 Monday, March 9, 1998 3:23 PM Using Modules Compiled by LabWindows/CVI Using 32-Bit Watcom Compiled Modules under Windows 3.1 70 Using 32-Bit Borland or Symantec Compiled Modules under Windows 3.100ProRef.book : 06chap04.fm Page 2 Monday, March 9, 1998 3:23 PM 71 16-Bit Windows DLLs 00ProRef.book : 06chap04.fm Page 3 Monday, March 9, 1998 3:23 PM 72 Helpful LabWindows/CVI Options for Working with DLLs00ProRef.book : 06chap04.fm Page 4 Monday, March 9, 1998 3:23 PM DLL Rules and Restrictions 75 DLL Glue Code 00ProRef.book : 06chap04.fm Page 7 Monday, March 9, 1998 3:23 PM 76 DLLs That Can Use Glue Code Generated at Load Time 00ProRef.book : 06chap04.fm Page 8 Monday, March 9, 1998 3:23 PM DLLs That Cannot Use Glue Code Generated at Load Time Loading a DLL That Cannot Use Glue Code Generated at Load Time 77 Rules for the DLL Include File Used to Generate Glue Source00ProRef.book : 06chap04.fm Page 9 Monday, March 9, 1998 3:23 PM If the DLL Requires a Support Module outside the DLL If You Pass Arrays Bigger Than 64 K to the DLL 78 00ProRef.book : 06chap04.fm Page 10 Monday, March 9, 1998 3:23 PM79 If the DLL Retains a Buffer after the Function Returns (an Asynchronous Operation) 00ProRef.book : 06chap04.fm Page 11 Monday, March 9, 1998 3:23 PM 80 If the DLL Calls Directly Back into 32-Bit Code 00ProRef.book : 06chap04.fm Page 12 Monday, March 9, 1998 3:23 PM 81 00ProRef.book : 06chap04.fm Page 13 Monday, March 9, 1998 3:23 PM82 00ProRef.book : 06chap04.fm Page 14 Monday, March 9, 1998 3:23 PM83 If the DLL Returns Pointers 00ProRef.book : 06chap04.fm Page 15 Monday, March 9, 1998 3:23 PM 84 00ProRef.book : 06chap04.fm Page 16 Monday, March 9, 1998 3:23 PMCase 1 Assume the DLL has the following function: Then assume that a program in LabWindows/CVI uses the function f as follows: You would have to modify the glue code as shown here : Case 2 Assume the DLL has the following function: 85 00ProRef.book : 06chap04.fm Page 17 Monday, March 9, 1998 3:23 PMThen assume that a program in LabWindows/CVI uses the function f as follows: You would have to modify the glue code as shown here : 86 If a DLL Receives a Pointer that Points to Other Pointers00ProRef.book : 06chap04.fm Page 18 Monday, March 9, 1998 3:23 PM 87 00ProRef.book : 06chap04.fm Page 19 Monday, March 9, 1998 3:23 PMAfter you make the necessary changes, the code should appear as follows: 88 DLL Exports Functions by Ordinal Value Only00ProRef.book : 06chap04.fm Page 20 Monday, March 9, 1998 3:23 PM 89 Recognizing Windows Messages Passed from a DLL 00ProRef.book : 06chap04.fm Page 21 Monday, March 9, 1998 3:23 PM Creating 16-bit DLLs with Microsoft Visual C++ 1.5 90 Creating 16-bit DLLs with Borland C++00ProRef.book : 06chap04.fm Page 22 Monday, March 9, 1998 3:23 PM 91 DLL Search Precedence93 UNIX Compiler/Linker Issues00ProRef.book : 06chap05.fm Page 1 Monday, March 9, 1998 3:23 PM Calling Sun C Library FunctionsRestrictions on Calling Sun C Library Functions 94 Using Shared Libraries in LabWindows/CVI00ProRef.book : 06chap05.fm Page 2 Monday, March 9, 1998 3:23 PM Using dlopen The LabWindows/CVI Run-Time Engine as a Shared Library 95 Creating Executables that Use the LabWindows/CVI Libraries98 Using Externally Compiled Modules00ProRef.book : 06chap05.fm Page 6 Monday, March 9, 1998 3:23 PM Restrictions on Externally Compiled Modules Compiling Modules With External Compilers 99 Locking Process Segments into Memory Using plock()00ProRef.book : 06chap05.fm Page 7 Monday, March 9, 1998 3:23 PM UNIX Asynchronous Signal Handling 100 Solaris 1 ANSI C Library Implementation00ProRef.book : 06chap05.fm Page 8 Monday, March 9, 1998 3:23 PM 101 Replacement Functions00ProRef.book : 06chap05.fm Page 9 Monday, March 9, 1998 3:23 PM Additional Functions Not Found in Sun Solaris 1 libc 102 Incompatibilities among LabWindows/CVI, Sun Solaris, and ANSI C104 Building Multiplatform Applications00ProRef.book : 06chap06.fm Page 1 Monday, March 9, 1998 3:23 PM Multiplatform Programming Guidelines Library Issues Externally Compiled Modules00ProRef.book : 06chap06.fm Page 3 Monday, March 9, 1998 3:23 PM 106 Multiplatform User Interface Guidelines 107 Creating and Distributing Standalone Executables and DLLs00ProRef.book : 06chap07.fm Page 1 Monday, March 9, 1998 3:23 PM Introduction to the Run-Time Engine 111 Configuring the Run-Time EngineSolaris 1 Patches Required for Running Standalone Executable Configuration Option Descriptions00ProRef.book : 06chap07.fm Page 6 Monday, March 9, 1998 3:23 PM 112 xcvirt (Windows 3.1 Only) 113 cvidir (Windows Only)00ProRef.book : 06chap07.fm Page 7 Monday, March 9, 1998 3:23 PM useDefaultTimer (Windows Only) DSTRules UNIX Options 114 Necessary Files for Running Executable Programs00ProRef.book : 06chap07.fm Page 8 Monday, March 9, 1998 3:23 PM 115 Necessary Files for Using DLLs Created in Windows 95/NT00ProRef.book : 06chap07.fm Page 9 Monday, March 9, 1998 3:23 PM Location of Files on the Target Machine for Running Executables and DLLs116 LabWindows/CVI Run-Time Engine under Windows 95/NT00ProRef.book : 06chap07.fm Page 10 Monday, March 9, 1998 3:23 PM Run-Time Library DLLs Low-Level Support Driver 117 Message, Resource, and Font Files00ProRef.book : 06chap07.fm Page 11 Monday, March 9, 1998 3:23 PM National Instruments Hardware I/O Libraries LabWindows/CVI Run-Time Engine under Windows 3.1 118 LabWindows/CVI Run-Time Engine under Sun Solaris00ProRef.book : 06chap07.fm Page 12 Monday, March 9, 1998 3:23 PM Rules for Accessing UIR, Image, and Panel State Files on All Platforms 119 Rules for Using DLL Files under Windows 95/NT00ProRef.book : 06chap07.fm Page 13 Monday, March 9, 1998 3:23 PM Rules for Using DLL Files under Windows 3.1 120 Rules for Loading Files Using LoadExternalModule00ProRef.book : 06chap07.fm Page 14 Monday, March 9, 1998 3:23 PM 121 Forcing Modules that External Modules Refer to into Your Executable or DLL00ProRef.book : 06chap07.fm Page 15 Monday, March 9, 1998 3:23 PM Using LoadExternalModule on Files in the Project 122 Using LoadExternalModule on Library and Object Files Not in the Project00ProRef.book : 06chap07.fm Page 16 Monday, March 9, 1998 3:23 PM 123 Using LoadExternalModule on DLL Files under Windows 95/NT00ProRef.book : 06chap07.fm Page 17 Monday, March 9, 1998 3:23 PM Using LoadExternalModule on DLL and Path Files under Windows 3.1 124 Using LoadExternalModule on Source Files (.c)00ProRef.book : 06chap07.fm Page 18 Monday, March 9, 1998 3:23 PM 125 Rules for Accessing Other Files00ProRef.book : 06chap07.fm Page 19 Monday, March 9, 1998 3:23 PM Error Checking in Your Standalone Executable or DLL 126 Distributing Libraries and Function Panels129 Checking for Errors in LabWindows/CVI00ProRef.book : 06chap09.fm Page 1 Monday, March 9, 1998 3:23 PM 130 Error Checking00ProRef.book : 06chap09.fm Page 2 Monday, March 9, 1998 3:23 PM 131 Status Reporting by LabWindows/CVI Libraries and Instrument Drivers 00ProRef.book : 06chap09.fm Page 3 Monday, March 9, 1998 3:23 PM User Interface Library Analysis/Advanced Analysis Libraries 132 Easy I/O for DAQ Library00ProRef.book : 06chap09.fm Page 4 Monday, March 9, 1998 3:23 PM Data Acquisition Library VXI Library GPIB/GPIB 488.2 Library 133 RS-232 Library 00ProRef.book : 06chap09.fm Page 5 Monday, March 9, 1998 3:23 PM VISA Library IVI Library 134 TCP Library00ProRef.book : 06chap09.fm Page 6 Monday, March 9, 1998 3:23 PM DDE Library ActiveX Automation Library X Property Library Formatting and I/O Library 135 Utility Library 00ProRef.book : 06chap09.fm Page 7 Monday, March 9, 1998 3:23 PM ANSI C Library LabWindows/CVI Instrument Drivers 136 A00ProRef.book : 07AppA.fm Page 1 Monday, March 9, 1998 3:23 PM Errors and Warnings137 00ProRef.book : 07AppA.fm Page 2 Monday, March 9, 1998 3:23 PM138 00ProRef.book : 07AppA.fm Page 3 Monday, March 9, 1998 3:23 PM139 00ProRef.book : 07AppA.fm Page 4 Monday, March 9, 1998 3:23 PM140 00ProRef.book : 07AppA.fm Page 5 Monday, March 9, 1998 3:23 PM141 00ProRef.book : 07AppA.fm Page 6 Monday, March 9, 1998 3:23 PM142 00ProRef.book : 07AppA.fm Page 7 Monday, March 9, 1998 3:23 PM143 00ProRef.book : 07AppA.fm Page 8 Monday, March 9, 1998 3:23 PM144 00ProRef.book : 07AppA.fm Page 9 Monday, March 9, 1998 3:23 PM145 00ProRef.book : 07AppA.fm Page 10 Monday, March 9, 1998 3:23 PM146 00ProRef.book : 07AppA.fm Page 11 Monday, March 9, 1998 3:23 PM147 00ProRef.book : 07AppA.fm Page 12 Monday, March 9, 1998 3:23 PM148 00ProRef.book : 07AppA.fm Page 13 Monday, March 9, 1998 3:23 PM149 00ProRef.book : 07AppA.fm Page 14 Monday, March 9, 1998 3:23 PM150 00ProRef.book : 07AppA.fm Page 15 Monday, March 9, 1998 3:23 PM151 00ProRef.book : 07AppA.fm Page 16 Monday, March 9, 1998 3:23 PM152 00ProRef.book : 07AppA.fm Page 17 Monday, March 9, 1998 3:23 PM153 00ProRef.book : 07AppA.fm Page 18 Monday, March 9, 1998 3:23 PM154 00ProRef.book : 07AppA.fm Page 19 Monday, March 9, 1998 3:23 PM155 00ProRef.book : 07AppA.fm Page 20 Monday, March 9, 1998 3:23 PM156 00ProRef.book : 07AppA.fm Page 21 Monday, March 9, 1998 3:23 PM157 00ProRef.book : 07AppA.fm Page 22 Monday, March 9, 1998 3:23 PM158 00ProRef.book : 07AppA.fm Page 23 Monday, March 9, 1998 3:23 PM159 00ProRef.book : 07AppA.fm Page 24 Monday, March 9, 1998 3:23 PM160 00ProRef.book : 07AppA.fm Page 25 Monday, March 9, 1998 3:23 PM161 00ProRef.book : 07AppA.fm Page 26 Monday, March 9, 1998 3:23 PM162 00ProRef.book : 07AppA.fm Page 27 Monday, March 9, 1998 3:23 PM163 00ProRef.book : 07AppA.fm Page 28 Monday, March 9, 1998 3:23 PM164 00ProRef.book : 07AppA.fm Page 29 Monday, March 9, 1998 3:23 PM165 00ProRef.book : 07AppA.fm Page 30 Monday, March 9, 1998 3:23 PM166 00ProRef.book : 07AppA.fm Page 31 Monday, March 9, 1998 3:23 PM167 00ProRef.book : 07AppA.fm Page 32 Monday, March 9, 1998 3:23 PM168 00ProRef.book : 07AppA.fm Page 33 Monday, March 9, 1998 3:23 PM169 00ProRef.book : 07AppA.fm Page 34 Monday, March 9, 1998 3:23 PM170 00ProRef.book : 07AppA.fm Page 35 Monday, March 9, 1998 3:23 PM171 00ProRef.book : 07AppA.fm Page 36 Monday, March 9, 1998 3:23 PM172 00ProRef.book : 07AppA.fm Page 37 Monday, March 9, 1998 3:23 PM173 00ProRef.book : 07AppA.fm Page 38 Monday, March 9, 1998 3:23 PM174 00ProRef.book : 07AppA.fm Page 39 Monday, March 9, 1998 3:23 PM175 00ProRef.book : 07AppA.fm Page 40 Monday, March 9, 1998 3:23 PM176 00ProRef.book : 07AppA.fm Page 41 Monday, March 9, 1998 3:23 PM177 00ProRef.book : 07AppA.fm Page 42 Monday, March 9, 1998 3:23 PM178 00ProRef.book : 07AppA.fm Page 43 Monday, March 9, 1998 3:23 PM179 00ProRef.book : 07AppA.fm Page 44 Monday, March 9, 1998 3:23 PM180 00ProRef.book : 07AppA.fm Page 45 Monday, March 9, 1998 3:23 PM181 00ProRef.book : 07AppA.fm Page 46 Monday, March 9, 1998 3:23 PM 182 B00ProRef.book : 09CCApx.fm Page 1 Monday, March 9, 1998 3:23 PM Customer Communication 187 Glossary00ProRef.book : 10gloss.fm Page 1 Monday, March 9, 1998 3:23 PM A B 188 C00ProRef.book : 10gloss.fm Page 2 Monday, March 9, 1998 3:23 PM D E 189 F00ProRef.book : 10gloss.fm Page 3 Monday, March 9, 1998 3:23 PM G H 190 I00ProRef.book : 10gloss.fm Page 4 Monday, March 9, 1998 3:23 PM 191 L00ProRef.book : 10gloss.fm Page 5 Monday, March 9, 1998 3:23 PM M O P 192 R00ProRef.book : 10gloss.fm Page 6 Monday, March 9, 1998 3:23 PM S 193 T00ProRef.book : 10gloss.fm Page 7 Monday, March 9, 1998 3:23 PM U V 194 W00ProRef.book : 10gloss.fm Page 8 Monday, March 9, 1998 3:23 PM 195 Index00ProRef.book : 11Index.fm Page 1 Monday, March 9, 1998 3:23 PM Special Characters/Numbers A 196 B00ProRef.book : 11Index.fm Page 2 Monday, March 9, 1998 3:23 PM C 197 D00ProRef.book : 11Index.fm Page 3 Monday, March 9, 1998 3:23 PM 198 E00ProRef.book : 11Index.fm Page 4 Monday, March 9, 1998 3:23 PM 199 F00ProRef.book : 11Index.fm Page 5 Monday, March 9, 1998 3:23 PM G H I 200 K00ProRef.book : 11Index.fm Page 6 Monday, March 9, 1998 3:23 PM L 202 M00ProRef.book : 11Index.fm Page 8 Monday, March 9, 1998 3:23 PM N O 203 P00ProRef.book : 11Index.fm Page 9 Monday, March 9, 1998 3:23 PM Q R 204 S206 T00ProRef.book : 11Index.fm Page 12 Monday, March 9, 1998 3:23 PM U 208 V00ProRef.book : 11Index.fm Page 14 Monday, March 9, 1998 3:23 PM W 211 X00ProRef.book : 11Index.fm Page 17 Monday, March 9, 1998 3:23 PM
Also you can find more National Instruments manuals or manuals for other Musical Instruments & Equipment.