Page 6 of 27

Re: Combination Circuits/Schematics

Posted: Wed Jun 08, 2016 5:52 pm
by tiffy
TRIGGER SWITCH (RUBY)

Description inside module.

Re: Combination Circuits/Schematics

Posted: Thu Jun 09, 2016 5:24 pm
by tiffy
MOUSE CURSOR WITH TRANSPARENT COLOR FOCUS:

Description inside module.

Re: Combination Circuits/Schematics

Posted: Thu Jun 09, 2016 6:32 pm
by RJHollins
Cool stuff, TIFFY :D

Thanks for posting !

Re: Combination Circuits/Schematics

Posted: Mon Jun 13, 2016 6:39 pm
by tiffy
1 Hz TICKER:

A simple general purpose Ticker/Flasher constructed with Primitives.

However, if you need accurate timing rather use a Ruby Ticker instead.

Re: Combination Circuits/Schematics

Posted: Mon Jun 13, 2016 7:36 pm
by BobF
Hi Tiffy,

Great stuff, keep them coming. I am sure these will all be put to some good use in the near future.

Later then, BobF.....

Re: Combination Circuits/Schematics

Posted: Tue Jun 14, 2016 9:55 pm
by tiffy
GRAPHIC COUNT DOWN TIMER (Ruby):

The ticker & graphics make use of Ruby but other control circuitry make use of green.

Description inside schematic.

Note: The timer can only make use of "Full Seconds" and not "fractions of a Second" entered into the text Box. It will 'ignore' any fractions of a Second given to it. This is only a Display Example.

Re: Combination Circuits/Schematics

Posted: Tue Jun 14, 2016 10:21 pm
by RJHollins
getting a RUBY error, undefine method, 'scheduleMethod'

Re: Combination Circuits/Schematics

Posted: Wed Jun 15, 2016 6:18 am
by tiffy
RJHollins wrote:getting a RUBY error, undefine method, 'scheduleMethod'


Sad to hear, but with flowstone v3.0.7 it shows no error on my side. But I will have a look at the code, it is possible that there is some undefined method in there somewhere. Strange that the error does not show up in v3.0.7. which makes it difficult to detect if an error exist or not.

Does the error shows up in the "ticker" Ruby module (which is not my work) or in my "Graphic" Ruby module?

Thanks for your feedback.

Re: Combination Circuits/Schematics

Posted: Wed Jun 15, 2016 6:55 am
by tulamide
scheduleMethod was introduced with 3.0.6, so you've done nothing wrong, Tiffy, just RJs Flowstone 3.0.4 is simply too old.

I propose to clarify which version of Flowstone is needed as a minimum to use Ruby-modules. One could consult the changes list of the versions, maybe.

Re: Combination Circuits/Schematics

Posted: Wed Jun 15, 2016 5:45 pm
by RJHollins
Thanks for checking TIFFY. It was in your module.

It would be difficult to know what version everyone is using ... yeah, I'm still with 3.04. Most times this has not be issue ... but every once in a while. :roll: