Howdy, I know that mytechtime had a topic about building a FACP, but mine will be a different animal. I was wondering what I should try to incorporate. I want this system to be as legit as possible. Here is what I have so far:
*10 zones
*4 NACs
*16x2 lcd
*Codingsâ:Code 3, continuous, march time 90 and 120
*Trouble and alarm relay
*Possible annunciator
Please let me know what else I should try and add.
ooh letâs be careful! hide it from the public eyesâŚ
I would do supervisory as well, which is going on my 2450 panel (is it ok if I make a new topic about that?), and also make the LCD bigger. I would do 16X4 at least.
I would also make it so the NACs could be programmed as relays, for things like supervisory, power fault, etc, like how the 4005 does.
Also if your going for legit, buy a PCB breadboard from ebay. Trust me, building that 2400 was so hard at times with components breaking off and crap.
Something else for legit would be walk test if you could get that in there.
You would need to do a lot of things to match what jjvideo25âs and/or andrewâs i8005 can do.
This is jjvideo25âs panel that I coded during his last couple of system tests. It is based on an Arduino Uno which would be out of the scope for what you would need.
It has 4 zones and 2 nacs. Once upon a time it had a web interface because it was connected by serial to a server but that later was squashed because the use of it was stupid.
The reason why his panel had issues with mechanical horns was because of the EMF (electromechanical fields) that would get backfed into the microcontroller (which in his case was a PICAXE 40x2) and killed it. Why the LCD died is still unknown and was completely random when it did.
I would really recommend you not to use a PICAXE for this kind of project, you will regret like someone I know.
An Arduino Mega can suit all your needs, but if you want to design a board, then this would be a whole different project.
Andrew and I have come up to the solution to use isolators on the TTL voltage side of the relays while still including the diode and the transistor, however, this has not been tested yet.
I already have the scope of your project already planned out in my head for what components youâll need and how it gets assembled together but iâll leave that to you to figure it out.