|
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
|
|
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
|
|
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
|
|
Insight into Cloud Security at National Instruments
Today, “the cloud” is frequently described as the “next big thing” in computing. Years ago, it was the Web, and before that it was the Internet. Currently, however, ...
zone.ni.com/devzone/cda/pub/p/id/1563
|
|
How to Make Your Measurement System More Flexible With Counter/Timers
Counter/Timer Overview Counter/timers (or counters) are an extremely useful feature of many National Instruments multifunction DAQ devices and NI CompactDAQ chassis ...
zone.ni.com/devzone/cda/pub/p/id/1476
|
|
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
|
|
3 Simple Object-Oriented Design Patterns in LabVIEW
It’s easy to recognize code that uses standard design patterns versus code that doesn’t—it’s the difference between being able to understand how the application ...
zone.ni.com/devzone/cda/pub/p/id/1506
|
|
Selex Galileo, a Finmeccanica company joins the PXI System Alliance as Associate member.
SELEX Galileo, a leader in the defence electronics markets, has recently joined, as an Associate member, the PXI System Alliance (PXISA), an industry consortium ...
zone.ni.com/devzone/cda/pub/p/id/1493
|
|
Smartphones and Tablets for Measurement and Control
Every day we see more and more people with an iPhone, Android-based phone, or other smartphone. According to Gartner Research, worldwide smartphone sales reached ...
zone.ni.com/devzone/cda/pub/p/id/1387
|
| 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 |