how much?
how much?
The answer is yes. The only difference is the Ren-C allows you to use your serial port or RS485.
They do, but the Ren T is not necessary if you have a ZC circuit, as Dirk says he has both....A Ren-C and a ZC kit. Might want to jump on that. I think I can take some pics of the completed 595 set up and post them this weekend.
You can take a look at the REN-C from the WIKI here.
Last edited by Keith R; 10-27-2016 at 09:41 PM.
That's a feature not a bug.
There's no charge for that.
I had Olsen 595's and Ren-C a few years ago now and seem to remember that the Opto's on the SSR's needed to be a certain type to allow dimming.
Cant be 100% on this but worth checking before you commit, but assuming the opto's are good the ren-C and 595 combo worked very well but I have moved on to Pixels so a little outdated now.
Also the PCI parallel cards need to support EPP (enhnaced parellel port) mode which most do but worth checking and the USB to serial usually wont work for rec-c so I had to use PCI to serial card which I generally used a combo card for both port types.
Hope this helped.
Josh
GrizWolz if you are up to building a Ren-T here is the diagram for one that I used for over 6 years and had no problems with. You only need one Ren-T board. I was using 3 Grinch boards (same as the 595) off the one Ren-T as the Zero cross is sent through to all the 595 boards.
Sorry it seams that my attachment is not uploading. I may have to try re-posting.
Simple RenT Design.jpg
Last edited by JP90; 11-01-2016 at 09:51 AM.
GrizWolz let's see if this works.
Got it.
Gary
Attachment 34284PS The transformer is 120V for US.
Last edited by JP90; 11-01-2016 at 10:14 AM.
http://digwdf.com/store/
The DIGWDF Store is closed for all sales. Thanks to everyone who supported us through the years!
User guides, documentation and other files are still free and available for downloading.
Sorry about replying to an old post, but this might help... Don't try and get a parallel port to work on your new computer, use an Arduino. It's possible because I'm using an Arduino Micro to drive four Olsen 595 8-output dimmer boards (borrowing from the schematic "OLSEN 595 WITH OUTPUT ENABLE & DIMMING"). I'm simply using four sets of 3 pins on the Arduino Micro, and hooking up each set to a dimmer board, for a total of 32 dimmable outputs. It takes a little funktified coding to get it to work, but if you know your bitwise operators in C then you're gold (turn the 8-bit number received from Vixen into an 8-bit data stream that can be sent to the chain of 74HC595s). Once the Arduino's coded, set it up as a 'Generic Serial' controller in Vixen and have fun! (the Arduino is seen in Windows as a serial port even though it's hooked up to a USB port).
Bookmarks