Measurement StudioTMUser ManualSubtitleMeasurement Studio User ManualApril 2008373392C-01
Chapter 1 Introduction to Measurement StudioMeasurement Studio User Manual 1-2 ni.comThis manual documents Measurement Studio for Visual Studio 2005 a
Chapter 4 Measurement Studio Integrated Tools and FeaturesMeasurement Studio User Manual 4-8 ni.comThe DAQ Assistant interactively assists you in perf
Chapter 4 Measurement Studio Integrated Tools and Features© National Instruments Corporation 4-9 Measurement Studio User ManualTip For more informatio
Chapter 4 Measurement Studio Integrated Tools and FeaturesMeasurement Studio User Manual 4-10 ni.comRefer to Chapter 5, the Walkthrough: Creating a Me
Chapter 4 Measurement Studio Integrated Tools and Features© National Instruments Corporation 4-11 Measurement Studio User ManualSelecting a Measuremen
Chapter 4 Measurement Studio Integrated Tools and FeaturesMeasurement Studio User Manual 4-12 ni.comUsing the Instrument Driver WizardTo use an IVI or
© National Instruments Corporation 5-1 Measurement Studio User Manual5Getting Started with Measurement StudioThe following sections include overview i
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-2 ni.comWalkthrough: Creating a Measurement Studio Application with
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-3 Measurement Studio User ManualSetting up the project1. Select
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-4 ni.comTip If you are working with an existing project, you can acc
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-5 Measurement Studio User Manual6. Expand the Measurement Studio
Chapter 1 Introduction to Measurement Studio© National Instruments Corporation 1-3 Measurement Studio User Manual• Microsoft-compatible mouse• Microso
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-6 ni.comNote You can also access the WaveformPlot Collection Editor
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-7 Measurement Studio User Manual15. Type gauge for the name of t
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-8 ni.comGenerating, plotting, and analyzing the data1. Double-click
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-9 Measurement Studio User ManualCustomizing your user interface1
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-10 ni.com4. Select Points Only. Click OK. Notice that the legend cha
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-11 Measurement Studio User Manual15. Select Debug»Start Without
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-12 ni.com• Generating, plotting, and analyzing the data—Using Nation
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-13 Measurement Studio User Manual3. In the Templates pane, selec
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-14 ni.comTip If you are working with an existing project, you can ac
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-15 Measurement Studio User ManualAdding user interface controls
Chapter 1 Introduction to Measurement StudioMeasurement Studio User Manual 1-4 ni.comNote There are separate installers for Measurement Studio support
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-16 ni.com7. Select the Button control and drag and drop it into the
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-17 Measurement Studio User Manual13. Select the Legend control a
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-18 ni.comThe following screenshot shows Default.aspx with the user c
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-19 Measurement Studio User Manual[C#]// Declare and initialize a
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-20 ni.com3. Select Plots[0] in the Source drop-down list and enter S
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-21 Measurement Studio User Manual11. Select File»Save Default.as
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-22 ni.comWalkthrough: Creating a Measurement Studio Application with
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-23 Measurement Studio User ManualWriting an array of data to the
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-24 ni.com7. Select NetworkVariable Communication Library. Click Fini
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-25 Measurement Studio User ManualReturn valuesEnd FunctionSub Ma
Chapter 1 Introduction to Measurement Studio© National Instruments Corporation 1-5 Measurement Studio User ManualTo install support for NI-DAQmx:1. In
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-26 ni.com bufferedWrite.WriteValue(value); Thr
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-27 Measurement Studio User ManualSetting up a Windows Forms proj
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-28 ni.com6. Select Network Variable Communication Library and Window
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-29 Measurement Studio User ManualConfiguring the network variabl
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-30 ni.com6. For the Location, browse to the \\localhost\System\doubl
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-31 Measurement Studio User ManualWalkthrough: Creating a Measure
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-32 ni.com• Displaying the array of data on a Web page—Using the Tool
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-33 Measurement Studio User Manual3. In the Project Types pane, s
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-34 ni.com8. In Program.cs, add the following code to write an array
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-35 Measurement Studio User Manual } static void Main(s
Chapter 1 Introduction to Measurement StudioMeasurement Studio User Manual 1-6 ni.comInstalling the Current Version of Measurement Studio over Previou
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-36 ni.comSetting up a Web Forms project1. Select Start»All Programs»
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-37 Measurement Studio User Manual6. Select Network Variable Comm
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-38 ni.comConfiguring the network variable data source control1. Clic
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-39 Measurement Studio User Manual6. Select Add. You add a bindin
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-40 ni.com8. Click OK to return to the NetworkVariableBinding Collect
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-41 Measurement Studio User Manual4. Select Add. Select WaveformG
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-42 ni.com6. Select File»Save Default.aspx to save your application.7
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-43 Measurement Studio User Manual• Configuring your task—Using t
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-44 ni.com3. In the Project types pane, expand the Visual C# or Visua
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-45 Measurement Studio User Manual5. In the Add DAQ Component dia
Chapter 1 Introduction to Measurement Studio© National Instruments Corporation 1-7 Measurement Studio User ManualTable 1-1. Measurement Studio Packag
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-46 ni.comTo configure your task1. In the Create New dialog box of th
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-47 Measurement Studio User Manual3. From the Supported Physical
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-48 ni.com4. In the Edit DAQ Task dialog box, you can edit the config
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-49 Measurement Studio User Manual5. To complete the DAQ configur
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-50 ni.comTo create a custom user interface for the task1. In the Con
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-51 Measurement Studio User ManualThe wizard also generates event
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-52 ni.com3. Press <F5> to run the application.4. After you hav
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-53 Measurement Studio User ManualThe National Instruments Instru
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-54 ni.com3. In the Project Types pane, select Measurement Studio und
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-55 Measurement Studio User ManualPerforming a query on the instr
Chapter 1 Introduction to Measurement StudioMeasurement Studio User Manual 1-8 ni.comDataSocket Server ✔ ✔DataSocket Library ✔ ✔Parameter Assistant ✔
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-56 ni.com5. If there are more than two tokens in the token list, rem
Chapter 5 Getting Started with Measurement Studio© National Instruments Corporation 5-57 Measurement Studio User Manual10. Click the Show All Files ic
Chapter 5 Getting Started with Measurement StudioMeasurement Studio User Manual 5-58 ni.com7. Add the following code to display the vendor and model n
© National Instruments Corporation A-1 Measurement Studio User ManualATechnical Support and Professional ServicesVisit the following sections of the a
Appendix A Technical Support and Professional ServicesMeasurement Studio User Manual A-2 ni.comIf you searched ni.com and could not find the answers y
© National Instruments Corporation G-1 Measurement Studio User ManualGlossaryAActiveX Set of Microsoft technologies for reusable software components.
GlossaryMeasurement Studio User Manual G-2 ni.comBbutton A control used to input or display Boolean information or to initiate an action in a program.
Glossary© National Instruments Corporation G-3 Measurement Studio User Manualcoercion Automatic conversion that Measurement Studio controls perform to
GlossaryMeasurement Studio User Manual G-4 ni.comDataSocket Technology that simplifies live data exchange between applications and HTTP, FTP, OPC, log
Glossary© National Instruments Corporation G-5 Measurement Studio User ManualEEthernet Standard connection type for networks, where computers are conn
Chapter 1 Introduction to Measurement Studio© National Instruments Corporation 1-9 Measurement Studio User ManualLearning Measurement StudioAs you wor
GlossaryMeasurement Studio User Manual G-6 ni.comIIEEE 488 Shortened notation for ANSI/IEEE Standards 488-1978, 488.1-1987, and 488.2-1987. See also G
Glossary© National Instruments Corporation G-7 Measurement Studio User ManualLLabVIEW Laboratory Virtual Instrument Engineering Workbench. Graphical d
GlossaryMeasurement Studio User Manual G-8 ni.comNNI-488.2 Driver-level software to control and communicate with National Instruments GPIB hardware.NI
Glossary© National Instruments Corporation G-9 Measurement Studio User ManualPPCI Peripheral Component Interconnect. High-performance expansion bus ar
GlossaryMeasurement Studio User Manual G-10 ni.comRrange Region between the limits within which a quantity is measured, received, or transmitted. The
Glossary© National Instruments Corporation G-11 Measurement Studio User ManualTCP/IP Transmission Control Protocol/Internet Protocol. A standard forma
© National Instruments Corporation I-1 Measurement Studio User ManualIndexAActiveX controls in Visual C++, 3-2Add/Remove Class Libraries wizard, 4-5ad
IndexMeasurement Studio User Manual I-2 ni.comDDAQ Assistant, 4-6data acquisition (DAQ), 2-16, 3-17DataSocket, .NET class library, 2-15deployment requ
Index© National Instruments Corporation I-3 Measurement Studio User ManualCommon, 2-13NI-488.2, 2-16NI-DAQmx, 2-16NI-SCOPE, 2-17NI-VISA, 2-17overview,
IndexMeasurement Studio User Manual I-4 ni.comgauge, 2-27, 2-44knob, 2-27, 2-44LED, 2-30, 2-48legend, 2-27, 2-44meter, 2-27, 2-44numeric edit, 2-29, 2
Chapter 1 Introduction to Measurement StudioMeasurement Studio User Manual 1-10 ni.comFor more information on example locations, refer to Where To Fin
© National Instruments Corporation 2-1 Measurement Studio User Manual2Measurement Studio .NET Class LibrariesThis chapter provides overview informatio
SupportWorldwide Technical Support and Product Informationni.comNational Instruments Corporate Headquarters11500 North Mopac Expressway Austin, Texas
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-2 ni.comAnalysisThe Measurement Studio Analysis .NET class library i
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-3 Measurement Studio User ManualEnterprise AnalysisThe Enterpris
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-4 ni.comPower and Frequency Estimate ✔Pulse Measurements ✔Scaled Tim
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-5 Measurement Studio User ManualBlackman-Nuttall Window ✔ ✔Cosin
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-6 ni.comIIR Cascade ✔ ✔IIR ✔ ✔Inverse Chebyshev ✔ ✔Kaiser ✔ ✔Signal
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-7 Measurement Studio User ManualThreshold Peak Detector ✔ ✔Unwra
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-8 ni.comComplex Pseudo Inverse Matrix✔ ✔Complex QR Factorization ✔Co
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-9 Measurement Studio User ManualMatrix Norm ✔ ✔Matrix Rank ✔ ✔Ou
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-10 ni.comComplex Number Arithmetic ✔ ✔Find Polynomial Roots ✔ ✔Scale
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-11 Measurement Studio User ManualF-Distribution ✔Histogram ✔ ✔In
Important InformationWarrantyThe media on which you receive National Instruments software are warranted not to fail to execute programming instructio
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-12 ni.comDawson’s Integral ✔Dilogarithm ✔Elliptic 1st ✔Elliptic 2nd
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-13 Measurement Studio User ManualTip For more information about
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-14 ni.com•An EngineeringFormatInfo class that defines a custom forma
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-15 Measurement Studio User ManualUse the features in the Network
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-16 ni.comtransfer protocol servers (ftp:), file systems (file:), and
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-17 Measurement Studio User ManualUse the NI-DAQmx class library
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-18 ni.com•PXI• Serial (RS-232 and RS-485)•TCP/IP•USB• VXITip For inf
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-19 Measurement Studio User ManualWindows Forms ControlsThe Windo
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-20 ni.comUse this class library to add measurement-specific user int
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-21 Measurement Studio User ManualWith the waveform graph and sca
© National Instruments Corporation v Measurement Studio User ManualContentsAbout This ManualHow To Use This Manual...
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-22 ni.comCursor Operations• Use cursors to identify key points in pl
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-23 Measurement Studio User ManualDigital Waveform Graph ControlU
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-24 ni.comWaveform Sample and Signal State Operations• Simultaneously
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-25 Measurement Studio User ManualComplex Graph ControlUse the Me
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-26 ni.comAxis Operations• Configure a graph to include multiple axes
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-27 Measurement Studio User ManualAdditional Operations• Pan and
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-28 ni.com• Configure the format of value labels to engineering or da
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-29 Measurement Studio User ManualUse the Measurement Studio slid
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-30 ni.comWith the numeric edit control and the classes that interfac
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-31 Measurement Studio User ManualYou typically use an LED contro
ContentsMeasurement Studio User Manual vi ni.comNumeric Controls...
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-32 ni.comProperty Editor ControlUse the Measurement Studio property
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-33 Measurement Studio User ManualTip For more information about
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-34 ni.com• Make the control background transparent.• Configure the L
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-35 Measurement Studio User Manual• Set the interaction mode to k
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-36 ni.comFigure 2-12. InstrumentControlStrip ControlTipFor more inf
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-37 Measurement Studio User ManualASP.NET Web Forms ControlsThe M
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-38 ni.comWaveform Graph and Scatter Graph ControlsUse the Measuremen
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-39 Measurement Studio User Manual• Draw lines or fills from a pl
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-40 ni.comAdditional Operations• Zoom interactively as well as progra
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-41 Measurement Studio User ManualWith the digital waveform graph
Contents© National Instruments Corporation vii Measurement Studio User ManualAdditional Operations ...
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-42 ni.comTip For more information about using the digital waveform g
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-43 Measurement Studio User Manual• Create custom point and line
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-44 ni.com• Annotate and label a magnitude value.• Annotate and label
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-45 Measurement Studio User Manual• Customize the appearance of t
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-46 ni.comUse the Measurement Studio slide, tank, and thermometer con
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-47 Measurement Studio User ManualNumeric Edit ControlUse the Mea
Chapter 2 Measurement Studio .NET Class LibrariesMeasurement Studio User Manual 2-48 ni.comSwitch and LED ControlsUse the Measurement Studio switch an
Chapter 2 Measurement Studio .NET Class Libraries© National Instruments Corporation 2-49 Measurement Studio User ManualAutoRefresh ControlUse the Auto
© National Instruments Corporation 3-1 Measurement Studio User Manual3Measurement Studio Visual C++ Class LibrariesThis chapter provides overview info
Chapter 3Measurement Studio User Manual 3-2 ni.comRefer to the following sections for information about each Measurement Studio Visual C++ class libra
© National Instruments Corporation ix Measurement Studio User ManualAbout This ManualThe Measurement Studio User Manual introduces the concepts associ
Chapter 3© National Instruments Corporation 3-3 Measurement Studio User ManualPlot Operations• Plot three-dimensional data, including curves and surfa
Chapter 3Measurement Studio User Manual 3-4 ni.comStandard AnalysisThe Standard Analysis class library, which ships with Measurement Studio Standard E
Chapter 3© National Instruments Corporation 3-5 Measurement Studio User ManualRefer to Table 3-1 to determine the type of measurements available in th
Chapter 3Measurement Studio User Manual 3-6 ni.comSquare Wave ✔ ✔Triangle Wave ✔ ✔Uniform White Noise ✔ ✔WindowingBlackman Window ✔ ✔Blackman-Harris W
Chapter 3© National Instruments Corporation 3-7 Measurement Studio User ManualCascade ✔ ✔Chebyshev ✔ ✔Elliptic ✔ ✔Equiripple ✔FIR ✔ ✔FIR Windowed ✔ ✔I
Chapter 3Measurement Studio User Manual 3-8 ni.comInverse Fast Hilbert Transform ✔ ✔Inverse Fast Hartley Transform ✔ ✔Peak Detection ✔ ✔Power Spectrum
Chapter 3© National Instruments Corporation 3-9 Measurement Studio User ManualComplex Matrix Condition Number✔ ✔Complex Matrix Norm ✔ ✔Complex Matrix
Chapter 3Measurement Studio User Manual 3-10 ni.comLinear Equations ✔LU Factorization ✔Matrix Balance ✔Matrix Condition Number ✔ ✔Matrix Multiplicatio
Chapter 3© National Instruments Corporation 3-11 Measurement Studio User Manual1D and 2D Linear Evaluation ✔ ✔1D and 2D Polynomial Evaluation✔ ✔1D Pol
Chapter 3Measurement Studio User Manual 3-12 ni.comRemove Outliers ✔Statistics1D, 2D, and 3D ANOVA ✔Chi-Square Distribution ✔erf(x) and erfc(x) ✔F-Dis
About This ManualMeasurement Studio User Manual x ni.comUse this manual as a starting point to learn about Measurement Studio. Refer to the NI Measure
Chapter 3© National Instruments Corporation 3-13 Measurement Studio User ManualBessel 1st ✔Bessel 2nd ✔Beta ✔Complimentary Gamma ✔Cosine Integral ✔Daw
Chapter 3Measurement Studio User Manual 3-14 ni.comTip For more information about analyzing or generating data with the Analysis class library, refer
Chapter 3© National Instruments Corporation 3-15 Measurement Studio User ManualCommonThe Measurement Studio Common Visual C++ class library provides d
Chapter 3Measurement Studio User Manual 3-16 ni.comtransfer protocol servers (ftp:), file systems (file:), and OLE for Process Control (opc:) servers.
Chapter 3© National Instruments Corporation 3-17 Measurement Studio User ManualNI-488.2Use the Measurement Studio NI-488.2 Visual C++ class library to
Chapter 3Measurement Studio User Manual 3-18 ni.comNI-ReportsUse the Measurement Studio NI-Reports Visual C++ class library to generate printed report
Chapter 3© National Instruments Corporation 3-19 Measurement Studio User ManualUser InterfaceUse the Measurement Studio User Interface Visual C++ clas
Chapter 3Measurement Studio User Manual 3-20 ni.comTip For more information about using the button control, refer to the Using the Measurement Studio
Chapter 3© National Instruments Corporation 3-21 Measurement Studio User ManualAxis Operations•Use the CNiAxis class to interface to a single axis of
Chapter 3Measurement Studio User Manual 3-22 ni.comWith the knob control and the classes that interface with the control, you can perform the followin
© National Instruments Corporation 1-1 Measurement Studio User Manual1Introduction to Measurement StudioMeasurement Studio is an integrated suite of t
Chapter 3© National Instruments Corporation 3-23 Measurement Studio User ManualTip For more information about easily using the numeric edit control, r
Chapter 3Measurement Studio User Manual 3-24 ni.comUtilityUse the Measurement Studio Utility Visual C++ class library to easily access Windows operati
Chapter 3© National Instruments Corporation 3-25 Measurement Studio User ManualTip For more information about using the Utility class library, refer t
© National Instruments Corporation 4-1 Measurement Studio User Manual4Measurement Studio Integrated Tools and FeaturesWhen you use Measurement Studio
Chapter 4 Measurement Studio Integrated Tools and FeaturesMeasurement Studio User Manual 4-2 ni.com• Add/Remove .NET Class Libraries Wizard—Use the Me
Chapter 4 Measurement Studio Integrated Tools and Features© National Instruments Corporation 4-3 Measurement Studio User Manualthat the communication
Chapter 4 Measurement Studio Integrated Tools and FeaturesMeasurement Studio User Manual 4-4 ni.com• Measurement Studio Online Resources»NI Developer
Chapter 4 Measurement Studio Integrated Tools and Features© National Instruments Corporation 4-5 Measurement Studio User ManualFigure 4-1. New Projec
Chapter 4 Measurement Studio Integrated Tools and FeaturesMeasurement Studio User Manual 4-6 ni.comWhen you exit the wizard, the wizard adds or remove
Chapter 4 Measurement Studio Integrated Tools and Features© National Instruments Corporation 4-7 Measurement Studio User ManualNote The DAQ Assistant
Komentarze do niniejszej Instrukcji