Hi!
Welcome Antonio!
I have no experience with this LED fixture but I found this topic:
http://www.reefcentral.com/forums/showt ... ?t=2547287If I can understand fine the pins are:
V+ = 12 V;
ON/OFF = turns ON all LEDs when connected to 12 V;
Dim+ = Positive voltage to control the power;
Dim- = ground for power control.
jrhupp did a PCB and files are available
here.
This is the his schematic:
Original image is
here.
The his system have two MarsAqua with two blue channels controlled together and two white channels controlled together.
I did a version simplified with parts to only one channel.
I don't know how many channels do you have but if have 4 multiply this circuit per 4.
I suppose that this LED driver don't allows turn off the LEDs completely so is needed this ENABLE/DISABLE control.
It works like a relay to cut the total power.
Ferduino code haven't this feature by default, so you should add code for it.
I think you can join the V+ and ON/OFF pins to make the LED's always ON and use a relay to cut the AC power (220 V) from the power supply, so the the CPC1017N won't be needed. In this way can save pins on your Arduino and turn off all channels together.
Warning: Make this changes by your own risk!
Best regards.