Search Entire Site

NI Developer Zone Results

The Blowfish Encryption Algorithm
The Blowfish Encryption Algorithm Block Cipher: 64-bit block Variable Key Length: 32 bits to 448 bits Designed by Bruce Schneier Much faster than DES and IDEA Not ...
Rating: 4.79
Last Modified: January 23 2013
zone.ni.com/devzone/cda/epd/p/id/3473 Download
Customizing Measurement Studio WPF Controls for a Unique User Interface
This tutorial contains video demonstrations and downloadable code to get you started with customizing Measurement Studio Windows Presentation Foundation (WPF) controls ...
www.ni.com/white-paper/14422/en
Ethernet Expansion I/O from Any PC or PAC
In this short tutorial, learn about new expansion I/O hardware from National Instruments that provides Ethernet or serial expansion I/O from any PC or programmable ...
zone.ni.com/wv/app/doc/p/id/wv-375
AOP DataPlugin
This DataPlugin enables access to the ASAM ODS Server Version 3, 3.2, 5, and 5.1 through the RPC interface. This DataPlugin is available in DIAdem and LabVIEW by ...
Rating: 0.00
Last Modified: May 22 2013
zone.ni.com/devzone/cda/epd/p/id/6600
Introduction to Computer-Based Measurements with NI LabVIEW
LabVIEW is a comprehensive development environment that contains all the tools engineers and scientists need to design and deploy measurement and control systems. ...
zone.ni.com/wv/app/doc/p/id/wv-3819
Fostering Discovery: How LabVIEW Accelerates Research in the Natural Sciences
For the last 27 years LabVIEW has been at the heart of  some of the most  ground breaking scientific research. From assisting in brain imaging to controlling ...
zone.ni.com/wv/app/doc/p/id/wv-3825
The Essentials of File Management with LabVIEW
Learn how to identify and avoid common pitfalls when developing an NI LabVIEW code base. Examine best practices for managing LabVIEW applications and discover how ...
zone.ni.com/wv/app/doc/p/id/wv-3826
Under-the-Hood of Application Builder: Tips and Tricks for Deploying Desktop Applications
How many times have you created an executable and wondered what was going on behind the scenes? This session will include, but move beyond the basic steps to creating ...
zone.ni.com/wv/app/doc/p/id/wv-3827
Remote Connectivity with LabVIEW Systems
How would you like to have remote monitoring or control of your LabVIEW application? Attend this session to learn about the different technologies that make this ...
zone.ni.com/wv/app/doc/p/id/wv-3828
User Interface Tips and Tricks
The UI is normally the first, and often the only part of your work most people see.  As LabVIEW programmers, we often become immersed in the exciting engineering ...
zone.ni.com/wv/app/doc/p/id/wv-3829

NI Developer Zone Results

Search Syntax Summary

OperatorExampleActionBoolean 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, searching 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

Basic Tips

  • Search is not case sensitive. Searching for LabVIEW is the same as searching for labview.
  • Keep your query short and focused, including all relevant keywords. For example, searching for labview error is much more vague than labview error 1041.
  • Usually, all punctuation and special characters are interpreted as delimiters and are ignored. See exceptions on the Syntax page. Be especially careful when using a minus sign in front of an error number, as it excludes it from the results.
  • Search for keywords you would expect to see on a page. For example, terms pxi does not work are unlikely to appear in technical documentation. The query like analog output noise will return better search results.

Advanced Tips

  • You locale settings identify your current geographical location and affect your search results. For example, if you set your country to Japan, Japanese documents will get boosted in your search results. Check your locale settings in the top right corner of the search page.