Support

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

Combination Circuits/Schematics

For general discussion related FlowStone

Re: Combination Circuits/Schematics

Postby tiffy » Fri Jul 13, 2018 9:24 pm

DRAGGING A BITMAP IMAGE OR A SUB-PANEL BY MEANS OF THE MOUSE (Primitives):

I made these long ago but never uploaded it on the Forum as I assumed that most everyone knows this trick already.

See the schematic...no explanation required.

Note: Martin made and recently uploaded a schematic in Ruby to drag a Bitmap by means of the mouse (nice).
Attachments
Dragging Bitmap or Sub-Panel with Mouse v1.0 (Primitives).fsm
(155.96 KiB) Downloaded 1033 times
User avatar
tiffy
 
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

Re: Combination Circuits/Schematics

Postby RJHollins » Sat Jul 14, 2018 1:43 am

Nice Tiffy .... thanks !
RJHollins
 
Posts: 1567
Joined: Thu Mar 08, 2012 7:58 pm

Re: Combination Circuits/Schematics

Postby Spogg » Sat Jul 14, 2018 7:12 am

Simple and good!

I've never needed to do that so far but, if I ever do, I now know how!

Cheers

Spogg
User avatar
Spogg
 
Posts: 3318
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England

Re: Combination Circuits/Schematics

Postby tiffy » Sun Jul 15, 2018 2:57 pm

TRIGGER BUTTON (LIMIT OUTPUT TRIGGERS TO PRESS ONCE):

When the Boolean Switch (True/False) is switched to False (Off) and the Trigger Button is pressed then no corresponding trigger signal can pass through to the Output.

Switching the Boolean Switch to True (On) and then pressing the Trigger Button will allow the corresponding trigger Signal to pass through to the Output.

However, when the Trigger Button has been pressed once no matter how many times the Trigger Button is pressed thereafter the schematic will not allow any further trigger Signals to pass (except for the first trigger signal) to the Output.

To Reset the Schematic the Boolean Switch (True/False) must first be switched to False (Off) and then back to True (On).

The same results can be achieved with a Latch by coupling its output to a Boole to True Trigger, but with fewer components, as shown in the Schematic of Press Once v2.

In the Schematic of Press Once v3, an even simpler method is used with even fewer components.

NOTE: The Trigger Counter and the LED are optional and included for testing purposes only.
Attachments
Press Once v3.fsm
(1.69 KiB) Downloaded 1038 times
Press Once v2.fsm
(1.72 KiB) Downloaded 967 times
Trigger Button (Limit Output Triggers to Press Once).fsm
(4.3 KiB) Downloaded 1001 times
Last edited by tiffy on Mon Jul 23, 2018 8:25 pm, edited 3 times in total.
User avatar
tiffy
 
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

Re: Combination Circuits/Schematics

Postby tiffy » Sun Jul 15, 2018 3:01 pm

TRIGGER BUTTON (LIMIT TRIGGERS TO X-STEPS OR/AND ONCE EVERY X-STEPS):

When the Boolean Switch (True/False) is switched to False (Off) and the Trigger Button is pressed then no corresponding trigger signal can pass through to the Outputs.

Switching the Boolean Switch to True (On) and then pressing the Trigger Button will allow the corresponding trigger Signals to pass through to the Outputs only for the pre-determined X-steps.

However, when the Trigger Button has been pressed for the pre-determined X-steps no matter how many times the Trigger Button is pressed thereafter the schematic will not allow any further trigger Signals to pass (except for the first X-steps) to the Top and Bottom Outputs.

The Top Output will trigger every step only for the pre-determined X-steps and then it will shut off.

The Bottom Output will only trigger once after the pre-determined X-steps and then it will shut off.

To Reset the Schematic the Boolean Switch (True/False) must first be switched to False (Off) and then back to True (On).

TRIGGER BUTTON (LIMIT TRIGGERS TO X-STEPS OR/AND ONCE EVERY X-STEPS) V2 - an even much simpler solution using fewer components.

Set the Required X-Steps in the Properties Panel.

NOTE: The Trigger Counters and the LED's are optional and included for testing purposes only.
Attachments
Trigger Button (Limit Triggers to X-steps or-and Once Every X-steps) v2.fsm
(3.42 KiB) Downloaded 944 times
Trigger Button (Limit Triggers to X-steps or-and Once Every X-steps).fsm
(4.66 KiB) Downloaded 950 times
Last edited by tiffy on Wed Jul 25, 2018 9:16 pm, edited 1 time in total.
User avatar
tiffy
 
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

Re: Combination Circuits/Schematics

Postby BobF » Sun Jul 15, 2018 3:35 pm

Hi Tiffy,

I always like to see your stuff, great work and keep them coming!

Cheers, BobF.....
BobF
 
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: Combination Circuits/Schematics

Postby tiffy » Fri Jul 20, 2018 7:43 pm

SIMPLE ALARM WITH SIREN (EXAMPLE ONLY):

The Boolean Data Component simulates the Doors/Windows Normally Closed (True) Series mechanical Switches.

You enter the Time in Seconds to allow for legally Entering/Exiting whilst the Alarm is Switched On by means of the ON/OFF Button.

With the Alarm Switched OFF, the LED is GREEN. When the Alarm is Switched ON and READY after the Set Time period Elapsed the LED turns RED.

To Switch the Alarm ON or OFF or to RESET you press the ON/OFF Button.

The Alarm has three conditions:

1) DOOR ACCIDENTALLY LEFT OPEN AND ALARM SWITCHED ON:

Door left Open, Alarm Switched ON - Alarm will activate after predetermined Time setting Elapsed (LED turned RED) sounding the Siren.

2) EXITING WHEN ALARM IS SWITCHED ON WHILST LED IS STILL GREEN:

Alarm Switched On and door Opened and Closed within predetermined Time setting (LED still GREEN) for the purpose to Exit without Activating the Alarm.

3) ENTERING LEGALLY WHEN ALARM IS SWITCHED ON AND READY WITH LED TURNED RED:

With the Alarm still switched On and READY (LED turned RED) and Opening the Door for the purpose to Enter will again start the Timer to allow the Alarm to be switched Off within the predetermined Time setting. If the predetermined Time setting has elapsed with the Alarm still switched On, the Siren will sound.

NOTE: ONLY THE ALARM SCHEMATIC IS MY OWN. I DON'T KNOW WHOM TO GIVE CREDIT FOR THE SIREN SCHEMATIC.
Attachments
Alarm with Siren v1.0.fsm
(46.08 KiB) Downloaded 949 times
User avatar
tiffy
 
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

Re: Combination Circuits/Schematics

Postby RJHollins » Fri Jul 20, 2018 8:43 pm

Works nice Tiffy.

I'm looking at your 'Exit & Enter Latch' routine. Interesting logic and solution.

I might need to borrow that concept for something I was working on ! :)
RJHollins
 
Posts: 1567
Joined: Thu Mar 08, 2012 7:58 pm

Re: Combination Circuits/Schematics

Postby tiffy » Thu Jul 26, 2018 1:36 pm

4-STAGE SEQUENCE & FULL SPEED STARTUP TIME INTERLOCK WITH AUTOMATIC PRESTART ALARM FOR ELECTRIC MOTORS (EXAMPLE ONLY):

The Schematic ensures that a sequence of Motors are Started up in the correct Sequence as well as ensuring that each motor has reached full speed before the following Motor in the Sequence can be started up thereby saving in Maximum demand Electrical Cost. It also ensures that a Safety warning to personnel is given by sounding the Siren for the predetermined safety time in Seconds when Start Button M1 is pressed, prior to automatically starting up the first motor M1 in the sequence. Currently, only the first Motor M1 starts up automatically after the prestart alarm Siren has stopped sounding and all the Motors following it (M2, M3, M4) has to be started up manually in the correct sequence.

When Start 1 Button for Motor M1 is pressed, it will not start immediately. First, the Automatic Prestart Alarm will be activated and the Siren will sound for the predetermined safety time and when this time has elapsed the Siren will stop sounding and Motor M1 will startup automatically.

Then, only when Motor M1 has reached Full Speed (FS) can Motor M2 be started (Yellow LED on motor M2 Start Button will light up). Each Motors Start Button has two LED's built-in, one Yellow LED and one Green LED. When the Yellow LED on the Next Motor Start Button lights up it indicates that the Motor just prior to it has reached Full Speed and that the motor following it is Ready for Startup. The Green LED indicates that a Motor has been Started. Thus when the Yellow LED on a motor Start Button lights up, that Start button can be pressed to Start that Motor and the Green LED on that Start Button will light up and so forth.

It is also possible to alter the schematic so that each and every Motor Automatically starts up in the correct sequence instead of Manually starting each Motor.

TIME TAKEN FOR EACH INDIVIDUAL MOTOR TO REACH FULL SPEED (This must first be physically determined in practice):

When Motor M1 is started it draws Maximum Current from the electricity supply until it reached full speed and the current drops and settles and therefore it must first reach full speed (FS) before the next Motor M2 can be started and when Motor M2 has started is must also first reach full speed (FS) before Motor M3 can be started up and so forth. The individual starting of the Motors as described above results in a saving on the electrical cost in the Maximum Demand from the Electricity Supply Commision. Each individual Motors' Time it takes in Seconds to reach Full Speed (FS) can be entered in the spaces provided. The Motor Full Speed (FS) Delays in conjunction with the latches regulate this Full Speed (FS) Time Sequence.
Attachments
Sequence Interlock v2.rar
(109.71 KiB) Downloaded 942 times
User avatar
tiffy
 
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

Re: Combination Circuits/Schematics

Postby tiffy » Fri Aug 03, 2018 8:37 am

OBSOLETE
Last edited by tiffy on Mon Aug 06, 2018 7:38 am, edited 4 times in total.
User avatar
tiffy
 
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 46 guests

cron