If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Combination Circuits/Schematics
Re: Combination Circuits/Schematics
Thanks for sharing Tiffy, you always come up with some interesting cool stuff to push the limit in creativity. Keep them coming. I would love to see more activity myself in showing flowstone power. I will contribute soon when I finish some things I am working on, however, it might be more valuable to me with the learning side and testing things than other peoples needs.
Reqards,
QuadBIT
Reqards,
QuadBIT
Re: Combination Circuits/Schematics
PRECISION FORMATTED STRING (FLOAT OR INTEGER INPUT) FOR RUBY & PRIMITIVE:
The Ruby "Precision String Format" gives a more accurate output result (although negligible) than the Primitive "Precision String Format""since the Input to the latter must be a Floating point data component to work correctly.
The Decimal places can be set as required in the Properties Panels, the default setting is 16.
The Ruby "Precision String Format" gives a more accurate output result (although negligible) than the Primitive "Precision String Format""since the Input to the latter must be a Floating point data component to work correctly.
The Decimal places can be set as required in the Properties Panels, the default setting is 16.
- Attachments
-
- Precision Formatted String (Ruby).fsm
- (1.59 KiB) Downloaded 1091 times
Re: Combination Circuits/Schematics
very cool Tiffy.
works just fine
works just fine
Re: Combination Circuits/Schematics
tiffy wrote:PRECISION FORMATTED STRING (FLOAT OR INTEGER INPUT) FOR RUBY & PRIMITIVE:
The Ruby "Precision String Format" gives a more accurate output result (although negligible) than the Primitive "Precision String Format""since the Input to the latter must be a Floating point data component to work correctly.
The Decimal places can be set as required in the Properties Panels, the default setting is 16.
Tiffy,
Holy crap you did it!! Thanks man, not sure if you remember my post earlier about large number places!! Capacitors UF needs this kind of display precision. You made my day brother!
Regards,
QuadBIT
Re: Combination Circuits/Schematics
PHOTOGRAPH of "RESISTOR COLOUR CODE READER" - Colour to Value & Value to Colour.
This is only the photograph and not the schematic, which I could not upload for same reasons mentioned previously.
This is only the photograph and not the schematic, which I could not upload for same reasons mentioned previously.
- Attachments
-
- Resistor Colour Code Reader.png (25.7 KiB) Viewed 30245 times
Re: Combination Circuits/Schematics
Very Cool tiffy, I do want a copy. 
Re: Combination Circuits/Schematics
7-SEGMENT LED & LCD DISPLAY (Ruby):
You cannot resize the LED & LCD Displays as they have a fixed size and I have also not included a digital point.
I made these simple 7-Segment LED & LCD Displays in Ruby only as an example for beginners to practice on. Therefore I have also included with the schematic a photograph of the layout of a 7-segment LED Display for the purpose of connections of individual LED's (a, b, c, d, e, f, g) inside an LED Display.
There exists more effective ways to construct these displays and also to make them resizable and to change colours as well.
You cannot resize the LED & LCD Displays as they have a fixed size and I have also not included a digital point.
I made these simple 7-Segment LED & LCD Displays in Ruby only as an example for beginners to practice on. Therefore I have also included with the schematic a photograph of the layout of a 7-segment LED Display for the purpose of connections of individual LED's (a, b, c, d, e, f, g) inside an LED Display.
There exists more effective ways to construct these displays and also to make them resizable and to change colours as well.
- Attachments
-
- 7-Segment LED & LCD Display.fsm
- (80.38 KiB) Downloaded 1098 times
- lalalandsynth
- Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Combination Circuits/Schematics
Cool stuff , thanks for sharing
Re: Combination Circuits/Schematics
SELECT "N" UNIQUE RANDOM NUMBERS FROM A GIVEN ARRAY (DEFAULT = 6):
The Array#sample method is significantly faster than the #sort method.
The Array#sample method returns an element, or elements randomly selected from an Array.
The results of #sample won't include the same Array element twice.
Logically, the Required Number of Unique Random Values should not exceed the Number of Values in the Array.
The Array#sample method is significantly faster than the #sort method.
The Array#sample method returns an element, or elements randomly selected from an Array.
The results of #sample won't include the same Array element twice.
Logically, the Required Number of Unique Random Values should not exceed the Number of Values in the Array.
- Attachments
-
- Select N - Unique Random Numbers from an Given Array (Ruby).fsm
- (1.48 KiB) Downloaded 1174 times
Last edited by tiffy on Sun Jul 23, 2017 6:53 pm, edited 2 times in total.
Re: Combination Circuits/Schematics
Works great ... Thanks Tiffy 