QUOTE (brun129 @ Feb 2 2010, 09:17 PM)

Ok, so I registered here just so I could reply to your thread - and that's not a good thing. Since you stated that you have no background in electronics I won't to hard on you; that said: using component video cables for 120v ac ?!?!?!? What the hell are you thinking ??
alright, a little harsh. i threw this out as an idea to connect the power center to the relay box, the internal cable is an rg-6 coaxial cable that has an internal 18awg insulated wire, which i thought could safely transfer the voltage. i guess not
QUOTE
Next: Why bother mounting the relays in a heatsink enclosure when you've screwed them into a piece of acrylic ?? What sort of heat transfer were you expecting to get ?
The heatsink enclosure is by no means to remove heat from the relays, in fact the term heatsink is misleading, it is actually an aluminum box with extremely small fins, therefore called a heatsink box they will barely generate any heat at all. They are being mounted to the acrylic in order to hold them securely in place in the enclosure
QUOTE
Why would you even mount the ss relays in a seperate enclosure ? Why not just mount the on the power centre like the other controller you are basing yours on ? That would save you on wiring wouldn't it ?
I am planning on making this a clean build with three separate parts, yes it would save wiring, however the power center and relay box are going to be displayed and the controller will sit on top of them, therefore i would like it to look clean and do to my design.
QUOTE
First off - don't order any ICs. Check out the websites of the manufacturers and request some free samples. TI and ST are amazing for samples - they shipped them to me next day FedEx to CANADA !! And Linear seems very generous with their samples; although they limit you to 2 of each they sent me two DAC ICs worth $55 each and two I2C hot swap ICs worth $25 each.
Thanks for the tip there
QUOTE
The way I'd build you system is like this - First off get rid of the switches on the power centre. This should leave you enough room mount the relays on the inside. Try to keep anything with AC as far away and as protected from saltwater as possible. Since you will be using a 16 port expander I would use the remaining 8 ports as inputs and set up 8 tact switches on the front panel in place of the switches that you ripped out to make room for the relays, add some low power LEDs and get instant info on the status of each circuit. Hopefully you got a port expander that has interrupt which will notify the arduino that a button was pushed without wasting clock cycles on polling for button presses. This would give a very quick and very easy to program manual bypass on all circuits. Obviouslly this setup would require you to put the port expander in the power centre, and with the interrupt you need 5 connections - Easy fix though, just use a network cable it has 8 wires.
fair enough, i'm going to keep the switches the way i have them though.
QUOTE
One thing - don't run more than 3 or 4 feet of cable without an I2C bus extender - I2C is not made for communication over cable. With a pair of extender ICs though; you should be able to run more than 20 feet relliably.
only running 18 inches through a cable to the controller box
QUOTE
I wouldn't use the OLED screen, especially one that small. It's going to add alot of complexity to your project and especially to your code. Plus the fact that you're going to have to go 6 inches away from the screen to read anything. I would suggest going with a KS0108 based graphic LCD module. They are easilly readable from a distance especially if you use a large font. They also have the added bonus of being cheap - $20 at sparkfun.
The OLED screen fits perfectly in my display box, a screen that large would not fit. I have looked at all my screen options and I am currently working with a serial 20x4 character display from sparkfun that i already had on hand. the OLED will be something i will upgrade to. I understand that creating a gui for the OLED screen will add complexity to the code, however that's part of the fun!
QUOTE
My 2c. Take it as you will. One last thing - don't take this too offensivelly but based upon your faillure to grasp some basic concepts as stated in some of your responses I would say excercise EXTREME caution you can very easilly kill yourself with the currents you are dealing with. Most SSRs can be triggered with 3 volts and 5ma; now I'm no expert and by no means can I verify this, would assume that such a small amount of electricity could be conducted over sweaty fingers possibly trigering the SSR and killing you.
i did say that i have no electronics background, everything i have learned about this is from doing research and gathering data from other projects, i'm putting this together piece by piece and i could use help with different aspects of the project, please feel free to add constructive criticism to my build