Basic Parts Tutorial #11: Add/Sub/Dist Wraps & Jumper, Debugger

zardOz2 - Custom level - Nov 22, 2013 from Android
Revision #4, updated Jan 1, 1970
Play Edit 5 players liked this.

zardOz's Principia Tutorials #11

Need help? This example shows the basic function of the Addwrap, Subwrap, Distwrap and Jumpers with Debuggers.

The Addwraps take the two input values 0.0-1.0 and add them together, the total is "wrapped" back to 0.0 for anything that is over 1.0... (1.0+0.9 = 0.9)

The Subwraps subtract the values, if the result is below 0.0 it wraps back to 1.0 (0.9-1.0 = 0.9)

The Distwraps take the lower of the two possibilities above marking the minimum distance between the two numbers, they have a max output of 0.5.

Jumpers are very handy, they can be preset to output a smooth signal from 0.0 to 1.0, which can then be modified if needed. The Debugger is similar to the Grapher in that it helps visualize signal strength, the idea is that it will flash of the signal is not pure, letting you know if something needs to be "debugged"

Open in Sandbox to explore..no robot/dummy war on this since I ruined it already:)

Downloads: 474 - Level ID: 834