Difference between revisions of "Digital Logic Toolbox"

From NeatTools
Line 56: Line 56:
 
|topinput=Input 2, integer(1)
 
|topinput=Input 2, integer(1)
 
|leftinput=Input 1, integer(1)
 
|leftinput=Input 1, integer(1)
|rightoutput=If 1 > 2, integer(∞)
+
|rightoutput=integer(∞)
 
|bottomoutput=
 
|bottomoutput=
 
|label1=moduleColor
 
|label1=moduleColor
Line 65: Line 65:
 
==Integer Greater Than or Equal==
 
==Integer Greater Than or Equal==
 
Greater than or equal for use with integers.[[File:greaterequal.gif|left]]  
 
Greater than or equal for use with integers.[[File:greaterequal.gif|left]]  
 +
{{module properties
 +
|topinput=
 +
|leftinput=Input 2, integer(1)
 +
|rightoutput=Input 1, integer(1)
 +
|bottomoutput=
 +
|label1=moduleColor
 +
|data1=sets module color(RGB).
 +
|label2=N bit(s)
 +
|data2=sets bit depth of output(1-32).
 +
}}
 +
 
==Integer Equal==
 
==Integer Equal==
 
Equal for use with integers.[[File:equal.gif|left]]  
 
Equal for use with integers.[[File:equal.gif|left]]  

Revision as of 13:58, 23 January 2010

Not

Logical Negate (bitwise).

Not.gif
Module I/O
Left Input(s): integer(1)
Right Output(s): integer(∞)
Module Properties
moduleColorsets module color(RGB).
N bit(s)sets bit depth of output(1-32).

And

Logical And.

And.gif
Module I/O
Left Input(s): integer(∞)
Right Output(s): integer(∞)
Module Properties
moduleColorsets module color(RGB).
N bit(s)sets bit depth of output(1-32).

Or

Logical Or.

Or.gif
Module I/O
Left Input(s): integer(∞)
Right Output(s): integer(∞)
Module Properties
moduleColorsets module color(RGB).
N bit(s)sets bit depth of output(1-32).

Exclusive Or

Logical Xor.

Xor.gif
Module I/O
Left Input(s): integer(∞)
Right Output(s): integer(∞)
Module Properties
moduleColorsets module color(RGB).
N bit(s)sets bit depth of output(1-32).

Integer Greater Than

Greater than for use with integers.

Greater.gif
Module I/O
Top Input(s): Input 2, integer(1)
Left Input(s): Input 1, integer(1)
Right Output(s): integer(∞)
Module Properties
moduleColorsets module color(RGB).
N bit(s)sets bit depth of output(1-32).

Integer Greater Than or Equal

Greater than or equal for use with integers.

Greaterequal.gif
Module I/O
Left Input(s): Input 2, integer(1)
Right Output(s): Input 1, integer(1)
Module Properties
moduleColorsets module color(RGB).
N bit(s)sets bit depth of output(1-32).

Integer Equal

Equal for use with integers.

Equal.gif

Integer Not Equal

Not Equal for use with integers.Notequal.gif

Integer Add

Addition for use with integers.Add.gif

Integer Multiply

Multiplication for use with integers.Multiply.gif

Integer Subtract

Subtract.gif Subtraction for use with integers.

Integer Divide

Divide.gif Division for use with integers.

Integer Absolute Value

Absvalue.gif Calculates absolute value.

Integer Power

Power.gif Raises integer to a power.

Integer Maximum

Max.gif Outputs the maximum integer value.

Integer Minimum

Min.gif Outputs the minimum integer value.

Integer Percent

Percent.gif Calculates remainder (for use with integers).

Integer Random

Random.gif Generates a random integer value.

Control

Control.gif Opens and closes a switch.

Sample

Sample.gif Sample input values on demand.

Pulse

Pulse.gif Event production shaped pulse.

Delay

Delay.gif Delays sending current value until next event is received.

Accumulator

Accumulate.gif Counts events.

Multiplexer

Mux.gif Selects on input to be current output.

DeMultiplexer

Demux.gif Sends signal input to selected output.

Encoder

Encode.gif Converts bytes to integers.

Decoder

Decode.gif Converts the byte values of integers.

Exclusive

Exclusive.gif For radio button.

Clock Divider

Clockdivide.gif Cycling clock.

Time

Time.gif Provides current time (use with date module).

High Performance Counter

HPC.gif For fast timing.

Calibrate

Calibrate.gif Accommodates signal range (min to max).

Average Filter

Average.gif Running average.

Delay Sustain

Delaysustain.gif For use with musical modules.

State Object

State.gif State machine element (advanced).

Timers

Timer.gif Activates at regular specified time intervals.