Page 4 of 27

Re: Combination Circuits/Schematics

PostPosted: Sat May 21, 2016 6:24 am
by tiffy
Camouflaged Switch with Hidden Help Menu (or Registration Menu):

I call it 'camouflaged' since the switch is not really 'hidden'. What I mean by camouflage is that you can load an image into the switch bitmap loaders which contain your own ideas (i.e. for example a hor/vert line, a screw head, an icon etc) which can form part of the front panel of your schematic to serve (for instance) as a secret registration button which must be hovered/clicked on with the mouse cursor prior to entering the registration details into the hidden registration window. The switch/push button can also serve the purpose of displaying a hidden help menu for a specific push button when the mouse cursor hovers over that button...(just some ideas).

Re: Combination Circuits/Schematics

PostPosted: Sat May 21, 2016 6:27 am
by tiffy
Hidden Switch with Hidden Pop-up Help Menu (or any other purpose you can think of):

The name says it all. Hovering the mouse cursor over the hidden switch will cause the hidden Pop-up Menu to be displayed. The Switch have a Click function as well that you can use for some other purpose.

Re: Combination Circuits/Schematics

PostPosted: Sat May 21, 2016 7:24 am
by RJHollins
fun stuff !

Thanks TIFFY 8-)

Re: Combination Circuits/Schematics

PostPosted: Sat May 21, 2016 12:55 pm
by tiffy
3-Stage Sequence & Time Interlock:

This is used to Start/Stop other schematics/Items in the correct sequence.

A short description is inside the schematic.

Re: Combination Circuits/Schematics

PostPosted: Sat May 21, 2016 2:02 pm
by tiffy
I was inspired by a schematic which Billv uploaded some time ago i.e. "cheating the Mouse" and I thought that it was really cute, so I decided to see if I can build such a schematic with similar (not necessarily the same) characteristics without studying or copying any of his schematic. So, here is the result of my version of it.

At this stage it is just a fun thing, but I have the feeling that somewhere along the lines I am going to need this in another larger schematic - I believe that every functioning schematic has a purpose.

A short description of how the circuit should function is inside the schematic.

# There is a typo in the description which should read: "If you Drag the mouse Cursor past the Display Window View Area boundaries, the Mouse LUp (and Not LDown) will not be captured and the Mouse will not be released."

Re: Combination Circuits/Schematics

PostPosted: Sat May 21, 2016 2:15 pm
by tiffy
Electric Motor Emulation (Ruby):

As the name implies.

I wanted to do the schematic entirely in Ruby but to my surprise there is no instruction in Ruby for "Rotating" lines about an axis, although one can Rotate images. Anyways...

Re: Combination Circuits/Schematics

PostPosted: Mon May 23, 2016 1:10 am
by tiffy
BRASS PENDULUM v2 (Ruby):

Pendulum follows characteristic of a Sine wave.

You can adjust the speed as well as the angle.

For default settings, Ctrl + LDo Click on the two Knobs.

Clock Pendulums normally swing between 2-4 Degrees.

For operation, switch on the Ticker as well as DS Out primitive Primary Sound Driver.

Re: Combination Circuits/Schematics

PostPosted: Mon May 23, 2016 1:24 am
by tulamide
tiffy wrote:to my surprise there is no instruction in Ruby for "Rotating" lines about an axis, although one can Rotate images. Anyways...

Because rotating points is pretty simple. The toolbox of my Spline class provides you with methods to rotate points (and therefore lines), move along an angle and such.

Re: Combination Circuits/Schematics

PostPosted: Mon May 23, 2016 6:55 am
by tiffy
tulamide wrote:
tiffy wrote:to my surprise there is no instruction in Ruby for "Rotating" lines about an axis, although one can Rotate images. Anyways...

Because rotating points is pretty simple. The toolbox of my Spline class provides you with methods to rotate points (and therefore lines), move along an angle and such.


Thank you, I will have a look at it.

Re: Combination Circuits/Schematics

PostPosted: Tue May 24, 2016 7:59 pm
by tulamide
tiffy wrote:
tulamide wrote:
tiffy wrote:to my surprise there is no instruction in Ruby for "Rotating" lines about an axis, although one can Rotate images. Anyways...

Because rotating points is pretty simple. The toolbox of my Spline class provides you with methods to rotate points (and therefore lines), move along an angle and such.


Thank you, I will have a look at it.

I don't know if you need more help, but just in case I made a post about rotating points: http://www.dsprobotics.com/support/viewtopic.php?f=3&t=4350