Difference between revisions of "Category:Modules"
From NeatTools
(9 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 | + | * [[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 | + | ==[[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 | + | * [[Display Toolbox#Color|Color]] |
− | * [[Display | + | * [[Display Toolbox#Real|Real]] |
− | * [[Display | + | * [[Display Toolbox#Bytes|Bytes]] |
− | * [[Display | + | * [[Display Toolbox#Switch|Switch]] (Red) |
− | * [[Display | + | * [[Display Toolbox#1D Viewer|1D Viewer]] (Horizontal) |
− | * [[Display | + | * [[Display Toolbox#1D Meter|1D Meter]] |
− | * [[Display | + | * [[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 | + | * [[Display Toolbox#Label|Label]] |
− | * [[Display | + | * [[Display Toolbox#Real Complex|Real Complex]] |
− | * [[Display | + | * [[Display Toolbox#Button|Button]] (Cyan) |
− | * [[Display | + | * [[Display Toolbox#Focus|Focus]] (Yellow) |
− | * [[Display | + | * [[Display Toolbox#1D Slider|1D Slider]] |
− | + | * [[Display Toolbox#2D Slider|2D Slider]] | |
− | * [[Display | ||
</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 | + | * [[Display Toolbox#Integer|Integer]] |
− | * [[Display | + | * [[Display Toolbox#Data|Data]] |
− | * [[Display | + | * [[Display Toolbox#Push Button|Push Button]] (Green) |
− | * [[Display | + | * [[Display Toolbox#LED|LED]] |
− | * [[Display | + | * [[Display Toolbox#1D Meter|1D Meter]] |
− | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 210: | Line 212: | ||
<tr> | <tr> | ||
<td colspan="2"> | <td colspan="2"> | ||
+ | |||
==[[Input/Output Toolbox]]== | ==[[Input/Output Toolbox]]== | ||
</td> | </td> | ||
Line 257: | Line 260: | ||
<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;"> | ||
− | * [[Real to Integer Object]] | + | * [[Miscellaneous Toolbox#Real to Integer Object|Real to Integer Object]] |
− | * [[Integer to Byte]] | + | * [[Miscellaneous Toolbox#Integer to Byte|Integer to Byte]] |
− | * [[String to Integer]] | + | * [[Miscellaneous Toolbox#String to Integer|String to Integer]] |
− | * [[Byte to String]] | + | * [[Miscellaneous Toolbox#Byte to String|Byte to String]] |
− | * [[Date Greater Than]] | + | * [[Miscellaneous Toolbox#Date Greater Than|Date Greater Than]] |
− | * [[Date Not Equal]] | + | * [[Miscellaneous Toolbox#Date Not Equal|Date Not Equal]] |
− | * [[String Equal]] | + | * [[Miscellaneous Toolbox#String Equal|String Equal]] |
− | * [[String Subject]] | + | * [[Miscellaneous Toolbox#String Subject|String Subject]] |
− | * [[String Length]] | + | * [[Miscellaneous Toolbox#String Length|String Length]] |
− | * [[String Lower Case]] | + | * [[Miscellaneous Toolbox#String Lower Case|String Lower Case]] |
− | * [[Byte Delete]] | + | * [[Miscellaneous Toolbox#Byte Delete|Byte Delete]] |
− | * [[Byte Position]] | + | * [[Miscellaneous Toolbox#Byte Position|Byte Position]] |
</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;"> | ||
− | * [[Integer to Real Object]] | + | * [[Miscellaneous Toolbox#Integer to Real Object|Integer to Real Object]] |
− | * [[WAV to Integer]] | + | * [[Miscellaneous Toolbox#WAV to Integer|WAV to Integer]] |
− | * [[Integer to String]] | + | * [[Miscellaneous Toolbox#Integer to String|Integer to String]] |
− | * [[Date to Real]] | + | * [[Miscellaneous Toolbox#Date to Real|Date to Real]] |
− | * [[Date Greater Than or Equal]] | + | * [[Miscellaneous Toolbox#Date Greater Than or Equal|Date Greater Than or Equal]] |
− | * [[String Greater Than]] | + | * [[Miscellaneous Toolbox#String Greater Than|String Greater Than]] |
− | * [[String Not Equal]] | + | * [[Miscellaneous Toolbox#String Not Equal|String Not Equal]] |
− | * [[String Delete]] | + | * [[Miscellaneous Toolbox#String Delete|String Delete]] |
− | * [[String Position]] | + | * [[Miscellaneous Toolbox#String Position|String Position]] |
− | * [[Byte Addition]] | + | * [[Miscellaneous Toolbox#Byte Addition|Byte Addition]] |
− | * [[Byte Insert]] | + | * [[Miscellaneous Toolbox#Byte Insert|Byte Insert]] |
</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;"> | ||
− | * [[Byte to Integer]] | + | * [[Miscellaneous Toolbox#Byte to Integer|Byte to Integer]] |
− | * [[Integer to WAV]] | + | * [[Miscellaneous Toolbox#Integer to WAV|Integer to WAV]] |
− | * [[String to Byte]] | + | * [[Miscellaneous Toolbox#String to Byte|String to Byte]] |
− | * [[Real to Date]] | + | * [[Miscellaneous Toolbox#Real to Date|Real to Date]] |
− | * [[Date Equal]] | + | * [[Miscellaneous Toolbox#Date Equal|Date Equal]] |
− | * [[String Greater Than or Equal]] | + | * [[Miscellaneous Toolbox#String Greater Than or Equal|String Greater Than or Equal]] |
− | * [[String Addition]] | + | * [[Miscellaneous Toolbox#String Addition|String Addition]] |
− | * [[String Insert]] | + | * [[Miscellaneous Toolbox#String Insert|String Insert]] |
− | * [[String Upper Case]] | + | * [[Miscellaneous Toolbox#String Upper Case|String Upper Case]] |
− | * [[Byte Subtract]] | + | * [[Miscellaneous Toolbox#Byte Subtract|Byte Subtract]] |
− | * [[Byte Length]] | + | * [[Miscellaneous Toolbox#Byte Length|Byte Length]] |
</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]
Contents
Toolboxes
The eight toolboxes are accessible from the Toolbar on the left side.
Digital Logic Toolbox |
||
Math Toolbox |
||
Keyboard ToolboxThese 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.