Ren-T Assembly Instructions: Difference between revisions

From doityourselfchristmas.com
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=='''Configurations'''==
==The Board==
[[Image:Ren-T (Top).jpg]]
[[Image:Ren-T (dwg).gif]]
<br>


This board can be assembled and used in various ways. It can be used simply to generate a zero-crossing signal for the Renard8, Renard64 and Ren-C boards (and optionally for some of the other boards), power for the Renard8 board, and/or convert RS232 to RS485 for use with any of the Renard coop boards (including Ren-C)It can also be built using a number of different transformers (depending on which board is used, and which transformers the builder has on hand).
===Board Versions===
*V2.4 - Has provisions for mounting a dual secondary transformerThe dual secondary type transformer was later found to be undesirable for generating the Zero Crossing signal.


=='''Selecting a Transformer'''==
*V2.5 - Removed D5 & D6 and pads for the dual secondary transformer


There are several different possible choices of a transformer.  The most basic considerations are the input voltage, the output voltage and output current ratings of the transformer.  In this discussion, primary will refer to the transformers input winding(s) (that are connected to the AC power line), and secondary refers to the output winding(s) of the transformer.
The input voltage of the transformer must be the same as the AC line voltage available in your locale.  You cannot use a 120VAC transformer in a location with 240 VAC power, nor can you use a 240VAC transformer if your local power is 120VAC.  There are some transformers with dual primaries that can be wired up to accept either 120 or 240 VAC, but discussion of how to use these is beyond the scope of this page.
The preferred design uses a center-tapped transformer. This is a transformer which has a single output winding with three connections (one at either end of the winding, and one in the exact middle), in which the middle connection (the center-tap) is to be used.  One disadvantage of this circuit is that the iron and copper in the transformer is only used with 50% effectiveness because at any point in time only half of the transformer is supplying current.
The transformer output voltage should be either 12.6VAC or 16 VAC, and the output wires from the transformer should be connected as shown here.
[[IMAGE:Xformer_conn2.gif]]
The effective schematic (taking into account the parts which are actually installed) is here:
[[IMAGE:Xformer_ct.gif]]
The waveform across the output of the transformer (pins 5,8) is a sine wave with amplitude 1.41*Vtrans when fully loaded (where Vtrans would be the 12.6V or 16V rated value of the transformer).  The amplitude will be somewhat higher if there is no load on the transformer or just a minimal load.  The voltage between the transformer center-tap and either of the other two legs is 1/2 of this value.
[[IMAGE:sinewave_nolabel.gif]]
The output of the rectifier circuit (VOUT+ - VOUT-) is a rectified sinewave, as shown below.  The amplitude of the output waveform is (1.41*Vtrans/2 - Vf), where Vf is the forward voltage of the diodes (about 0.7V for regular diodes, 0.4V for Schottky diodes).
[[IMAGE:sinewave_rect.gif]]


=='''Assembly'''==
==Board Functions==
The Renard Transformer (Ren-T) board has three basic functions:
:# Generate a Zero Crossing (ZC) signal
:# Convert the RS232 data coming from the computer to RS485 data
:# Provide a voltage that the Renard 8 can use to generate it’s own operating voltage.
<br>
==Schematic Diagram==
[[Image: Ren-T V25 Schematic.jpg | 800px]]


[[Image:Ren-T parts designation.jpg|350 px]]
<br>
==Configurations==
The Ren-T can be built in three basic configurations.  How the Ren-T will be used with other devices will dictate which configuration that should be used.


===Case 1===
==='''CASE 1:''' ===
'''''Connecting PC to first controller without converting to RS485'''''
'''''Connecting PC to first controller without converting to RS485'''''
<br> <br>
[[Image: Ren-T Case 1.gif]]
<br>
In this configuration:
*The RS232 data coming from the computer is not converted on the Ren-T.  By placing the shunts on J1 and J2, the incoming RS232 data on P1 pin 3 is routed to JR1 pin 4.  Also, GND on P1 pin 5 is routed to JR1 pin 5.


::* D1, D2, D3, R1, R2, P1, JR1, J1 (shunt), J2 (shunt)
*The transformer output is applied to diodes D1 & D2 to generate the ZC signal that is applied to JR1 pins 7 & 8.


===Case 2===
*Ren-T is connected to the serial port or a USB-to-Serial adapter on the controlling computer
'''''Connecting one Controller to the next (RS485 pass-through) '''''
<br>
This configuration is fine in situations where the computer, Ren-T and controller board are all in relative close proximity.  RS232 data lines are usually only good for distances up to about 50 feet.


::* D1, D2, D3, R1, R2, JR1, JR2 (omit shunts)
<br>
----
<br>
==='''CASE 2:''' ===
'''''Connecting one Controller to the next (RS485 pass-through)'''''
<br> <br>
[[Image: Ren-T Case 2.gif]]
<br>
In this configuration:
*RS485 data coming out of one controller board is routed to another controller board via the Ren-T.  Nothing is done to the data signal on the Ren-T, it is just routed from JR2 pins 4 & 5 straight to JR1 pins 4 & 5. 


===Case 3===
*The shunts on J1 and J2 are not installed. 
'''''Connecting PC to first controller, converting to RS485 in the process '''''


::*D1, D2, D3, D4, D7, R1, R2, P1, JR1, U1, U2, U3, C1, C2 (omit shunts)
*The transformer output is applied to diodes D1 & D2 to generate the ZC signal that is applied to JR1 pins 7 & 8.


=='''BOM'''==
*Ren-T is not connected to the controlling computer


Mouser part#'s listed.


*'''U3''' ~ 1 -  595-UA78L05ACLPRE3  - Standard 5V, 100mA Fixed Pos Voltage Regulator 
This configuration is ideal for situations where it is desirable to connect the output of one controller to the input of a second controller that is a good distance from the first.  The RS485 data signal is good for up to 4,000 feet but It is not possible to send the ZC signal over large distances without losing signal integrity.  By placing a Ren-T near the input of the second controller board, you create a new ZC signal and use the RS485 data signal coming from the first controller board.


*'''U2''' ~ 1 -  837-ISL81487EIP      -  RS-485/422 Interface ICs 5V TXRX ESD
<br>
----
<br>
==='''CASE 3:''' ===
'''''Connecting PC to first controller, converting to RS485 in the process'''''
<br> <br>
[[Image: Ren-T Case 3.gif]]
<br>


*'''U1''' ~ 1 -  595-SN75C189AN  -  RS-232 Interface ICs Quad Low Pwr
Most widely used configuration


*'''C1''' ~ 1 - 140-XRL16V10-RC    -  Radial Electrolytic Capacitors 16V 10uF 20% 
In this configuration:
*RS232 data coming from the controlling computer is converted to RS485 data.  The RS485 data is then routed to JR1 pins 4 & 5. 


*'''C2''' ~ 1 -  140-XRL16V470-RC  - Radial Electrolytic Capacitors 10V 470uF 20%  
*The shunts on J1 and J2 are not installed.  


*'''D1, D2, D4, D7''' ~ 4* -    625-1N5819-E3    -  Schottky Rectifiers Vr/40V Io/1A 
*The transformer output is applied to diodes D1 & D2 to generate the ZC signal that is applied to JR1 pins 7 & 8.


*'''D3''' ~  1 -  604-WP7104GT  ***('''''or''''')***  604-WP7104IT -  LED  >  GT = Green ~  IT = Red  
*The transformer output is also applied to diodes D4 & D7 as input into the voltage regulator U3. U3 produces the operating voltage for U1 and U2


*'''R1''' ~ 1 - 291-1K-RC -  1/4W 5% Carbon Film Resistors 1Kohms 0.05   
*Ren-T is connected to the serial port or a USB-to-Serial adapter on the controlling computer


*'''R2''' ~ 1 - 291-750-RC - 1/4W 5% Carbon Film Resistors 750ohms 0.05  (LED resistor)
<br> <br>
----
<br>


*'''J1, J2''' ~ 2 -  538-22-03-2021  -  .100 K.K. Connectors VERT PCB HDR 2P TIN PLATING 
=='''Selecting an Alternative Transformer'''==


*2 - 649-65474-002LF    - Bergcon Connectors SHUNT TIN
There are several different possible choices of a transformer. The most basic considerations are the input voltage, the output voltage and output current ratings of the transformer.  In this discussion, primary will refer to the transformers input winding(s) (that are connected to the AC power line), and secondary refers to the output winding(s) of the transformer.


*'''P1''' ~ 1 - 152-3409      -  D-Sub Connectors 9C R/A PCB RECPT  
The input voltage of the transformer must be the same as the AC line voltage available in your locale. You cannot use a 120VAC transformer in a location with 240 VAC power, nor can you use a 240VAC transformer if your local power is 120VAC.  There are some transformers with dual primaries that can be wired up to accept either 120 or 240 VAC, but discussion of how to use these is beyond the scope of this page.


*'''JR1, JR2''' ~ 2 - 571-5520251-4    -   Modular Jacks 8/8 SIDE ENTRY
The preferred design uses a center-tapped transformer. This is a transformer which has a single output winding with three connections (one at either end of the winding, and one in the exact middle), in which the middle connection (the center-tap) is to be used. One disadvantage of this circuit is that the iron and copper in the transformer is only used with 50% effectiveness because at any point in time only half of the transformer is supplying current.
   


'''''Optional Parts'''''
The transformer output voltage should be either 12.6VAC or 16 VAC, and the output wires from the transformer should be connected as shown here.


*1 - 693-CMF1.1111.12    -    Power Entry Modules 2.5A C8 INLET PCB MT (requires the AC cord below, or an older style 'laptop' power cord. Check the data sheet for a picture.)
[[IMAGE:Xformer_conn2.gif]]


*1- 173-21114-E    -  AC Power Cord 10' 2W 18AWG BK
The effective schematic (taking into account the parts which are actually installed) is here:


*1 - 571-3902613    -  IC Sockets 14P ECONOMY TIN
[[IMAGE:Xformer_ct.gif]]
*1 - 571-3902612    -  IC Sockets 8P ECONOMY TIN


The waveform across the output of the transformer (pins 5,8) is a sine wave with amplitude 1.41*Vtrans when fully loaded (where Vtrans would be the 12.6V or 16V rated value of the transformer).  The amplitude will be somewhat higher if there is no load on the transformer or just a minimal load.  The voltage between the transformer center-tap and either of the other two legs is 1/2 of this value.


[[IMAGE:sinewave_nolabel.gif]]


'''''TRANFORMER CHOICES'''''
The output of the rectifier circuit (VOUT+ - VOUT-) is a rectified sinewave, as shown below.  The amplitude of the output waveform is (1.41*Vtrans/2 - Vf), where Vf is the forward voltage of the diodes (about 0.7V for regular diodes, 0.4V for Schottky diodes).


41PG300  -  12.6CT .3A
[[IMAGE:sinewave_rect.gif]]


*The transformers listed are not the only ones that can be used. They are what was used during the design and testing and are direct fits for the pads of the PCB.
=='''Related Links'''==


=='''Schematic'''==
[[Ren-T PCB Assembly Instructions | Ren-T PCB Assembly Instructions]]
[[Image:Ren-T schematic.gif]]


=='''History'''==


2007/09/03 Removed references to non-center-tapped transformer, as they do not always reliably provide a good zero-crossing signal.
[[Category:Renard]]
[[Category:Ren-T]]
[[Category:Ren-C]]
[[Category:DIYC Index]]

Latest revision as of 03:14, 29 January 2011

The Board


Board Versions

  • V2.4 - Has provisions for mounting a dual secondary transformer. The dual secondary type transformer was later found to be undesirable for generating the Zero Crossing signal.
  • V2.5 - Removed D5 & D6 and pads for the dual secondary transformer


Board Functions

The Renard Transformer (Ren-T) board has three basic functions:

  1. Generate a Zero Crossing (ZC) signal
  2. Convert the RS232 data coming from the computer to RS485 data
  3. Provide a voltage that the Renard 8 can use to generate it’s own operating voltage.


Schematic Diagram


Configurations

The Ren-T can be built in three basic configurations. How the Ren-T will be used with other devices will dictate which configuration that should be used.

CASE 1:

Connecting PC to first controller without converting to RS485


In this configuration:

  • The RS232 data coming from the computer is not converted on the Ren-T. By placing the shunts on J1 and J2, the incoming RS232 data on P1 pin 3 is routed to JR1 pin 4. Also, GND on P1 pin 5 is routed to JR1 pin 5.
  • The transformer output is applied to diodes D1 & D2 to generate the ZC signal that is applied to JR1 pins 7 & 8.
  • Ren-T is connected to the serial port or a USB-to-Serial adapter on the controlling computer


This configuration is fine in situations where the computer, Ren-T and controller board are all in relative close proximity. RS232 data lines are usually only good for distances up to about 50 feet.




CASE 2:

Connecting one Controller to the next (RS485 pass-through)


In this configuration:

  • RS485 data coming out of one controller board is routed to another controller board via the Ren-T. Nothing is done to the data signal on the Ren-T, it is just routed from JR2 pins 4 & 5 straight to JR1 pins 4 & 5.
  • The shunts on J1 and J2 are not installed.
  • The transformer output is applied to diodes D1 & D2 to generate the ZC signal that is applied to JR1 pins 7 & 8.
  • Ren-T is not connected to the controlling computer


This configuration is ideal for situations where it is desirable to connect the output of one controller to the input of a second controller that is a good distance from the first. The RS485 data signal is good for up to 4,000 feet but It is not possible to send the ZC signal over large distances without losing signal integrity. By placing a Ren-T near the input of the second controller board, you create a new ZC signal and use the RS485 data signal coming from the first controller board.




CASE 3:

Connecting PC to first controller, converting to RS485 in the process


Most widely used configuration

In this configuration:

  • RS232 data coming from the controlling computer is converted to RS485 data. The RS485 data is then routed to JR1 pins 4 & 5.
  • The shunts on J1 and J2 are not installed.
  • The transformer output is applied to diodes D1 & D2 to generate the ZC signal that is applied to JR1 pins 7 & 8.
  • The transformer output is also applied to diodes D4 & D7 as input into the voltage regulator U3. U3 produces the operating voltage for U1 and U2
  • Ren-T is connected to the serial port or a USB-to-Serial adapter on the controlling computer





Selecting an Alternative Transformer

There are several different possible choices of a transformer. The most basic considerations are the input voltage, the output voltage and output current ratings of the transformer. In this discussion, primary will refer to the transformers input winding(s) (that are connected to the AC power line), and secondary refers to the output winding(s) of the transformer.

The input voltage of the transformer must be the same as the AC line voltage available in your locale. You cannot use a 120VAC transformer in a location with 240 VAC power, nor can you use a 240VAC transformer if your local power is 120VAC. There are some transformers with dual primaries that can be wired up to accept either 120 or 240 VAC, but discussion of how to use these is beyond the scope of this page.

The preferred design uses a center-tapped transformer. This is a transformer which has a single output winding with three connections (one at either end of the winding, and one in the exact middle), in which the middle connection (the center-tap) is to be used. One disadvantage of this circuit is that the iron and copper in the transformer is only used with 50% effectiveness because at any point in time only half of the transformer is supplying current.

The transformer output voltage should be either 12.6VAC or 16 VAC, and the output wires from the transformer should be connected as shown here.

The effective schematic (taking into account the parts which are actually installed) is here:

The waveform across the output of the transformer (pins 5,8) is a sine wave with amplitude 1.41*Vtrans when fully loaded (where Vtrans would be the 12.6V or 16V rated value of the transformer). The amplitude will be somewhat higher if there is no load on the transformer or just a minimal load. The voltage between the transformer center-tap and either of the other two legs is 1/2 of this value.

The output of the rectifier circuit (VOUT+ - VOUT-) is a rectified sinewave, as shown below. The amplitude of the output waveform is (1.41*Vtrans/2 - Vf), where Vf is the forward voltage of the diodes (about 0.7V for regular diodes, 0.4V for Schottky diodes).

Related Links

Ren-T PCB Assembly Instructions