// File: atca_power_entry // // Date: Original Rev. 15-Jan-2015 // Current Rev. 18-Jan-2015 // // // // This is the ATCA Power Entry Module Geometry // ----------- // // It is based on the "Quarter-Brick" and specifically // to match a SynQor: IQ65033QMA10 or IQ65033QGA12 // // Note that the 0,0 of this geometry is in its center. // // Note that this geometry has its own "internal" // padstacks. // // All pins on these SynQor Power Entry modules are // 40 mil diameter with 80 mil standoffs - but some of // these pins carry high current and some are CMOS signal // level current. // // These this geometry has 2 padstacks: one for power // and one for signal. // // The layout orientation of the geometry is with // its long axis horizontal and pin #1 in the SE corner. // Thus it can probably be placed on the Hub-Module // without rotation. // // This metric geometry comes from a 100% screwed up // English dimensioned design. It is 2.300" x 1.450" // i.e. 58.42 mm x 36.83 mm. // $abort_enable = @false; $$lock_windows(@on) ; $$snap_diagonal(@off) ; $$snap_orthogonal(@off) ; //---------------------------------------------------------------------------- // SIGNAL "40 mil diameter" padstack for the ATCA Power Entry Module // // 1.60 mm drill // 2.60 mm pad land // 2.70 mm soldermask opening // 3.10 mm plane relief // // --> the thickness of the donut wall is 0.50 mm // --> the thickness of the Gnd Plane web is 0.71 mm for 0.150" spaced pins $$create_pin("term_pow_enter_signal", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$term_pow_enter_signal']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 1.60, 0.0 ]); $$circle( "PAD", 0.0, 0.0, 2.60, 0.0); $$circle( "SIGNAL", 0.0, 0.0, 2.60, 0.0); $$circle( "SOLDER_MASK", 0.0, 0.0, 2.70, 0.0); $$circle( "POWER", 0.0, 0.0, 3.10, 0.0); //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // CURRENT "40 mil diameter" padstack for the ATCA Power Entry Module // // 1.60 mm drill // 3.00 mm pad land // 3.10 mm soldermask opening // 3.50 mm plane relief // // --> the thickness of the donut wall is 0.70 mm // --> the thickness of the Gnd Plane web is 0.31 mm for 0.150" spaced pins $$create_pin("term_pow_enter_current", @replace); $$page(0.0,0.0,0.0, @mm, 0.0, 0.0, [0.0, 0.0, 'PI$term_pow_enter_current']); $$point_mode(@vertex); $$attribute( "TERMINAL_THRUHOLE_DEFINITION", ""); $$attribute( "TERMINAL_DRILL_SIZE", "", , @scale , , [ 1.60, 0.0]); $$circle( "PAD", 0.0, 0.0, 3.00, 0.0); $$circle( "SIGNAL", 0.0, 0.0, 3.00, 0.0); $$circle( "SOLDER_MASK", 0.0, 0.0, 3.10, 0.0); $$circle( "POWER", 0.0, 0.0, 3.50, 0.0); //---------------------------------------------------------------------------- //---------------------------------------------------------------------------- // // Now the actual ATCA Power Entry Geometry // $$create_component("ATCA_Power_Entry"); $$page(0.0, 0.0, 0.0, @mm, 0.0, 0.0, [0.0,0.0,'CO$ATCA_Power_Entry'] ); $$point_mode(@vertex); $$attribute( "COMPONENT_HEIGHT", "", , @scale , , [8.0, 0.0]); $$attribute( "COMPONENT_OUTLINE_OVERHANG", "no"); $$attribute( "COMPONENT_LAYOUT_SURFACE", "both"); // // Component Outline // $$initial([ 29.210, 18.415 ], , @nosnap ); $$terminal([ -29.210, 18.415 ]); $$terminal([ -29.210, -18.415 ]); $$terminal([ 29.210, -18.415 ]); $$terminal([ 29.210, 18.415 ]); $$attribute( "COMPONENT_PLACEMENT_OUTLINE", "", @mark, @scale ); // // Silkscreen Outline // $$template_line_style( @Solid ); $$initial([ 29.210, 18.415 ], , @nosnap ); $$terminal([ -29.210, 18.415 ]); $$terminal([ -29.210, -18.415 ]); $$terminal([ 29.210, -18.415 ]); $$terminal([ 29.210, 18.415 ]); $$path( "SILKSCREEN", 0.20 ); // // Silkscreen the main common mode filter inductors // $$template_line_style( @Solid ); $$initial([ 0.40, 17.20 ], , @nosnap ); $$terminal([ 14.80, 17.20 ]); $$terminal([ 14.80, 2.80 ]); $$terminal([ 0.40, 2.80 ]); $$terminal([ 0.40, 17.20 ]); $$path( "SILKSCREEN_1", 0.20 ); $$initial([ 0.40, 17.20 ], , @nosnap ); $$terminal([ 4.40, 13.70 ]); $$terminal([ 4.40, 6.30 ]); $$terminal([ 0.40, 2.80 ]); $$path( "SILKSCREEN_1", 0.20 ); $$initial([ 14.80, 17.20 ], , @nosnap ); $$terminal([ 10.80, 13.70 ]); $$terminal([ 10.80, 6.30 ]); $$terminal([ 14.80, 2.80 ]); $$path( "SILKSCREEN_1", 0.20 ); $$initial([ 0.40, 2.00 ], , @nosnap ); $$terminal([ 14.80, 2.00 ]); $$terminal([ 14.80, -12.40 ]); $$terminal([ 0.40, -12.40 ]); $$terminal([ 0.40, 2.00 ]); $$path( "SILKSCREEN_1", 0.20 ); $$initial([ 0.40, 2.00 ], , @nosnap ); $$terminal([ 4.40, -1.50 ]); $$terminal([ 4.40, -8.90 ]); $$terminal([ 0.40, -12.40 ]); $$path( "SILKSCREEN_1", 0.20 ); $$initial([ 14.80, 2.00 ], , @nosnap ); $$terminal([ 10.80, -1.50 ]); $$terminal([ 10.80, -8.90 ]); $$terminal([ 14.80, -12.40 ]); $$path( "SILKSCREEN_1", 0.20 ); $$template_line_style( @Solid ); $$initial([ -22.40, 9.50 ], , @nosnap ); $$terminal([ -9.70, 9.50 ]); $$terminal([ -9.70, -.80 ]); $$terminal([ -22.50, -.80 ]); $$terminal([ -22.50, 9.50 ]); $$path( "SILKSCREEN_1", 0.20 ); // Silkscreen End of // // Reference Designator // $$text( "SILKSCREEN", "^$ref", 0.0, -5.0, 2.5, @BC, 0, 1.00, 0.20, "std", "None", 0.0, 0.0 ); // // ATCA Power Entry Pins // ----------------------- // // // Pin Name Function // --- ---------- ------------------------ // 1 -48V_A Negative Feed A Bus // 2 -48V_B Negative Feed B Bus // // 3 VRTN_A Positive Feed A Bus // 4 VRTN_B Positive Feed B Bus // // 5 ENABLE_A Enable A Bus Feed // 6 ENABLE_B Enable B Bus Feed // // 7 SHELF_GND Shelf Ground // // // 8 5.0V 5.0V Relative to LOGIC_GND // 9 3.3V 3.3V Relative to LOGIC_GND // // 10 I2C_ADRS I2C Address Input Resistor // 11 I2C_DATA I2C Data // 12 I2C_CLK I2C Clock // // 13 LOGIC_GND Logic Ground // 14 ALARM A/B Feed Loss Signal // // // 15 -48V_OUT Negative Output to PayLoad // 16 HU_TRIM Hold-Up Voltage Trim // 17 VRTN_OUT Positive Output to PayLoad // 18 HU_CAP Hold-Up Capacitor + Connection // // // Now the pins on the Connector #1 through #7 mostly Input pins // $$attribute( "COMPONENT_PIN_DEFINITION", "1", , @scale , , [ 25.400, -14.605 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "1, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "2", , @scale , , [ 25.400, -9.525 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "2, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "3", , @scale , , [ 25.400, -4.445 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "3, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "4", , @scale , , [ 25.400, 0.635 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "4, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "5", , @scale , , [ 25.400, 5.715 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "5, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "6", , @scale , , [ 25.400, 10.795 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "6, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "7", , @scale , , [ 25.400, 16.510 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "7, term_pow_enter_current"); // // Now the pins on the Connector #8 through #14 mostly IPMC Control/Monitor pins // $$attribute( "COMPONENT_PIN_DEFINITION", "8", , @scale , , [ -25.400, 16.510 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "8, term_pow_enter_signal"); $$attribute( "COMPONENT_PIN_DEFINITION", "9", , @scale , , [ -25.400, 10.795 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "9, term_pow_enter_signal"); $$attribute( "COMPONENT_PIN_DEFINITION", "10", , @scale , , [ -25.400, 5.715 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "10, term_pow_enter_signal"); $$attribute( "COMPONENT_PIN_DEFINITION", "11", , @scale , , [ -25.400, 0.635 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "11, term_pow_enter_signal"); $$attribute( "COMPONENT_PIN_DEFINITION", "12", , @scale , , [ -25.400, -4.445 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "12, term_pow_enter_signal"); $$attribute( "COMPONENT_PIN_DEFINITION", "13", , @scale , , [ -25.400, -9.525 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "13, term_pow_enter_signal"); $$attribute( "COMPONENT_PIN_DEFINITION", "14", , @scale , , [ -25.400, -14.605 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "14, term_pow_enter_signal"); // // Now the pins on the Connector #15 through #18 mostly Output pins // $$attribute( "COMPONENT_PIN_DEFINITION", "15", , @scale , , [ -10.160, -15.875 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "15, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "16", , @scale , , [ -6.350, -15.875 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "16, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "17", , @scale , , [ -2.540, -15.875 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "17, term_pow_enter_current"); $$attribute( "COMPONENT_PIN_DEFINITION", "18", , @scale , , [ 1.270, -15.875 ]); $$attribute( "COMPONENT_PADSTACK_OVERRIDE", "18, term_pow_enter_current");