Help
Academic Company Events NI Developer Zone Support Solutions Products & Services Contact NI MyNI
Show me

NI Developer Zone Results

Is Einstein’s Theory in Danger?
Serendipity is the discovery of something fortunate. That’s what seems to have happened at the Gran Sasso National Laboratory (LNGS) near L’Acquila, Italy, the site ...
zone.ni.com/devzone/cda/pub/p/id/1496
Laser Interferometer
Overview In a laser interferometer the laser beam is split into two beams by a beam splitter. One of the beams is directed to a mirror located at a certain distance ...
zone.ni.com/devzone/cda/ph/p/id/126
DC Motor Calculations, part 1
Now that we have a good understanding of dc generators, we can begin our study of dc motors. Direct-current motors transform electrical energy into mechanical energy. ...
zone.ni.com/devzone/cda/ph/p/id/46
Hack Your Car With NI CAN Interfaces and LabVIEW
Hacking your car? Imagine the possibilities, right? I’m sure several of you are thinking about all of the things you’d like to do to your car to improve the performance, ...
zone.ni.com/devzone/cda/pub/p/id/1501
6 Tips and Tricks to Increase LabVIEW Performance
NI LabVIEW code performance is influenced by numerous factors, including the environment configuration, hardware specifications, code architecture, and algorithm ...
zone.ni.com/devzone/cda/pub/p/id/1495
Clever Debugging Techniques for Every LabVIEW Developer
Be a LabVIEW Bug Assassin If you use NI LabVIEW software regularly, you probably have a personal toolbox of debugging tricks and techniques for when your software ...
zone.ni.com/devzone/cda/pub/p/id/1473
LabVIEW and PXI Drive Next-Generation Wireless Test
How many wireless devices do you use every day? Think for a moment about the IEEE 802.11a/b/g transceiver providing Wi-Fi on your laptop. You also might have a 315 ...
zone.ni.com/devzone/cda/pub/p/id/476
Installing a Custom Simulation Analysis in Multisim
Multisim offers a high level of versatility in defining the simulation setup for a circuit design. In addition to the fixed set of 20 simulation analyses and 22 ...
decibel.ni.com/content/groups/multisim-custom-simulation-analyses-and-instruments-powered-by-labview/blog/2012/02/16/installing-a-custom-simulation-analysis-in-multisim
Belajar Labview
Skip navigation NI Home Cart Cart | Help Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI Community Welcome, Guest ...
decibel.ni.com/content/groups/labview-team-indonesia/blog/2012/02/12/belajar-labview
Spring 2011 classes scheduled
Hey guys, I've got the schedule for this semester's LabVIEW Proficiency/ CLAD preparation classes. They will be Mondays from 6-8 in College of Computing 101, starting ...
decibel.ni.com/content/groups/georgia-tech-labview-student-community/blog/2012/02/13/spring-2011-classes-scheduled

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

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.