Difference between revisions of "Category:Modules"

From NeatTools
(Display Logic Toolbox)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
NeatTools is a visual programing environment.  Programs are built using modules connected together in such a way as to manipulate a flow of data.  Data flows into a module, where it is acted upon in some way by the module, for instance, the [[Digital Logic Toolbox#Integer Add|Integer Add]] Module takes two connections of integers, sums them, and outputs the result.  The modules are divided by type into several toolboxes.
 
NeatTools is a visual programing environment.  Programs are built using modules connected together in such a way as to manipulate a flow of data.  Data flows into a module, where it is acted upon in some way by the module, for instance, the [[Digital Logic Toolbox#Integer Add|Integer Add]] Module takes two connections of integers, sums them, and outputs the result.  The modules are divided by type into several toolboxes.
 +
 +
NeatTools manual: [http://www.neattools.org/docs/ntmanual-2008.pdf]
 +
 
==Toolboxes==
 
==Toolboxes==
 
The eight toolboxes are accessible from the [[Toolbar]] on the left side.
 
The eight toolboxes are accessible from the [[Toolbar]] on the left side.
Line 76: Line 79:
 
* [[Math Toolbox#Real Arc Tangent|Real Arc Tangent]]
 
* [[Math Toolbox#Real Arc Tangent|Real Arc Tangent]]
 
* [[Math Toolbox#Real Square Root|Real Square Root]]
 
* [[Math Toolbox#Real Square Root|Real Square Root]]
* [[Math Toolbox#Floor|Floor]]
+
* [[Math Toolbox#Real Floor|Real Floor]]
 
* [[Math Toolbox#PI|PI]]
 
* [[Math Toolbox#PI|PI]]
* [[Math Toolbox#Real Calibrate|Real Calibrate]]
+
* [[Math Toolbox#Real Delay|Real Delay]]
 
</td>
 
</td>
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
Line 96: Line 99:
 
* [[Math Toolbox#Modulus|Modulus]]
 
* [[Math Toolbox#Modulus|Modulus]]
 
* [[Math Toolbox#Natural number e|Natural number e]]
 
* [[Math Toolbox#Natural number e|Natural number e]]
 +
* [[Math Toolbox#Real Calibrate|Real Calibrate]]
 
</td>
 
</td>
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-right: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-right: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
Line 174: Line 178:
 
<tr>
 
<tr>
 
<td colspan="2">
 
<td colspan="2">
==[[Display Logic Toolbox]]==
+
==[[Display Toolbox]]==
 
</td>
 
</td>
 
</tr>
 
</tr>
 
<tr style="background: #eef">
 
<tr style="background: #eef">
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-left: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-left: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
* [[Display Logic Toolbox#Color|Color]]
+
* [[Display Toolbox#Color|Color]]
* [[Display Logic Toolbox#Real|Real]]
+
* [[Display Toolbox#Real|Real]]
* [[Display Logic Toolbox#Bytes|Bytes]]
+
* [[Display Toolbox#Bytes|Bytes]]
* [[Display Logic Toolbox#Switch|Switch]] (Red)
+
* [[Display Toolbox#Switch|Switch]] (Red)
* [[Display Logic Toolbox#1D Viewer|1D Viewer]] (Horizontal)
+
* [[Display Toolbox#1D Viewer|1D Viewer]] (Horizontal)
* [[Display Logic Toolbox#1D Meter|1D Meter]]
+
* [[Display Toolbox#1D Meter|1D Meter]]
* [[Display Logic Toolbox#2D Meter|2D Meter]]
+
* [[Display Toolbox#2D Meter|2D Meter]]
 
</td>
 
</td>
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
* [[Display Logic Toolbox#Label|Label]]
+
* [[Display Toolbox#Label|Label]]
* [[Display Logic Toolbox#Real Complex|Real Complex]]
+
* [[Display Toolbox#Real Complex|Real Complex]]
* [[Display Logic Toolbox#Button|Button]] (Cyan)
+
* [[Display Toolbox#Button|Button]] (Cyan)
* [[Display Logic Toolbox#Focus|Focus]] (Yellow)
+
* [[Display Toolbox#Focus|Focus]] (Yellow)
* [[Display Logic Toolbox#1D Slider|1D Slider]]
+
* [[Display Toolbox#1D Slider|1D Slider]]
* [[Display Logic Toolbox#2D Slider|2D Slider]]
+
* [[Display Toolbox#2D Slider|2D Slider]]
 
</td>
 
</td>
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-right: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
 
<td style="vertical-align:top; border-top: 1px solid #ccf; border-right: 1px solid #ccf; border-bottom: 1px solid #ccf; padding: 1em;">
* [[Display Logic Toolbox#Integer|Integer]]
+
* [[Display Toolbox#Integer|Integer]]
* [[Display Logic Toolbox#Data|Data]]
+
* [[Display Toolbox#Data|Data]]
* [[Display Logic Toolbox#Push Button|Push Button]] (Green)
+
* [[Display Toolbox#Push Button|Push Button]] (Green)
* [[Display Logic Toolbox#LED|LED]]
+
* [[Display Toolbox#LED|LED]]
* [[Display Logic Toolbox#1D Meter|1D Meter]]
+
* [[Display Toolbox#1D Meter|1D Meter]]
 
</td>
 
</td>
 
</tr>
 
</tr>

Latest revision as of 19:55, 11 April 2010

NeatTools is a visual programing environment. Programs are built using modules connected together in such a way as to manipulate a flow of data. Data flows into a module, where it is acted upon in some way by the module, for instance, the Integer Add Module takes two connections of integers, sums them, and outputs the result. The modules are divided by type into several toolboxes.

NeatTools manual: [1]

Toolboxes

The eight toolboxes are accessible from the Toolbar on the left side.

Digital Logic Toolbox

Math Toolbox

Keyboard Toolbox

These modules are relatively self explanatory and function in the same way that they do when found on a traditional keyboard.

Multimedia Toolbox

Display Toolbox

Input/Output Toolbox

Miscellaneous Toolbox

External Toolbox

The External Toolbox contains any External Modules you have loaded into the program.

This category currently contains no pages or media.