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
Custom Array Manipulation Using Conditional Loop Tunnels
EXAMPLE - Custom Array Manipulation Using Conditional Loop Tunnels - Overview LabVIEW now features an option to conditionally send data out of a loop tunnel. Auto ...
Rating: 5.00
Author: DanHarryman
Last Modified: May 15 2013
Number of Comments: 5
Number of Downloads: 13
decibel.ni.com/content/docs/DOC-29603
π (Pi) Day!
EXAMPLE - π (Pi) Day! - That's right, it's time for another 'Engineered Holiday' from National Instruments! 14th March (3/14) is International Pi Day 3.141592653589793238462643383279502884197169399375105820974944592307816406286208 ...
Rating: 4.88
Author: Chris_J
Last Modified: March 14 2013
Number of Comments: 3
decibel.ni.com/content/docs/DOC-28073
Displaying all previously logged data with DAQmx
EXAMPLE - Displaying all previously logged data with DAQmx - Introduction Sometimes in a logging application, it can be useful to have a display of all previously ...
Rating: 5.00
Author: Josh_E
Last Modified: May 14 2013
Number of Comments: 0
Number of Downloads: 15
decibel.ni.com/content/docs/DOC-29599
An interactive y=mx graph
EXAMPLE - An interactive y=mx graph - Introduction This example is a simple demo of how you can programmatically set the values of an equation interactively, by ...
Rating: 5.00
Author: Josh_E
Last Modified: May 17 2013
Number of Comments: 0
Number of Downloads: 7
decibel.ni.com/content/docs/DOC-29647
NI System Configuration: Show All Hardware
EXAMPLE - NI System Configuration: Show All Hardware - Overview Displays all hardware and certain properties of that hardware on the specified target. Description ...
Rating: 4.50
Author: Kaitlin-N
Last Modified: May 14 2013
Number of Comments: 0
Number of Downloads: 24
decibel.ni.com/content/docs/DOC-29606 Download
Virtual Winter Wonderland!
EXAMPLE - Virtual Winter Wonderland! - To kick-off National Instruments UK's celebration of the 12 working days of Christmas, we cordially welcome you to the Virtual ...
Rating: 5.00
Author: RER
Last Modified: December 06 2012
Number of Comments: 1
decibel.ni.com/content/docs/DOC-25638
12 Days of Christmas - 2012
EXAMPLE - 12 Days of Christmas - 2012 - DayGiftPublished OnLabVIEW Gift-Merry Christmas!Wednesday 5 December 2012Virtual Winter Wonderland!1Partridge in a Pear TreeThursday ...
Rating: 5.00
Author: alpha1
Last Modified: December 20 2012
Number of Comments: 0
decibel.ni.com/content/docs/DOC-25593
Get the Filesystem type of a Real-Time Target using the System Configuration API
EXAMPLE - Get the Filesystem type of a Real-Time Target using the System Configuration API - Overview This example demonstrates how to get the filesystem type of ...
Rating: 5.00
Author: Craig_
Last Modified: March 29 2013
Number of Comments: 0
Number of Downloads: 27
decibel.ni.com/content/docs/DOC-28696
Create a Randomly Generated Array Within a Specified Range
EXAMPLE - Create a Randomly Generated Array Within a Specified Range - This VI executes the simple task of creating an array with a manually specified magnitude ...
Rating: 5.00
Author: Dan_the_Man
Last Modified: April 17 2013
Number of Comments: 0
Number of Downloads: 54
decibel.ni.com/content/docs/DOC-29129 Download

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.