I have to create a Circuit for Panic Control System
The system will be comprising of
10 buttons at different departments and
and a large panels with 10 lights and sounder for emergency situations.
Working
When the emergency button is pressed from any given location the light will turn on at panel and the sounder will turn on for 30 seconds. The light will remain on for relevant section until it is reset from the main department.
Please help me create this complete solution.
Same here as in school:
Why did you not prepare a drawing? Draw one and post it here.
Why did you not prepare a program code? Write one and post it here.
Show us your best code attempt, even if it doesn't work, and we'll try to help you by suggesting changes to it.
But remember: Use tags when posting your code.
This is not a homework or an assignment. It is just a volunteer work that I want to do to help a nearby hospital to help them in situation of emergency. If anyone can help, it will be highly appreciated.
Thank you
That also means your equipment will be subject to periodic cleaning and disaffecting with powerful chemicals. It also means your wiring will have to be in the walls and/or the ceiling.
Then you might consider a radio network. One good reason why your hospital doesn't already have one, may well be the prohibitive cable installation costs.
Would not use rf/ethernet/wifi connections.
Whould use 2 wire rs485 connection that run from master panel to all emergency locations.
The master panel cyclically polls all locations to acquire/send status ( 0.1sec x location, 10sec x all locations ) all location has different address.
That could be considered life saving equipment and the Arduino and most commercial vendors specifically state you must have there written permission. The best advice I can give you is have them buy a qualified unit and run away from this as fast as you can. If it fails even years down the road it could be your liability.
All I can say is good luck, I will not be offering help because of the liabilities I may face if it fails.
using 120VAC wiring would work. Each switch has one set of normally closed contacts which are wired in series to the next station and eventually to a master relay and one set of normally open contacts to denote which station activated. Most of the 'brains' will be in the master panel.