|
Design and Simulation of ECC Circuits Using NI Electronics Workbench Group Software
Author: Prof. M. Altaf Mukati, Hamdard University ECC (error control coding) circuits have been used since 1961 for correcting errors in various telecommunications ...
www.ni.com/white-paper/6480/en
|
|
I/O and Bus Interfaces
Interfacing with your device requires knowledge of I/O and bus interfaces for effective transmission. The table below illustrates common specifications for various ...
www.ni.com/white-paper/13725/en
|
|
LabWindows/CVI Tip: Generate Documentation for your Functions
Tutorial - LabWindows/CVI Tip: Generate Documentation for your Functions - Improve reusability of your code and simplify your next code review with Tooltips and ...
decibel.ni.com/content/docs/DOC-19508
|
|
Cable Lengths and Transmission Speeds
Cable lengths and transmission speeds are two key aspects of interfacing network systems. The table below illustrates common specifications for various applications.
www.ni.com/white-paper/13724/en
|
|
High Reliability and Availability Systems for Control Needs: A Study at CERN
The slides were presented by Dr. Alessandro Masi, Senior Control Engineer, CERN ABSTRACT: The large Hadron Collider (LHC) collimation systems at CERN have strict ...
www.ni.com/white-paper/13584/en
|
|
FTC 2011-2012 Training Material
Tutorial - FTC 2011-2012 Training Material - For FTC 2011-2012 all teams will get a copy of the New LabVIEW for LEGO MINDSTORMS in their Kit of Parts. This is a ...
decibel.ni.com/content/docs/DOC-17939
|
|
LabWindows/CVI Tip: Integrate Free Code Formatter into CVI Tools Menu
Tutorial - LabWindows/CVI Tip: Integrate Free Code Formatter into CVI Tools Menu - Customize Tools Menu Use the Customize command to add your own menu items to the ...
decibel.ni.com/content/docs/DOC-16961
|
|
Using the "User Input" function to select the next state in Vision Builder for Automated Inspection (VBAI)
Tutorial - Using the User Input function to select the next state in Vision Builder for Automated Inspection (VBAI) - The following tutorial will outline the steps ...
decibel.ni.com/content/docs/DOC-16622
|
|
Tutorial: License a LabVIEW Library Using Standard Mode
Tutorial - Tutorial: License a LabVIEW Library Using Standard Mode - As of Third Party Licensing & Activation Toolkit 2011, Licensing a LabVIEW library is much easier ...
decibel.ni.com/content/docs/DOC-16866
|
|
Choosing the Correct Licensing Method in LabVIEW Third Party Licensing & Activation Toolkit
Tutorial - Choosing the Correct Licensing Method in LabVIEW Third Party Licensing & Activation Toolkit - There are many different methods for licensing your LabVIEW ...
decibel.ni.com/content/docs/DOC-17069
|
| 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 |