|
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
|
|
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
|
|
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
|
|
The Digital Energy Revolution
See how graphical system design changes the way we manipulate, move, and store energy. Hold on to your electric vehicle seat; energy is going digital. When a technology ...
zone.ni.com/devzone/cda/pub/p/id/1565
|
|
Estimate the Uptime of Your PXI System
A product’s life cycle comprises three phases: early life, useful life, and wear out. Failures can happen in each phase, but the mechanisms of failure differ across ...
zone.ni.com/devzone/cda/pub/p/id/1552
|
|
Who’s Controlling Whom? (The Automation Revelation)
A typical multi-instrument automated test system connects traditional box instruments to a PC to increase efficiency and make it easier to analyze and report data. ...
zone.ni.com/devzone/cda/pub/p/id/1550
|
|
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
|
|
Hunting the Higgs Boson Particle
Scientists have been trying to find evidence of the existence of the Higgs boson particle for decades. But what is it? And what’s all the excitement about? Scientists ...
zone.ni.com/devzone/cda/pub/p/id/1567
|
|
Developing Problem-Solving Skills With Simulation and Portable Instrumentation
Circuits and microelectronics courses traditionally treat laboratory projects and homework as separate activities; however, integrating physical measurements into ...
zone.ni.com/devzone/cda/pub/p/id/1569
|
|
Program Faster Using Quick Drop Shortcuts
The official technical resource for integrating with the LabVIEW development environment and creating LabVIEW toolkits.
decibel.ni.com/content/groups/labview-add-on-dev-center/blog/2012/05/11/develop-faster-with-quick-drop-shortcuts
|
| 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 |