Digital Logic Toolbox

From NeatTools
Revision as of 08:53, 19 January 2010 by Sambaker (talk | contribs)

Not

Logical Negate (bitwise).

And

Logical And.

Or

Logical Or.

Exclusive Or

Logical Xor.

Integer Greater Than

Greater than for use with integers.

Integer Greater Than or Equal

Greater than or equal for use with integers.

Integer Equal

Equal for use with integers.

Integer Not Equal

Not Equal for use with integers.

Integer Add

Addition for use with integers.

Integer Multiply

Multiplication for use with integers.

Integer Subtract

Subtraction for use with integers.

Integer Divide

Division for use with integers.

Integer Absolute Value

Calculates absolute value.

Integer Power

Raises integer to a power.

Integer Maximum

Outputs the maximum integer value.

Integer Minimum

Outputs the minimum integer value.

Integer Percent

Calculates remainder (for use with integers).

Integer Random

Generates a random integer value.

Control

Opens and closes a switch.

Sample

Sample input values on demand.

Pulse

Event production shaped pulse.

Delay

Delays sending current value until next event is received.

Accumulator

Counts events.

Multiplexer

Selects on input to be current output.

DeMultiplexer

Sends signal input to selected output.

Encoder

Converts bytes to integers.

Decoder

Converts the byte values of integers.

Exclusive

For radio button.

Clock Divider

Cycling clock.

Time

Provides current time (use with date module).

High Performance Counter

For fast timing.

Calibrate

Accommodates signal range (min to max).

Average Filter

Running average.

Delay Sustain

For use with musical modules.

State Object

State machine element (advanced).

Timers

Activates at regular specified time intervals.