// // file: wurth_7503196xy_iso_power_geom // // date: 26-Mar-2024 original for the Disco-Kraken Board // // // // // This is the geometry for the Wurth 7503196xy series // Wurth size 1308 Isolated Power Transformer for the // Isolated RS-485 Transceiver. // // This power transformer itself is about: // 9.45 mm in X by 8.5 mm in Y with its leads // sticking out further in X. // // This SMD inductor is about 6.0 mm tall. // // Pin #1 is in the NE corner and the 6 pins are numbered // in the normal CCW direction when looking down from the top. // // This geometry includes it own SMD pads that are // 1.82 mm wide in X by 1.22 mm high in Y. // The centers of the pads are 11.45 mm apart along the X axis. // // The 750319691 is a 12V to 12V transformer ratio 1 : 1.14 // The 750319697 is a 24V to 24V transformer ratio 1 : 1.07 // // The center of this geometry is in the center of the device. // // Pins 1, 2, 3 are the Primary with pin 2 the center tap. // Pins 4, 5, 6 are the Seconday with pin 5 the center tap. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- $$create_pin("wurth_1308_pad", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'PI$wurth_1308_pad'] ); $$point_mode(@vertex); $$polygon( "PAD", , [ -0.91, -0.61, 0.91, -0.61, 0.91, 0.61, -0.91, 0.61 ] ); $$polygon( "SOLDER_MASK", , [ -0.96, -0.66, 0.96, -0.66, 0.96, 0.66, -0.96, 0.66 ] ); $$polygon( "PASTE_MASK", , [ -0.91, -0.61, 0.91, -0.61, 0.91, 0.61, -0.91, 0.61 ] ); $$attribute( "TERMINAL_SURFACE_DEFINITION", ""); //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- $$create_component("Wurth_1308_Trans", @replace); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$Wurth_1308_Trans'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_LAYOUT_TYPE", "surface"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [ 6.0, 0.0 ]); // // Reduced size placement outline // outline just around device pins // for tighter placement fit // $$template_line_style( @Solid ); $$initial([ 6.80, 4.25 ], , @nosnap ); $$terminal([ -6.80, 4.25 ] ); $$terminal([ -6.80, -4.25 ] ); $$terminal([ 6.80, -4.25 ] ); $$terminal([ 6.80, 4.25 ] ); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); $$template_line_style( @Solid ); $$path( "SILKSCREEN", 0.20, , [ -4.40, 4.30, 4.40, 4.30 ]); $$path( "SILKSCREEN", 0.20, , [ -4.40, -4.30, 4.40, -4.30 ]); $$path( "SILKSCREEN", 0.20, , [ -4.40, 4.30, -4.40, -4.30 ]); $$path( "SILKSCREEN", 0.20, , [ 4.40, 4.30, 4.40, -4.30 ]); // Reference Designator is on SILKSCREEN Layer. $$text( "SILKSCREEN", "^$ref", 0.0, 5.4, 2.0, @BC, 0, 0.7, 0.20, "std", "None", 0.0, 0.0 ); // // Define the 6 pins on the Wurth 7503196xy Isolated Power Transformer // // pin #1 is in the upper lefthand corner NW and go around in CCW direction // $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ -5.73, 2.54 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ -5.73, 0.00 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ -5.73, -2.54 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ 5.73, -2.54 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ 5.73, 0.00 ]); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [ 5.73, 2.54 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, wurth_1308_pad"); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, wurth_1308_pad"); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3, wurth_1308_pad"); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4, wurth_1308_pad"); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5, wurth_1308_pad"); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "6, wurth_1308_pad");