|
Introduction to the TDM Header Writer C API
Introduction If you have ever struggled with designing or maintaining a custom file format for measurement data, you can relate to the effort, expense, and headache ...
www.ni.com/white-paper/2824/en
|
|
|
Creating a Measurement Studio for Visual C++ 6.0 Project
This tutorial includes step-by-step procedures for using Measurement Studio classes and controls to complete the following tasks: graph two sine waves, the amplitudes ...
www.ni.com/white-paper/3177/en
|
|
|
Counter Operations with Measurement Studio DAQ ActiveX Controls
This document explains how to use the Measurement Studio ActiveX controls in Visual Basic to perform counter operations. Measurement Studio provides two controls ...
www.ni.com/white-paper/3167/en
|
|
|
Reading Data from an OPC Server using DataSocket in Visual Basic
This example uses the Measurement Studio DataSocket (CWDataSocket) control to read values from an OPC server. When you click the Gather Data button, browse to an ...
|
|
|
Displaying Measurement Studio ActiveX Control Property Pages at Runtime
This application demonstrates how to launch the property pages for the Measurement Studio Graph control at runtime. The main code is located in the DisplayPropertyPages() ...
|
|
|
DAQmx Analog Output with User Interface in VC++ 6
This analog output example interfaces a Graphical User Interface for user to input physical channel and output range.
|
|
|
Serial Communication in Visual C++ with ComponentWorks
This example demonstrates basic serial operations using the CWSerial Control in Visual C++ 6.0. The example demonstrates how to configure, write to, and read from ...
|
|
|
Using Plot Styles with the Measurement Studio 3D Graph Control
This example demonstrates the use of plot styles with the Measurement Studio 3D Graph (CWGraph3D) control. Click each plot button to plot data and select each plot ...
|
|
|
Buffered Period Measurement with Multiple Counters using Measurement Studio 6.0
This program demonstrates using all eight counters with Measurement Studio in Visual Basic to make buffered period measurements with a TIO-based counter/timer device ...
|
|
|
Using the BwCoef and IIRFiltering Functions with Measurement Studio for Visual Basic
This example shows how to use the BwCoef function to generate Butterworth filter highpass and lowpass coefficients and then use these coefficients in the IIRFiltering ...
|
| Operator | Example | Action | Boolean Equivalent |
|---|---|---|---|
| " " | "temperature monitoring" | Requires two terms to be adjacent to each other. In this example, only documents containing the phrase "temperature monitoring" will be shown. | ADJ |
| + | +temperature | Requires this term to be present as-is, eliminating the use of synonyms. This search query can be used in conjunction with other keywords to find only documents containing the word "temperature". | AND |
| - | -monitoring | Excludes results containing this term. Use this query in conjunction with other terms to find only documents not containing the word "monitoring" | NOT |
| () | (temperature monitoring) | Allows terms to be grouped when used with other operators. For example, searing for industrial -(temperature monitoring) will return only documents containing "industrial" but not "temperature" or "monitoring" | OR |
| * | monitor* | Acts as a wildcard. This example will return documents containing words "monitor", "monitoring", "monitored", etc | n/a |