/* Node data for the Identiconn application These are all JavaScript definitions LEGEND nm = name of this node. NOTE: do not use " in the name. Use " instead ds = description of the components in this node tq = question asked in the "traits" selection tab ls = dictionary with the name of each subnode as the keys and the answer to the above question as the value uses = what this node uses (as well as its subnodes): only a script (script), only a database (db), or both (both) sa = "see also": a list of related nodes kw = list of keywords that lead to this node b = book pages included Main attributes. Code for this node as well as its subnodes. Multiple letters are OK. acc = Access: I: interior components; X: exterior topo = Topology - p: wire-to-other; W: Wire-to-wire; w: Wire-to-board; B: Board-to-board; c: Cable-to-board; C: Cable-to-cable; q: board-to-panel wire = Wiring - B: Braid; C: Control; F: Flat Flex; L: Large; M: Magnet; N: None; R: Ribbon; U: Bar; W: Wire; X: Coax; Z: ZIP cord term = Wire termination - C: Crimp; B: Screw; I: IDT; M: Mass term.; N: None; P: Poke-in; S: Solder; T: Twist; W: Clamp; ckt = Circuits - N: None; S: Single; M: Multiple struct = Structure - P: single piece, permanent; R: single piece, removable; S: single piece, single mating; D: single piece, dual mating; C: connector; I: interposer; curr = Current - L: Low; M: Medium; H: High; V: Very high; Y: Hybrid vtg = Voltage - L: Low; M: Medium; H: High spd = Speed - L: Low; R: RF; H: High speed; Y: Hybrid panl = panel mount - F: Flush panel; N: None; R: Rail mount; T: Thru panel mate = mating - B: Blind mate; D: device; L: latched; N: Not mating: u: Unlatched; hybr = hybrid - C: Coax hybrid; H: Hybrid; N: None; Application ind = industry - B: Broadcast, recording, public performance; F: Factory indust.; I: IT; M: Medical; N: None; R: R & D; S: Public safety, MIL; T: Telecom; U: Utilities; V: Vehicle transp.; X: Extraction; Z: Other; loc = location - A: vehicle; B: buried; F: factory; H: Hospital; L: laboratory; N: None; O: Office; P: persons_body; R: residence; S: stage; T: Telecomm; V: vacuum; W: immersion env = environment - B: Buried; E: Explosion; H: Harsh ; I: Immersion; F: Field; M: Marine; N: Nuclear; R: Regular; S: Shaking; V: Vacuum; W: Wet prod = product - A: Audio; B: Battery; C: Computing; D: Drawer; E: Consumer Electronics; F: test Fixture; H: Home appl.; I: Indust. eq.; K: Sensor therm.; L: Lighting; M: Musical instr.; N: None; O: : Power tool; P: Power supply; Q: Test equip.; R: RC model; S: Solar power; T: Telephone; V: Video; W: Wireless; X: Prototype; Z: Other; a: Airplane; b: Boat; c: Car; e: E-bike; i: Industrial veh; l: Lorry, truck; m: Motorcycle; r: Railway; t: RV trailer dev = A: antenna; B: battery ; C: computer card; D: display; F: fuse ; I: semi ic; J: junction block; L: lamp ; M: motor; N: None; O: Tongue terminal; R: relay ; S: switch ; T: terminal block; U: bus bar ; V: vacuum tube; W: barrier block; X: Flex; Z: Other; wir = wiring - A: Automotive; B: Board-in; D: DC power; E: Electr. asm; G: grounding., shielding; I: Industrial; L: low voltage; N: None; P: Point-to-point; R: Residential ; T: Telephone; U: Utilities; Z: Other Classes with a database: test_components, terminals_, wire_splices, power_wiring_comp, permanent_wiring_comp, junction_barrier_blocks, panel_terminal_blocks, pcb_terminal_blocks, pluggable_terminal_blocks, fuse_clips_holders_blocks, battery_clips_holders, semi_sockets_and_plugs, computer_card_sockets, misc_device_sockets, card_edge_sockets, ffc_fpc_sockets, board_in_comp, spring_loaded_comp, test_fixture_probes, direct_to_pcb_plugs, b2b_1_pc_interposer, unshrouded_conn, rectangular_conn, single_ckt_conn, concentric_conn, coax_conn, circular_conn, exterior_signal_conn, exterior_power_conn, fiber_optic_conn, */ // **************************************** Main node **************************************** var classes = { nm: 'Home', ds: 'Connecting devices used in the electronic industry.
 
Tip: For adapters, identify each end separately.
 
Tip: For a contact that fits in a housing, look up the housing instead.
 
Tip: If you know its name, select Browse/Keyword.', tq: 'Main characteristics?', ls: { test_components: 'Temporary, for testing', terminals_: 'Single circuit, small, interior', wire_splices_: 'Joins wires, unmounted', wiring_comp: 'Any wiring component for individual wires other than splices and blocks', junction_barrier_blocks_: 'To wires, removably, screws/studs', terminal_blocks: 'To wires, removably, wire cages', board_in_comp: 'Single-component, direct betweer wire/cable and PCB', device_sockets: 'Mates to something other than a connector', compression_comp_: 'Spring-loaded/compressed, single component inside products', unshrouded_conn_: 'Rectangular, inside products, unshrouded', rectangular_conn: 'Rectangular, inside products, mate in family', single_ckt_conn: 'Single circuit, mating', concentric_conn_: 'Rotational symmetry, not RF, mate in family', coax_conn_: 'Rotational symmetry, RF or derivative, mate in family', circular_conn: 'Round, pins and sockets, mate in family', exterior_signal_conn_: 'Outside products, mate in family, signal.', exterior_power_conn: 'Outside products, power.', industrial_conn_: 'Industrial.', adapters__: 'Adapters between classes', non_electric_comp: 'Not electric.', }, uses: 'script', b: 1, }; // **************************************** Dictionaries for nodes for each class **************************************** // 1 Test components class var test_components = { nm: 'Test components', ds: 'Components for temporary connection during testing: handheld probes (meter, scope), test clips (grabbers, alligators, clamps, IC clips), test fixture devices (probes, grabbers).', tq: 'Usage?', ls: { handheld_probes: 'Hand-held', test_clips: 'Holds on a conductor', }, uses: 'db', b: 1, curr: 'L', mate: 'N', hybr: 'N', wir: 'N', env: 'R', }; // 2 Terminals class var terminals_ = { nm: 'Terminals', ds: 'Non-mating components that handle a single circuit. For interior use.', tq: 'Mount?', ls: { wire_terminals: 'Wire-mount', board_terminals: 'Board-mount', panel_mount_terminals_: 'Panel-mount', misc_mount_terminals_: 'Other mount', }, uses: 'both', b: 1, acc: 'I', spd: 'L', mate: 'N', hybr: 'N', ckt: 'S', env: 'R', }; // 3 Wire splices class var wire_splices_ = { nm: 'Wire splices', ds: 'Small components that join two or more wires. Generally for a single circuit. For interior use. Floating (not mounted to anything)', tq: '', ls: { wire_splices: '', }, uses: 'none', b: 1, acc: 'I', topo: 'W', wire: 'W', hybr: 'N', vtg: 'M', spd: 'L', panl: 'N', mate: 'N', prod: 'N', dev: 'N', }; // 4 Wiring component class var wiring_comp = { nm: 'Wiring components', ds: 'Components used by electricians to wire AC power.', tq: 'Type?', ls: { power_wiring_comp: 'Power wiring components', terminal_junction_systems_: 'Terminal Junction Systems', terminal_strips_and_boards: 'Solder and screw terminal strips and boards', permanent_wiring_comp: 'Permanent wiring components', }, uses: 'none', b: 1, acc: 'I', hybr: 'N', spd: 'L', mate: 'N', loc: 'FR', env: 'R', dev: 'N', }; // 5 Junction/barrier block class var junction_barrier_blocks_ = { nm: 'Junction & barrier blocks', ds: 'Wires are inserted in this component and secured with screws or studs. Includes barrier blocks and junctions blocks.
Either stripped wires, or wires crimped in tongue terminals (such as ring terminals).', tq: '', ls: { junction_barrier_blocks: '', }, uses: 'none', b: 1, acc: 'I', struct: 'R', vtg: 'M', spd: 'L', mate: 'N', hybr: 'N', dev: 'N', }; // 6 Terminal blocks class var terminal_blocks = { nm: 'Terminal blocks', ds: 'Wires are inserted in this component and secured with wire-clamps. Single component, or a set of plug and socket.
Either stripped wires, or wires crimped in ferrules.', tq: 'Parts? Mount?', ls: { panel_terminal_blocks: 'Single part. Panel mounted', pcb_terminal_blocks: 'Single part. PCB-mounted.', pluggable_terminal_blocks: 'Two parts. Any-mount', }, sa: ['lever_splices'], uses: 'script', b: 1, term: 'W', spd: 'L', hybr: 'N', dev: 'N', env: 'R', }; // 7 Board-in components class var board_in_comp = { nm: 'Board-in components', ds: 'Single-part components that connect a PCB directly to a wire, cable, possibly permanently.', tq: 'Characteristics?', ls: { board_in_wire_comp: 'Wire-to-board.', board_in_cable_comp: 'Cable-to-board.', }, uses: 'both', b: 1, acc: 'I', loc: 'N', env: 'R', }; // 8 Device sockets class var device_sockets = { nm: 'Device sockets', ds: 'Sockets and connectors that mate removably to devices:
fuses, cells and batteries, transistors and IC, relays, vacuum tubes, lamps, crystals, memory and PC modules.
Removable by hand (no tool required). Mostly for interior use.', tq: 'What plugs into the socket?', ls: { fuse_clips_holders_blocks: 'Fuses', battery_clips_holders: 'Cell and batteries', semi_sockets_and_plugs: 'Transistors, ICs', computer_card_sockets_: 'Computer card, module', card_edge_sockets: 'PCB edge, including memory cards', ffc_fpc_sockets_: 'Flex, FFC, FPC', misc_device_sockets_: 'Something else', }, uses: 'script', b: 1, mate: 'D', env: 'R', }; // 9 Compression components class var compression_comp_ = { nm: 'Compression components', ds: 'Single components that make contact out-of-family by pressing against conductors: pogo and spring leaf terminals and headers, test fixture probes, direct plugs, Zebra strips', tq: '', ls: { compression_comp: '', }, b: 1, curr: 'L', hybr: 'N', mate: 'U', }; // 10 Unshrouded connectors class var unshrouded_conn_ = { nm: 'Unshrouded connectors', ds: 'Unshrouded male PCB headers (including tall stackers, interposers), mating female PCB headers, and programming jumpers. Unkeyed: it can make to any other part with the same pitch (unlike keyed unshrouded connectors). Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well, such as prismatic connectors.', tq: '', ls: { unshrouded_conn: '', }, b: 1, }; // 11 Rectangular connectors class var rectangular_conn = { nm: 'Rectangular connectors', ds: 'Components used inside a product (not accessible by the end-user) other than terminal blocks; the shape is not round.', tq: 'Function?', ls: { board_to_board_conn: 'Both mates are PCB-mounted', gen_purp_rect_conn: 'General purpose', appl_specific_conn: 'Application specific', }, uses: 'both', b: 1, acc: 'I', struct: 'C', }; // 12 Single circuit connectors class var single_ckt_conn = { nm: 'Single-circuit connectors', ds: 'Single-circuit connectors that mate in family. Includes disconnects, banana, ac-power unipole.', tq: 'Function?', ls: { disconnects_: 'Small, low current, soft insulation or bare', exposed_pin_conn: 'Exposed pin. Large. High current or hard housing', unipole_conn: 'Shrouded pin. Large. High current or hard housing', }, uses: 'both', b: 1, ckt: 'S', struct: 'C', spd: 'L', hybr: 'N', }; // 13 Concentric class var concentric_conn_ = { nm: 'Concentric connectors', ds: 'Round connectors with a mating face that looks the same regardless of how you rotate it around its axis. Two to 5 contacts share the same axis: one behind the other, one inside the other, concentric. Not keyed, may be inserted in any orientation. Mostly for audio or low-votage power for consumer products, not for radio frequency applications. Includes phone (TS, TRS, TRRS), coax power barrel, cigarette lighter, and genderless concentric connectors.', tq: '', ls: { concentric_conn: '', }, b: 1, }; // 14 Coax class var coax_conn_ = { nm: 'Coax connectors', ds: 'Round connectors with 2 concentric contacts and specified impedance (e.g., 50 or 75 Ohm) for radio frequency use. Also, derivative connectors without constant impedance or with two side-by-side contacts.
Table of coax connector manufacturers', tq: '', ls: { coax_conn: '', }, b: 1, }; // 15 Circular class var circular_conn = { nm: 'Circular connectors', ds: 'Round connectors with 2 or more non-concentric pins or sockets. Usually exterior (accessible by the end user). For industrial cables, certain computer cables.', tq: '', ls: { standard_circular_conn: 'Standard type; general purpose', irregular_circular_conn: 'Anomalous: no shroud, genderless, pogo pins, internal connectors.', }, uses: 'both', b: 1, ckts: 'M', struct: 'C', wir: 'N', }; // 16 Exterior signal connectors class var exterior_signal_conn_ = { nm: 'Exterior signal connectors', ds: 'Connectors designed to be accessible by the end-user, on the outside a product. Mostly for low-power signals.', tq: '', ls: { exterior_signal_conn: '', }, uses: 'script', b: 1, acc: 'X', struct: 'C', ckt: 'M', dev: 'N', }; // 17 Exterior power connectors class var exterior_power_conn = { nm: 'Exterior power connectors', ds: 'Connectors designed to be accessible by the end-user, on the outside a product. Mostly for high power.', tq: 'AC or DC?', ls: { exterior_ac_power_conn: 'AC', exterior_dc_power_conn: 'DC', }, uses: 'both', b: 1, acc: 'X', struct: 'C', ckt: 'M', dev: 'N', vtg: 'M', spd: 'L', }; // 18 Industrial connectors class var industrial_conn_ = { nm: 'Industrial connectors', ds: 'Connectors designed to be accessible by the industrial user, on the outside a product.', tq: '', ls: { industrial_conn: '', }, uses: 'script', acc: 'X', struct: 'C', ckt: 'M', dev: 'N', }; // 19 Inter-class adapters class var adapters__ = { nm: 'Adapters between classes', ds: 'Adapters between connectors of different classes.', tq: '', ls: { adapters_: '', }, uses: 'none', b: 1, acc: 'X', topo: 'C', wire: 'W', term: 'W', ckt: 'M', struct: 'I', curr: 'LM', hybr: 'N', vtg: 'LM', spd: 'LRH', panl: 'N', mate: 'LU', ind: 'N', loc: 'N', env: 'R', prod: 'N', dev: 'N', wir: 'N', }; // 20 Non-electric components class var non_electric_comp = { nm: 'Non-electric components', ds: 'Non-electric components: fiber-optic and radio wave connectors, accessories.', tq: 'Type?', ls: { not_electric_conn: 'Connectors: optical, electromagnetic', accessories_: 'Accessories', }, uses: 'none', b: 1, topo: 'Z', wire: 'N', term: 'N', ckt: 'N', struct: 'Z', curr: 'Z', hybr: 'N', vtg: 'Z', spd: 'Z', ind: 'N', prod: 'N', env: 'R', dev: 'N', wir: 'N', }; // **************************************** Dictionaries for nodes for each suclass **************************************** // 3 Wire splices subclass var wire_splices = { nm: 'Wire splices', ds: 'Small components that join two or more wires. Generally for a single circuit. For interior use. Floating (not mounted to anything)', tq: 'Wire retention?', ls: { idc_splices: 'Insulation displacement', crimp_splices: 'Crimp', solder_splices_: 'Solder', poke_in_splices: 'Poke-in', lever_splices: 'Lever', twist_on_splices_: 'Twist, wire nut', }, uses: 'both', }; // 4 Wiring components subclass var power_wiring_comp = { nm: 'Power wiring components', ds: 'Components used by electricians to wire AC power.', tq: 'Wire termination?', ls: { mechanical_connectors: 'Screw clamp', wire_cage_pwr_wiring_comp: 'Wire cage', misc_pwr_wiring_comp: 'Other', }, uses: 'db', b: 1, wire: 'W', ckt: 'S', vtg: 'M', mate: 'N', }; var terminal_junction_systems_ = { nm: 'Terminal Junction Systems', ds: 'Sealed rail-mount modules and splices into which individual pin-terminated wires are poked for a common connection.', tq: '', ls: { terminal_junction_systems: '', }, uses: 'none', b: 1, topo: 'W', wire: 'W', term: 'C', struct: 'R', curr: 'H', vtg: 'M', ind: 'V', loc: 'A', env: 'H', prod: 'abi', dev: 'N', wir: 'A', }; var terminal_strips_and_boards = { nm: 'Terminal strips and boards', ds: 'Solder-terminal and screw-terminal strips and boards.', tq: 'Type of terminal?', ls: { screw_terminal_strips_boards: 'Screw terminal', solder_terminal_strips_boards: 'Solder terminal, turret', }, uses: 'none', b: 1, topo: 'p', wire: 'W', ckts: 'M', curr: 'L', vtg: 'LM', pnl: 'F', mate: 'N', }; var permanent_wiring_comp = { nm: 'Permanent wiring components', ds: 'Components that make a permanent electric connection, panel-mount or board-to-board.', tq: 'Wire termination?', tq: 'Characteristics?', ls: { thru_panel_wiring_comp: 'Through a panel', on_panel_wiring_comp: 'On a panel', permanent_board_to_board_comp: 'Board-to-board', }, sa: ['idc_splices','crimp_splices','poke_in_splices'], uses: 'db', b: 1, struct: 'P', mate: 'N', dev: 'N', }; // 2 Terminals subclass var wire_terminals = { nm: 'Wire terminals', ds: 'Small components that are mounted first on a wire, and handle a single circuit. For interior use. They do not mate with a component in the same family.
NOTE: We we cannot identify a connector contact. We can only identify the connector housing that that contact goes into. Once we identify the connector, then we can look up the contacts that it uses.', tq: 'Shape and use of non-wire end?', ls: { tongue_crimp_terminals: 'Flat tongue, wire crimp barrel', tubular_compression_lugs_: 'Closed hole, flattened tube', wire_terminals_for_cage: 'To wire cage', wire_terminals_for_panel: 'To a panel', misc_wire_terminals_: 'Other shape and mount', }, sa: ['board_in_wire_comp'], }; var board_terminals = { nm: 'Board terminals', ds: 'Small components that are mounted first on a board (such as a PCB), and handle a single circuit. For interior use. They do not mate with a component in the same family.', tq: 'Shape?', ls: { board_screw_terminals: 'Threaded (or plain hole)', board_pins_posts: 'Pin or post', board_sockets: 'Socket', misc_board_terminals_: 'Not pin, not threaded, not direct to PCB', }, sa: ['pcb_clips','board_in_pcb_terminals'], panl: 'N', loc: 'N', }; var panel_mount_terminals_ = { nm: 'Panel-mount terminals', ds: 'Small components that are mounted first to a panel and handle a single circuit. For interior use. They do not mate with a component in the same family.', tq: '', ls: { panel_mount_terminals: '', }, panl: 'F', loc: 'N', }; var misc_mount_terminals_ = { nm: 'Other mount terminals', ds: 'Small components that are mounted first on something other than a wire, board, or panel, and handle a single circuit. For interior use. They do not mate with a component in the same family.', tq: '', ls: { misc_mount_terminals: '', }, panl: 'N', ind: 'N', loc: 'N', prod: 'N', dev: 'N', wir: 'N', }; // 1 Test components subclass var handheld_probes = { nm: 'Handheld probes', ds: 'Handheld probes for temporary connection during testing for meters, scopes.', tq: 'For what?', ls: { meter_probes_: 'Meter (single wire)', scope_probes_: 'Scope (coaxial)', }, b: 1, acc: 'X', topo: 'wW', term: 'S', struct: 'S', vtg: 'LMH', panl: 'N', ind: 'R', loc: 'FL', prod: 'Q', dev: 'N', }; var test_clips = { nm: 'Test clips', ds: 'Test clips that hold onto a conductor (wire, test point, IC) temporarily during testing: grabbers, alligators, clamps, IC clips.', tq: 'For what? How open?', ls: { alligators_crocodiles_clamps: 'Single conductor. Squeeze', grabber_clips: 'Single conductor. Press the end', test_fixture_grabbers: 'Test fixtures. Hook, grabber', ic_clips: 'For ICs. Various', }, spd: 'L', panl: 'N', ind: 'R', loc: 'L', prod: 'N', }; // 5 Junction/barrier block subclass var junction_barrier_blocks = { nm: 'Junction & barrier blocks', ds: 'Wires are inserted in this component and secured with screws or studs. Includes barrier blocks and junctions blocks.
Either stripped wires, or wires crimped in tongue terminals (such as ring terminals).', tq: 'Characteristics?', ls: { junction_comp: 'Wire wrapped around stud, or ring terminal on stud', barrier_blocks: 'Wire wrapped around screw, or ring terminal on screw', }, uses: 'both', }; // 6 Terminal blocks subclass var panel_terminal_blocks = { nm: 'Panel terminal blocks', ds: 'Single-piece terminal blocks that place the wire in a wire cage and that are mounted to a panel (flush, thru the panel, or on a DIN rail.', tq: 'Shape? Mounting?', ls: { tubular_terminal_blocks: 'Terminals in square tubes. Any.', feed_thru_terminal_blocks: 'Other shape. Through the panel.', flush_panel_terminal_blocks: 'Other shape. On a panel.', rail_mount_terminal_blocks: 'Other shape. To a rail/channel', }, sa: ['junction_blocks','panel_barrier_blocks'], b: 1, uses: 'both', struct: 'R', curr: 'H', vtg: 'M', mate: 'N', }; var pcb_terminal_blocks = { nm: 'PCB-mount terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). Single level or two levels.', tq: 'How is the wire released?', ls: { pcb_screw_terminal_blocks: 'Unscrewing', pcb_screwless_terminal_blocks: 'Other', }, uses: 'both', b: 1, acc: 'I', topo: 'w', wire: 'W', ckt: 'SM', struct: 'R', panl: 'N', mate: 'N', ind: 'N', loc: 'N', prod: 'X', wir: 'E', }; var pluggable_terminal_blocks = { nm: 'Pluggable terminal blocks', ds: 'Terminal blocks that plug into a header or a PCB edge. Wires are inserted in holes in a plug and secured, then the plug is plugged either into a header (normally a PCB header, but it could be a panel-mount header, or another plug), or onlto the edge of a PCB', tq: 'Mate?', ls: { no_shroud_2_pc_terminal_blocks: 'Unshrouded strip of PCB pins', two_pc_terminal_blocks: 'Industry standard, 3 or 4 walls', misc_pluggable_terminal_blocks: 'Non-standard', }, sa: ['terminal_block_card_edge_plugs','eurostyle_pluggable_terminal_strips'], uses: 'both', b: 1, wire: 'W', ckt: 'M', struct: 'C', mate: 'U', }; // 8 Device sockets subclass var fuse_clips_holders_blocks = { nm: 'Fuse clips, holders, blocks', ds: 'Components that hold and connect to a fuse.', tq: 'One side or both?', ls: { fuse_clips_studs: 'One side of fuse only', fuse_blocks: 'Both sides of fuse, open, one or more fuses.', fuse_holders: 'Both sides of fuse, enclosed.', }, uses: 'both', b: 1, struct: 'S', hybr: 'N', spd: 'L', dev: 'F', }; var battery_clips_holders = { nm: 'Cell and battery clips and holders', ds: 'Components that hold a cell or a battery.', tq: 'Cell or battery type?', ls: { coin_cell_clips_holders: 'Coin cell', cylindrical_cell_contacts_holders: 'Cylindrical cell', batt9v_snaps_holders: '9 V battery', misc_battery_clips_holders_: 'Other', }, uses: 'both', b: 1, hybr: 'N', vtg: 'L', spd: 'L', dev: 'B', }; var semi_sockets_and_plugs = { nm: 'Transistor & IC sockets, plugs', ds: 'Sockets for a transistor or an integrated circuit. Also male plugs that fit in such sockets.', tq: 'For what? Function?', ls: { transistor_sockets_: 'Transistors', ic_sockets: 'ICs', ic_socket_plugs: 'Plug that fits in an IC socket', }, uses: 'both', b: 1, acc: 'I', ckt: 'M', curr: 'L', hybr: 'N', vtg: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'CX', dev: 'I', wir: 'E', }; var computer_card_sockets_ = { nm: 'Computer card sockets', ds: 'Sockets that mate to computer cards and modules, such as SIM, SD, CompactFlash, PCMCIA. The end-user can insert and remove the card.', tq: '', ls: { computer_card_sockets: '', }, uses: 'none', b: 1, acc: 'X', topo: 'D', wire: 'N', term: 'N', ckt: 'M', struct: 'S', curr: 'L', vtg: 'L', hybr: 'N', spd: 'H', panl: 'N', ind: 'N', loc: 'N', prod: 'C', dev: 'C', wir: 'E', }; var card_edge_sockets = { nm: 'Card edge sockets', ds: 'The edge of a PCB card slides into these sockets. Also for male mates that act as a PCB card edge.', tq: 'Characteristics?', ls: { gp_2readout_card_edge_sockets: 'For two-sided card, genearl purpose', bus_card_edge_sockets: 'For specific buses', memory_card_edge_sockets: 'For memory cards (e.g. DIMM)', card_edge_plugs: 'In-line plug; includes RAST 2.5 for appliances', misc_card_edge_sockets: 'Other', }, uses: 'both', sa: ['rast_2p5_card_edge_plugs','rast_5_card_edge_plugs','hot_pluggable_conn'], b: 1, acc: 'I', ckt: 'M', mate: 'U', loc: 'N', dev: 'C', }; var ffc_fpc_sockets_ = { nm: 'FFC/FPC sockets', ds: 'PCB sockets into which a flat cable (flat conductors) or the tail of a flexible circuit is inserted directly (no plug is installed on the cable/circuit). For FFC (Flat Flex Cable), FPC (Flat Printed Circuit), CIC (Conductive Ink Circuit), ECJ (Etched Copper Jumper).', tq: '', ls: { ffc_fpc_sockets: '', }, sa: ['ribbon_cable_sockets'], uses: 'none', b: 1, acc: 'I', topo: 'c', wire: 'F', term: 'N', ckt: 'M', struct: 'S', curr: 'L', hybr: 'N', vtg: 'L', spd: 'H', panl: 'N', mate: 'u', hybr: 'N', ind: 'N', loc: 'N', prod: 'CE', dev: 'X', wir: 'E', }; var misc_device_sockets_ = { nm: 'Misc. device sockets', ds: 'Sockets that mate to other devices: relays, vacuum tubes, lamps, crystals, switches, etc.', tq: '', ls: { misc_device_sockets: '', }, uses: 'none', b: 1, ckt: 'M', struct: 'S', spd: 'L', }; // 7 Board-in components subclass var board_in_wire_comp = { nm: 'Board-in wire components', ds: 'Components that connect wires to a PCB directly, possibly permanently.', tq: 'Mated to first?', ls: { board_in_wire_terminals: 'To a PCB', board_in_wire_plugs: 'A wire', board_in_pcb_terminals: 'Direct wire-to-board', board_in_pcb_hdrs: 'A PCB', }, b: 1, topo: 'w', wire: 'W', curr: 'L', vtg: 'L', spd: 'L', ind: 'E', loc: 'N', prod: 'CEL', dev: 'N', panl: 'N', mate: 'N', hybr: 'N', wir: 'E', }; var board_in_cable_comp = { nm: 'Board-in cable components', ds: 'Components that connect a cable to a PCB directly, possibly permanently.', tq: 'Cable?', ls: { board_in_ribbon_comp: 'Ribbon', board_in_coax_conn: 'Coax', }, b: 1, topo: 'w', ckt: 'M', curr: 'L', vtg: 'L', mate: 'U', hybr: 'N', }; // 12 Single circuit connectors subclass var disconnects_ = { nm: 'Disconnects', ds: 'Small, low current, single circuit connectors that mate in family. May be bare or partially or fully insulated, but no hard housing. Mostly wire-crimp plugs, similar to tongue terminals. Otherwise PCB or panel-mount terminals. Includes quick connect, bullet, knife, snap.', tq: 'Shape?', ls: { tab_disconnects: 'Flat blade', misc_disconnects: 'Other', }, b: 1, acc: 'I', wire: 'W', term: 'C', mate: 'U', env: 'R', }; var exposed_pin_conn = { nm: 'Exposed-pin connectors', ds: 'Single-pole connectors that mate in family. Unshrouded: the pin is visible. Unkeyed: the pin can rotate inside the socket. They have a hard housing except that some high current bullets may be bare.', tq: 'Use? ', ls: { signal_exposed_pin_conn: 'Signal', power_exposed_pin_conn: 'High power', }, b: 1, vtg: 'L', mate: 'U', }; var unipole_conn = { nm: 'Unipole connectors', ds: 'Single-pole connectors that mate in family. Shrouded (the pin is hidden). Keyed. They have a hard housing.', tq: 'Characteristics? ', ls: { round_unipole_conn: 'Round', rect_unipole_conn: 'Square, rectangular, other', }, sa: ['standard_circular_conn','sealed_rect_conn'], b: 1, topo: 'W', term: 'C', }; // 13 Concentric subclass var concentric_conn = { nm: 'Concentric connectors', ds: 'Round connectors with a mating face that looks the same regardless of how you rotate it around its axis. Two to 5 contacts share the same axis: one behind the other, one inside the other, concentric. Not keyed, may be inserted in any orientation. Mostly for audio or low-votage power for consumer products, not for radio frequency applications. Includes phone (TS, TRS, TRRS), coax power barrel, cigarette lighter, and genderless concentric connectors.', tq: 'Shape of plug?', ls: { phone_conn: 'Phone: tip, 0 or more rings, sleeve', coax_barrel_power_conn: 'Coax power: concave cylinder inside an outer cylinder: ', other_concentric_conn: 'Other', }, uses: 'both', ckts: 'M', struct: 'C', spd: 'L', hybr: 'N', dev: 'N', wir: 'N', }; // 14 Coax subclass var coax_conn = { nm: 'Coax connectors', ds: 'Round connectors with 2 concentric contacts and specified impedance (e.g., 50 or 75 Ohm) for radio frequency use. Also, derivative connectors without constant impedance or with two side-by-side contacts.
Table of coax connector manufacturers', tq: 'Characteristics?', ls: { interior_rf_conn: 'Interior, small', microwave_conn: 'Microwave, small, mostly interior', std_exterior_rf_conn: 'Exterior, standard', misc_ext_rf_conn: 'Exterior, other', non_rf_coax_conn: 'Exterior, twinax, triax, Hi Vtg', }, sa: ['concentric_conn'], uses: 'both', wire: 'X', term: 'CS', ckts: 'M', struct: 'C', hybr: 'N', wir: 'N', }; // 15 Circular subclass var standard_circular_conn = { nm: 'Standard circular connectors', ds: 'Round connectors with 2 or more non-concentric pins or sockets. Exterior (accessible by the end user). For any application.', tq: 'Standard? Fastening method?', ls: { xlr_circular_conn: 'Standard, XLR; latched', din_circular_conn: 'Standard, DIN-style; push-pull', mil_spec_circular_conn: 'Standard, MIL-spec; various', iec_circular_conn: 'Standard, IEC; threaded or latched', misc_standard_circular_conn: 'Standard, other', slim_circular_conn: 'Proprietary, slim', micro_nano_circ_conn: 'Semi-standard, minimal', trieco_circular_conn: 'Standard, 3-stud bayonet', x_plastic_circular_con: 'Semi-standard, small plastic', plastic_power_circular_conn: 'Plastic, high power', led_lighting_circ_conn_: 'LED lighting', automotive_circular_conn: 'Automotive', ebike_circ_conn: 'E-bike', immersion_circ_conn: 'Application-specific, under water', misc_appl_spec_circular_conn: 'Application-specific, other', propr_metal_circ_conn: 'Proprietary, general purpoose, metal', propr_plastic_circ_conn: 'Proprietary, general purpoose, plastic', }, sa: ['exterior_power_conn'], spd: 'L', }; var irregular_circular_conn = { nm: 'Irregular circular connectors', ds: 'Round connectors that have no shroud, no pins and sockets, or contain sub-connectors.', tq: 'Anomaly?', ls: { unshrouded_circular_conn: 'Unshrouded.', genderless_circular_conn: 'Genderless contacts.', pogo_circular_conn: 'Pogo pins', sub_conn_circular_conn: 'Contains sub-connectors', }, sa: ['rect_data_io_conn'], acc: 'X', wire: 'C', wire: 'C', term: 'C', dev: 'N', }; // 9 Compression components subclass var compression_comp = { nm: 'Compression components', ds: 'Single components that make contact out-of-family by pressing against conductors: pogo and spring leaf terminals and headers, test fixture probes, direct plugs, Zebra strips', tq: 'Application?', ls: { spring_loaded_comp: 'Other', test_fixture_probes: 'Test fixtures', direct_to_pcb_plugs: 'Plugged temporarily directly to PCB pads.', b2b_1_pc_interposer: '1 piece board-to-board', emi_shielding_material_: 'EMI shielding material', }, }; // 10 Unshrouded connectors subclass var unshrouded_conn = { nm: 'Unshrouded connectors', ds: 'Unshrouded male PCB headers (including tall stackers, interposers), mating female PCB headers, and programming jumpers. Unkeyed: it can make to any other part with the same pitch (unlike keyed unshrouded connectors). Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well, such as prismatic connectors.', tq: 'Type?', ls: { unshrouded_male_headers: 'PCB headers, male', unshrouded_fem_headers: 'PCB headers, female', unshrouded_stackers: 'Stackers: pins with two plastic strips', unshrouded_plugs: 'Plugs', unsrouded_jumpers: 'Jumpers', }, sa: ['prismatic_conn','board_in_solder_headers','prismatic_bump_idc_conn', 'unshrouded_keyed_conn'], uses: 'both', acc: 'I', struct: 'C', curr: 'L', vtg: 'L', spd: 'L', panl: 'N', mate: 'U', hybr: 'N', ind: 'N', loc: 'N', env: 'R', prod: 'CX', dev: 'N', wir: 'N', }; // 11 Rectangular connectors subclass var board_to_board_conn = { nm: 'Board-to-board connectors', ds: 'PCB headers used inside a product specifically designed to mate two PCBs together. In the entire family, both mates are PCB-mounted (the family does not include any wire-mounted parts.). Keyed to prevent the two mates from incorrect mating. While any family that inlcludes both male and female PCB headers can be used as board-to-board connectors, these families are specifically designed for that purpose.', tq: 'Gendered? Size? Characteristics?', ls: { small_genderless_b2b_conn: 'Genderless. Small.', array_b2b_conn: 'Either. Large. many rows', hi_pwr_b2b_conn: 'Either. Large. High power, may be hybrid', misc_small_b2b_conn: 'Either. Small', misc_large_b2b_conn: 'Either. Large', }, sa: ['gen_purp_rect_conn'], topo: 'B', b: 1, wire: 'N', term: 'N', ckt: 'M', panl: 'N', ind: 'N', loc: 'N', env: 'R', dev: 'N', wir: 'N', }; var gen_purp_rect_conn = { nm: 'General purpose rectangular connectors', ds: 'Rectangular connector families that include more than one function: wire-to-wire, wire-to-board, or board-to-board. Used inside a product (not accessible by the end-user). Not round. Mate in family.', tq: 'Characteristics?', ls: { prismatic_conn: '1~2 rows, mostly flat sides', single_wall_conn: 'Single wall header, 1 row', pin_socket_conn: '1~3 rows, flat mating face, hollow round pins; white Nylon', partitioned_shroud_conn: 'Individually shrouded sockets', lo_prof_w2b_conn: 'Low profile, 4-walls, 1 or 2 rows', sidelined_w2b_conn: 'Contacts in header are against the wall', lvds_w2b_conn: 'Right-angle PCB header; straight plug mated from the side; many wires; for flat screen TVs', misc_ind_std_rect_conn: 'Some other industry-standard connector', propr_rect_conn: 'Proprietary, regular', propr_irregul_rect_conn: 'Proprietary, irregular', }, sa: ['unshrouded_conn','board_to_board_conn','appl_specific_conn'], ckt: 'M', ind: 'N', loc: 'N', dev: 'N', wir: 'N', }; var appl_specific_conn = { nm: 'Application-specific interior connectors', ds: 'Interior connectors used exclusively in specific industries.', tq: 'Industry?', ls: { appliance_conn: 'Appliances', automotive_conn: 'Automotive', drawer_conn: 'Blind-mating racks', hot_pluggable_conn: 'Hot-pluggable: PCB edge and card-edge socket', misc_appl_specific_conn: 'Other', }, ckt: 'M', wir: 'N', }; // 16 Exterior signal connectors subclass var exterior_signal_conn = { nm: 'Exterior signal connectors', ds: 'Connectors for analog signals or digital data. Designed to be accessible by the end-user, on the outside a product.
The housing is not circular.
Removable by hand (no tool required).', tq: 'Shape?', ls: { d_shell_conn: 'Trapezoidal, D-shaped.', telephone_conn: 'Telephone, modular (Ethernet)', rect_data_io_conn: 'Computer, video, data I/O', misc_ext_signal_conn: 'Other.', }, sa: ['concentric_conn','coax_conn','circular_conn','rectangular_conn'], uses: 'both', vtg: 'L', env: 'R', }; // 17 Exterior power connectors subclass var exterior_ac_power_conn = { nm: 'Exterior AC power connectors', ds: 'Connectors for high current (more than 10 A), or high voltage (more than 100 V). For line voltage AC power. Designed to be accessible by the end-user, on the outside a product.
Any shape.
Removable by hand (no tool required).', tq: 'Application?', ls: { std_ac_power_conn: 'Standard AC power outlets and plugs.', appliance_couplers: 'Between power cord and product', nema_twist_lock_ac_power_conn_: 'Twist-lock', pin_and_sleeve_conn: 'Pin and sleeve', industry_specific_power_conn: 'Industry specific', }, }; var exterior_dc_power_conn = { nm: 'Exterior DC power connectors', ds: 'Connectors for high current (more than 10 A), or high voltage (more than 100 V). For DC power. Designed to be accessible by the end-user, on the outside a product.
Any shape.
Removable by hand (no tool required).', tq: 'Application?', ls: { dc_couplers_: 'Between AC adapter and product', ev_dc_power_conn: 'To charge EV traction battery', vintage_dc_power_conn: 'Old connectors', }, }; // 18 Industrial connectors subclass var industrial_conn = { nm: 'Industrial connectors', ds: 'Connectors for industrial use other than circular. Under construction.', tq: '', ls: { large_industrial_conn: '', }, topo: 'W', wire: 'CW', term: 'C', curr: 'MHV', vtg: 'M', spd: 'CLR', panl: 'T', mate: 'L', hybr: 'CHN', ind: 'F', loc: 'F', env: 'H', prod: 'I', wir: 'N', }; // 19 Inter-class adapters subclass var adapters_ = { nm: 'Adapters between classes', ds: 'Adapters between connectors of different classes.', tq: 'From/to?', ls: { round_adapters: 'Round/round', round_other_adapters: 'Round/not round', ext_adapters: 'Exterior/exterior', misc_adapters_: 'Other', }, }; // 20 Non-electric components subclass var not_electric_conn = { nm: 'Non-electric connectors', ds: 'Connecting components that do not involve an electrical circuit: optical or radio waves.', tq: 'Medium?', ls: { fiber_optic_conn: 'Light', radio_wave_conn: 'Radio waves', }, }; var accessories_ = { nm: 'Accessories', ds: 'Non-electric accessories.', tq: 'Characteristics?', ls: { configurable_frames: 'Multiple connectors snapped into a frame', cable_accessories: 'Accessories', }, mate: 'N', ind: 'N', prod: 'N', }; // **************************************** Dictionaries for nodes for each order **************************************** // 1 Test components order var meter_probes_ = { nm: 'Meter probes', ds: 'Handheld probes for temporary connection of a single circuit during testing. For meters.', tq: 'Connection?', ls: { meter_probes: 'Permanent wired', meter_probe_adapters: 'Other', }, wire: 'W', ckt: 'S', spd: 'L', }; var scope_probes_ = { nm: 'Scope probes', ds: 'Handheld probes for temporary coaxial connection during testing. For scopes.', tq: 'Connection?', ls: { scope_probes: 'Permanent wired', scope_probe_adapters: 'Other', }, wire: 'X', ckt: 'M', spd: 'HR', }; var alligators_crocodiles_clamps = { nm: 'Alligators, crocodiles, and clamps', ds: 'Test clips that hold onto a conductor (wire, test point) temporarily during testing. Opened by pressing a button on the back. Includes alligators, crocodiles and clamps.', tq: 'Type?', ls: { alligator_clips: 'Seesaw lever action.', five_way_alligator_clips: 'Seesaw, for telephone repair', crocodile_clips: 'Class 3 lever action.', large_clamps: 'Seesaw, huge', }, b: 1, acc: 'X', topo: 'wW', wire: 'W', term: 'BC', ckt: 'S', struct: 'S', vtg: 'LM', dev: 'N', }; var grabber_clips = { nm: 'Grabbers', ds: 'Test clips that hold onto a conductor (wire, test point) temporarily during testing. Opened by pressing a button on the back. Includes pincers and hooks.', tq: 'How is conductor grabbed?', ls: { pincer_grabbers: 'Between two leaves, either side', hook_grabbers: 'Between single hook and plastic body', piercing_grabbers: 'Needles cut through insulation', alligator_jaw_grabbers: 'Between two alligator jaws', }, b: 1, acc: 'X', topo: 'wW', wire: 'W', term: 'CS', ckt: 'S', struct: 'S', vtg: 'LM', dev: 'N', }; var test_fixture_grabbers = { nm: 'Test fixture grabbers', ds: 'Devices mounted to a panel in test or assembly fixture. Make temporary connection to a single wire.', tq: 'Wire connection?', ls: { test_fixture_hook_grabbers: 'Between wire hook and body', test_fixture_piercing_grabbers: 'Needles cut through insulation', }, b: 1, acc: 'X', topo: 'W', struct: 'S', vtg: 'L', }; var ic_clips = { nm: 'IC clips', ds: 'Test clips that hold onto an IC temporarily during testing.', tq: 'IC package?', ls: { dip_ic_clip: 'DIP', plcc_ic_clip: 'PLCC', soic_ic_clip: 'SOIC', }, b: 1, acc: 'I', topo: 'w', wire: 'N', term: 'N', ckt: 'M', struct: 'D', vtg: 'L', dev: 'I', }; // 3 Wire splices order var idc_splices = { nm: 'Insulation displacement wire splices', ds: 'Joins two or more wires permanently, by cutting through the insulation of non-stripped wires (IDC = Insulation Displacement Connector). Difficult to remove the wires; their insulation is damaged.', tq: 'What is pressed?', ls: { button_idc_splices: 'A button', side_by_side_idc_splices: 'A blade', hinged_cap_idc_splices: 'Hinged caps', }, sa: ['permanent_wiring_comp'], b: 1, term: 'I', struct: 'P', curr: 'H', loc: 'R', env: 'R', wir: 'LRT' }; var crimp_splices = { nm: 'Crimp wire splices', ds: 'Joins two or more stripped wires permanently (the wires may not be removed, may only be cut). Wires retained by crimping.', tq: 'Wire entries? Placement?', ls: { cap_crimp_splices: 'One, insulated. Stripped wires', b_wire_splices: 'One, insulated. Unstripped wires', crimp_band_splices: 'Two, In-line, side-by-side, non-insul. C-shape', parallel_splices: 'Two, In-line, side-by-side, non-insul. sleve', butt_crimp_splices: 'Two, In-line, end-to-end', multi_way_crimp_splices: 'Three or more', }, b: 1, term: 'C', ckt: 'S', struct: 'P', curr: 'H', ind: 'N', loc: 'R', env: 'R', wir: 'LR' }; var solder_splices_ = { nm: 'Solder wire splices', ds: 'Tube that joins two or more wires permanently. Splice is heated with a heat gun to melt the low-temperature solder.', tq: '', ls: { solder_splices: '', }, b: 1, term: 'S', ckt: 'S', struct: 'P', curr: 'H', ind: 'N', loc: 'N', env: 'R', wir: 'L' }; var poke_in_splices = { nm: 'Poke-in wire splices', ds: 'Joins two or more stripped wires through clamps. It grabs a wire pocked into a hole and will not let go.', tq: 'Permanent?', ls: { permanent_poke_in_splices: 'Yes', removable_poke_in_splices: 'No', }, b: 1, term: 'P', ckt: 'S', curr: 'H', ind: 'N', loc: 'R', env: 'R', wir: 'LR' }; var lever_splices = { nm: 'Lever wire splices', ds: 'Has two or more openings, one for each wire to be connected together. A lever is raised (or a push-button is pressed); a stripped wire is inserted in a hole; the lever is lowered (or the push-button released) to secure the wire. Wires may be removed, undamaged, with no tools.', tq: 'Circuits? Wire entry sides?', ls: { single_end_lever_splices: 'One. Same side.', inline_lever_splices: 'One or more. Opposite ends.', }, b: 1, term: 'W', struct: 'R', curr: 'H', ind: 'N', loc: 'R', env:'R', wir: 'LR', }; var twist_on_splices_ = { nm: 'Twist-on splices (wire nuts)', ds: 'Two or more stripped wires are stripped, twisted together, inserted in the wire nut which is twisted until firm. Wires may be removed, undamaged, with no tools..', tq: '', ls: { twist_on_splices: '', }, b: 1, term: 'T', ckt: 'S', struct: 'R', curr: 'H', ind: 'N', loc: 'R', env:'R', wir: 'R', }; // 4 Wiring components order // Power wiring components var mechanical_connectors = { nm: 'Mechanical connectors', ds: 'Ground rod clamps, split bolts, or parallel clamp mechanical connectors.', tq: 'Mounted? Characteristics?', ls: { split_bolt_mech_conn: 'No. Bolt with a slit and a nut, as a splice. Unmounted', paral_clamp_mech_conn: 'No. Plates with two screws, as a splice', ground_rod_clamps: 'To a ground rod. Ring with a bolt', lay_in_ground_lugs: 'Panel-mounted. Side entrance', }, term: 'B', struct: 'R', curr: 'V', panl: 'N', ind: 'U', prod: 'N', }; var wire_cage_pwr_wiring_comp = { nm: 'Wire cage power wiring components', ds: 'Wire is placed in a hole and secured with a screw. Single circuit, one or more openings.', tq: 'Mount? Insulated? Holes? Use?', ls: { in_line_mechanical_splices: 'Unmounted. One at each end. Splice', insulated_multitap_conn: 'Unmounted. Yes. Many. Splice.', ground_lugs: 'Flange-mounted to a panel. 1+. Grounding', grounding_blocks: 'Panel-mounted; No. Many. Grounding', neutral_blocks: 'Panel- or rail-mounted. Yes. Many. Neutral.', }, term: 'B', struct: 'R', curr: 'H', ind: 'N', prod: 'N', }; var misc_pwr_wiring_comp = { nm: 'Misc wiring plates, bars, straps', ds: 'Flat plate or strip with holes for tubular compression lugs. Bus bars. Braid straps. Single circuit.', tq: 'Characteristics?', ls: { grounding_compression_splices: 'Crimped onto two cables', grounding_bus_bars: 'Flat plate or strip with holes', bus_bars: 'Bus bars', ground_straps: 'Braid straps', }, term: 'B', }; // Terminal Junction Systems var terminal_junction_systems = { nm: 'Terminal Junction Systems', ds: 'Sealed rail-mount modules and splices into which individual pin-terminated wires are poked for a common connection.', tq: 'Component?', ls: { rail_terminal_junction_modules: 'Rail-mount module', panel_mount_terminal_junctions: 'Panel-mounted', solder_terminal_junction_modules: 'Module soldered to a PCB or wires', terminal_junction_plugs: 'In-line plug, mates to a module', terminal_junction_splices: 'In-line splice', }, }; // Terminal strips and boards var screw_terminal_strips_boards = { nm: 'Screw terminal strips, boards', ds: 'Screw-terminal strips and boards.', tq: 'Shape?', ls: { screw_terminal_strips: 'Strip', screw_terminal_boards: 'Board', }, term: 'B', struct: 'R', }; var solder_terminal_strips_boards = { nm: 'Solder terminal strips, boards', ds: 'Solder-terminal strips and boards inclduing turret boards.', tq: 'Terminal type?', ls: { solder_terminal_strips: 'Solder eyelet', turret_boards: 'Turret', }, term: 'S', struct: 'P', }; // Permanent wiring components var thru_panel_wiring_comp = { nm: 'Though-panel permanent wiring components', ds: 'Components that passes one or more circuits through a panel. Wires are terminated permanently on both sides of the panel.', tq: 'Circuits?', ls: { feedthrough_terminals: 'Single', penetrators_: 'Multiple', }, topo: 'W', term: 'S', vtg: 'LM', panl: 'T', }; var on_panel_wiring_comp = { nm: 'On-panel permanent wiring components', ds: 'On-mounted permanent wiring components.', tq: 'Termination?', ls: { punch_down_blocks: 'IDT for landline phone lines', terminal_tag_strips: 'White ceramic blade with metallized gaps', }, wire: 'W', ckt: 'M', panl: 'F', curr: 'L', vtg: 'M', env: 'R', }; var permanent_board_to_board_comp = { nm: 'Permanent board-to-board components', ds: 'Components for a permanent connection between two boards.', tq: 'Type?', ls: { lead_strips: 'Wire leads in a plastic strip', perm_board_to_board_strips: 'Strip of contacts soldered to two boards', }, topo: 'B', wire: 'N', ckt: 'M', term: 'N', ckt: 'M', vtg: 'L', panl: 'N', loc: 'N', env: 'R', }; // 2 Terminals order // Wire terminals var tongue_crimp_terminals = { nm: 'Tongue wire-crimp terminals', ds: 'Connected permanently to a wire and mounted removably onto a stud or into a screw-terminal. One half is a open or closed barrel for crimping to a wire. The other half is flat and round, oval or rectangular. It may have one or more holes. It may be in line, bent at 45 degrees, right angle, or a side-flag. In may be made by folding a sheet or flattening a tube.', tq: 'Hole in non-wire end? Made from a tube?', ls: { ring_terminals: 'Closed hole, not a tube', hook_terminals: 'Hole open to the side, not a tube', slotted_ring_terminals: 'Open hole at front, round, not a tube', fork_spade_terminals: 'Hole open at the tip, not a tube', blade_terminals: 'No hole, not a tube, flat', knife_terminals: 'No hole, not a tube, upturned end', }, b: 1, struct: 'R', topo: 'pwW', term: 'CS', curr: 'LM', vtg: 'LM', panl: 'N', ind: 'W', loc: 'F', prod: 'N', wir: 'LP', }; var tubular_compression_lugs_ = { nm: 'Tubular compression lugs', ds: 'Terminal crimped to a large-gauge stripped wire, then placed onto a stud, and finally secured with a nut. A metal tube forms the crimp barrel at one end and is flattened at the stud end.', tq: '', ls: { tubular_compression_lugs: '', }, b: 1, wire: 'BLUW', term: 'C', struct: 'R', curr: 'H', vtg: 'MH', panl: 'F', topo: 'pW', ind: 'W', loc: 'FR', prod: 'N', dev: 'N', wir: 'IRU', }; var wire_terminals_for_cage = { nm: 'Wire-mount terminals for wire-cages', ds: 'Terminals that are permanently crimped to a wire and then inserted into a wire cage such as a terminal block.', tq: 'Characteristics?', ls: { wire_ferrules: 'Wire goes all the way through', wire_pins: 'Half is a wire barrel, half is a pin', aluminum_compression_adapters: 'Other', }, b: 1, wire: 'W', term: 'C', struct: 'R', panl: 'N', ind: 'W', prod: 'N', dev: 'T', wir: 'EILR', }; var wire_terminals_for_panel = { nm: 'Wire-mount terminals for panels', ds: 'Terminals that are permanently crimped to a wire and then mounted to a panel.', tq: 'Function?', ls: { grounding_wire_terminals: 'Grounding', misc_wire_terminals_for_panel: 'Other', }, struct: 'R', topo: 'p', wire: 'W', curr: 'LM', vtg: 'L', panl: 'F', ind: 'N', loc: 'N', prod: 'N', dev: 'N', }; var misc_wire_terminals_ = { nm: 'Misc. wire-mount terminals', ds: 'Other terminals that are permanently mounted to a wire through crimping, soldering or by piercing the insulation.', tq: 'What use?', ls: { wire_sockets: 'Socket, any use', misc_wire_terminals: 'Other', }, panl: 'N', ind: 'N', loc: 'N', prod: 'N', dev: 'N', wir: 'EL', }; // Board terminals var board_screw_terminals = { nm: 'Screw/threaded board terminals', ds: 'PCB-mounted terminal with a screw, a threaded stud, a threaded hole, or a plain hole for a screw. Single circuit; does not belong to a family with multiple circuits.', tq: 'How is it mounted?', ls: { swaged_screw_terminals: 'Swaged into board', th_screw_terminals: 'Through hole and soldered', smt_screw_terminals: 'Surface mount and soldered', press_fit_screw_terminals: 'Press-fit into multiple PCB holes', pcb_wire_cage_terminals: 'Like a screw-terminal block, but single-circuit', broaching_fasteners: 'Press-fit into a single large PCB hole', }, sa: ['pcb_terminal_blocks', 'junction_posts'], b: 1, topo: 'w', struct: 'R', vtg: 'M', ind: 'N', prod: 'N', }; var board_pins_posts = { nm: 'Board-mount pins, posts', ds: 'Pins (long and slim), posts (wider), turrets (tower-shaped), and spring-loaded pins that are permanently mounted to a board such as a PCB by soldering or press-fitting.', tq: 'Shape?', ls: { formed_board_terminals: 'Pin, flat or mostly flat', machined_board_terminals: 'Pin, round, no spring', turret_terminals: 'Pin, round, no spring, stack of multiple disks', }, sa: ['board_in_wire_comp','board_in_poke_in_headers','board_in_open_idt_headers','board_in_mass_term_headers'], b: 1, vtg: 'L', curr: 'L', dev: 'N', }; var board_sockets = { nm: 'Socket board terminals', ds: 'Small, single circuit components with a hole or gap that are installed on a PCB (or other board), either permanently (e.g., soldered) or removably. Then, a lead or pin is slipped into their hole or gap.', tq: 'What shape? What for?', ls: { board_machined_sockets: 'For conductor. Round', misc_board_sockets: 'For conductor. Other shape', }, sa: ['pcb_clips','board_in_pcb_terminals'], b: 1, wire: 'N', term: 'N', struct: 'S', vtg: 'L', ind: 'N', wir: 'E', }; var misc_board_terminals_ = { nm: 'Misc. board terminals', ds: 'Small, single circuit components that are installed on a PCB (or other board), either permanently (e.g., soldered) or removably. Then, a wire, a pin or a test device may be connected to it (not a ring terminal)', tq: 'What shape? What for?', ls: { pcb_wound_springs: 'Circular spring', pcb_loops: 'Loop; for test grabber', pcb_jumpers: 'PCB jumpers', }, sa: ['board_in_wire_comp','board_in_poke_in_headers','board_in_open_idt_headers','board_in_mass_term_headers'], b: 1, wire: 'N', term: 'N', ind: 'N', }; // Panel/bus bar terminals var panel_mount_terminals = { nm: 'Panel mount terminals', ds: 'Small components that are mounted first to a panel and handle a single circuit. For interior use. They do not mate with a component in the same family.', tq: 'Mounted to?', ls: { solder_lugs: 'A stud, then a wire is soldered to it', bus_bar_clips: 'A bus bar', emi_shield_clips: 'A panel. Clips or spring leaves ground another panel', }, b: 1, }; // Misc mount terminals var misc_mount_terminals = { nm: 'Other mount terminals', ds: 'Small components that are mounted first on something other than a wire, board, or panel, and handle a single circuit. For interior use. They do not mate with a component in the same family.', tq: 'Terminated to?', ls: { loose_terminals: 'Nothing', magnet_wire_terminals: 'Magnet wire', foil_terminals: 'Metal foil', }, b: 1, }; // 5 Junction/barrier block order var junction_comp = { nm: 'Junction components', ds: 'Panel-mounted power distribution blocks for high current. One or more studs or screws above a plastic block. Single circuit', tq: 'Number of terminations?', ls: { junction_posts: 'Threaded post, single ended', junction_feedthrus: 'Double-ended threaded contact thru panel', junction_blocks: 'Multiple studs, may vae multiple circuits', junction_bars: 'Flat bar with screws or studs. May be dual circuit', }, sa: ['panel_barrier_blocks'], b: 1, topo: 'W', term: 'B', curr: 'MH', ind: 'V', loc: 'A', prod: 'Bbil', wir: 'AD', env: 'H', }; var barrier_blocks = { nm: 'Barrier blocks', ds: 'Wires are wrapped around a screw and tightened. Or, wire in crimped to a ring terminal (closed) or a fork terminal (open) which is then placed on the screw. May use threaded rods or quick-connect tabs instead.', tq: 'Mount?', ls: { panel_barrier_blocks: 'Panel, flush', feed_thru_barrier_blocks: 'Through panel', pcb_barrier_blocks: 'PCB', }, b: 1, wire: 'W', term: 'B', ckt: 'SM', curr: 'LM', ind: 'W', prod: 'N', env: 'R', }; // 6 Terminal blocks order // Panel or rail mount terminal blocks var tubular_terminal_blocks = { nm: 'Tubular terminal strips, blocks', ds: 'Terminal strips or blocks in which each circuit is in its separate square or rectangular tube section of soft plastic. May be mounted flush on a panel, or left loose', tq: 'Wire retention? Pieces?', ls: { eurostyle_terminal_strips: 'Screw. 1-piece', eurostyle_pluggable_terminal_strips: 'Screw. 2-pieces', quick_sping_terminal_blocks: 'Press-release. 1-piece', }, b: 1, acc: 'I', topo: 'W', wire: 'W', ckt: 'SM', panl: 'F', prod: 'N', }; var feed_thru_terminal_blocks = { nm: 'Feed-thru terminal blocks', ds: 'Terminal blocks mounted through a panel.', tq: 'Modular slices? Terminal blocks on both sides??', ls: { modular_feed_through_terminal_blocks: 'Yes. No', modular_2pc_feed_through_terminal_blocks: 'Yes. Yes.', monolithic_feed_through_terminal_blocks: 'No. Probably', }, b: 1, acc: 'IX', topo: 'W', ckt: 'SM', panl: 'T', ind: 'F', loc: 'F', }; var flush_panel_terminal_blocks = { nm: 'Flush panel-mount terminal blocks', ds: 'Single-piece terminal blocks that are mounted flush on a panel.', tq: 'Max wire size? Characteristics?', ls: { modular_panel_terminal_blocks: '< 14 AWG. Modular', monolithic_panel_terminal_blocks: '< 14 AWG. Single component', us_power_distribution_terminal_blocks: '>= 14 AWG. US, open frame', eu_power_distribution_terminal_blocks: '>= 14 AWG. Europe, enclosed', }, b: 1, acc: 'I', wire: 'W', panl: 'F', }; var rail_mount_terminal_blocks = { nm: 'Rail-mount terminal blocks', ds: 'Terminal blocks that are mounted to a DIN rail/channel.', tq: 'Rail?', ls: { din_35mm_rail_terminal_blocks: '35 mm wide, top hat shaped', misc_rail_mount_terminal_blocks: 'Other', }, sa: ['board_in_open_idt_headers','board_in_mass_term_headers'], b: 1, acc: 'I', topo: 'W', wire: 'W', ckt: 'SM', panl: 'R', ind: 'F', loc: 'F', prod: 'I', wir: 'IR', }; // PCB terminal blocks var pcb_screw_terminal_blocks = { nm: 'PCB-mount, screw terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with screws. Single level or two levels.', tq: 'Pitch?', ls: { pcb_screw_terminal_blocks_2p5: '~2.5 mm (~0.1 inch)', pcb_screw_terminal_blocks_3p5: '3.5 mm (0.138 inch)', pcb_screw_terminal_blocks_3p8: '3.81 mm (0.15 inch)', pcb_screw_terminal_blocks_5: '~5 mm (~0.2 inch)', pcb_screw_terminal_blocks_7p5: '~7.5 mm (~0.3 inch)', pcb_screw_terminal_blocks_lg: 'larger', }, }; var pcb_screwless_terminal_blocks = { nm: 'PCB-mount, screwless terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with something other than screws; to release the wire, a lever is lifted or a push-button is pressed (no tools are required). Single level or two levels.', tq: 'Pitch?', ls: { pcb_screwless_terminal_blocks_2p5: '~2.5 mm (~0.1 inch)', pcb_screwless_terminal_blocks_3p5: '3.5 mm (0.138 inch)', pcb_screwless_terminal_blocks_3p8: '3.81 mm (0.15 inch)', pcb_screwless_terminal_blocks_5: '~5 mm (~0.2 inch)', pcb_screwless_terminal_blocks_7p5: '~7.5 mm (~0.3 inch)', pcb_screwless_terminal_blocks_lg: 'larger', }, sa: ['board_in_open_idt_headers','board_in_mass_term_headers', 'board_in_poke_in_headers', 'removable_poke_in_splices'], }; // Puggable terminal blocks var no_shroud_2_pc_terminal_blocks = { nm: 'Unshrouded pluggable terminal block connect.', ds: 'Terminal block divided into two parts: (1) Female: an inline plug; (2) Male: an unshrouded or 1-wall PCB header. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped with screws.', tq: 'Pitch?', ls: { no_shroud_2_pc_terminal_blocks_3p5: '3.5 mm (0.138 inch)', no_shroud_2_pc_terminal_blocks_5: '~5 mm (~0.2 inch)', no_shroud_2_pc_terminal_blocks_misc: 'Other', }, b: 1, acc: 'I', topo: 'w', panl: 'N', ind: 'N', loc: 'N', prod: 'N', wir: 'E', }; var two_pc_terminal_blocks = { nm: 'Two-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). Industry standard', tq: 'Pitch?', ls: { two_pc_terminal_blocks_2p5: '2.5, 2.54 mm (0.1 inch)', two_pc_terminal_blocks_3p5: '3.5 mm (0.138 inch)', two_pc_terminal_blocks_3p8: '3.81 mm (0.15 inch)', two_pc_terminal_blocks_5: '5, 5.08 mm (0.2 inch)', two_pc_terminal_blocks_7p5: '7.5, 7,61 mm (0.3 inch)', two_pc_terminal_blocks_10: '10, 10.16 mm (~0.4 inch)', two_pc_terminal_blocks_misc: 'Other pitch', }, b: 1, acc: 'IX', topo: 'wW', panl: 'FTN', ind: 'F', loc: 'F', prod: 'EI', wir: 'E', }; var misc_pluggable_terminal_blocks = { nm: 'Misc. pluggable terminal blocks', ds: 'Some other type of pluggable terminal block.', tq: 'Characteristics?', ls: { part_shroud_2_pc_terminal_blocks: 'Two-piece, partial shroud', misc_2_pc_terminal_blocks: 'Other', }, sa: ['terminal_block_card_edge_plugs','eurostyle_pluggable_terminal_strips'], b: 1, acc: 'I', topo: 'w', curr: 'M', vtg: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'N', wir: 'N', }; // 8 Device sockets order // Fuse var fuse_clips_studs = { nm: 'Fuse clips, contacts and studs', ds: 'Single clip, stud or contact for one side of a small or medium-sized fuse. PCB or panel mount, or held by the fuse.', tq: 'Mount??', ls: { wire_mount_fuse_clips: 'Wire', pcb_fuse_clips: 'PCB', chassis_fuse_clips: 'Panel', chassis_fuse_studs: 'Panel', }, acc: 'I', wire: 'W', ckt: 'S', }; var fuse_blocks = { nm: 'Open fuse blocks', ds: 'Connects both ends of a single fuse or multiple fuses. The fuse is exposed, for interior use. PCB, chassis, or rail mount.', tq: 'Mount?', ls: { pcb_fuse_blocks: 'PCB-mount', chassis_fuse_blocks: 'Flush on interior panel ', rail_mount_fuse_blocks: 'On interior rail', }, acc: 'I', wire: 'W', ckt: 'M', curr: 'MH', vtg: 'M', }; var fuse_holders = { nm: 'Enclosed fuseholders', ds: 'Connects both ends of a single fuse. Fully enclosed, usually for exterior use. PCB or panel mount, or bulkhead mounted, or in-line.', tq: 'Mount? Number of fuses?', ls: { in_line_fuseholders: 'Wires only. Single fuse', pcb_fuseholders: 'PCB-mount. Single fuse', chassis_fuseholders: 'Interior panel. Single fuse', fuse_boxes: 'Interior panel. Multiple fuse', bulkhead_fuseholders: 'Through-panel, exterior access. Single fuse', rail_mount_fuseholders: 'On interior rail', }, wire: 'W', ckt: 'M', }; // Battery var coin_cell_clips_holders = { nm: 'Coin cell clips and holders', ds: 'Clips (single contact) and holders (complete) for coin cells; May be PCB mounted.', tq: 'Mount? Number of contacts?', ls: { pcb_coin_cell_retainers: 'PCB; 1', pcb_coin_cell_holders: 'PCB; 2+', misc_coin_cell_holders: 'Other; 2+', }, topo: 'D', term: 'N', ckt: 'M', struct: 'S', curr: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'BEQ', wir: 'E', }; var cylindrical_cell_contacts_holders = { nm: 'Cylindrical cell clips and holders', ds: 'Clips (single contact) and holders (complete) for cylindrical battery cells (AAA, AA, C, D, etc.); May be mounted to a PCB, a chassis, or in-line..', tq: 'Mount?', ls: { pcb_cyl_cell_contacts: 'PCB; 1', pcb_cyl_cell_holders: 'PCB; 2+', misc_cyl_cell_contacts: 'Chassis; 1', misc_cyl_cell_holders: 'Chassis; 2+', }, struct: 'S', curr: 'LM', ind: 'N', loc: 'N', prod: 'BEQ', wir: 'E', }; var batt9v_snaps_holders = { nm: '9 V battery snaps and holders', ds: 'Snaps (single contact) and holders (complete) for 9 V batteries; May be mounted to a PCB, a chassis, or in-line..', tq: 'Mount?', ls: { pcb_9v_battery_snaps: 'PCB; 1', pcb_9v_battery_holders: 'PCB; 2+', chassis_9v_battery_holders: 'Chassis; Any', inline_9v_battery_connectors_snaps: 'Other; any', }, struct: 'S', curr: 'L', ind: 'N', loc: 'N', prod: 'BEQ', wir: 'E', }; var misc_battery_clips_holders_ = { nm: 'Misc. cell/battery clips and holders', ds: 'Clips and holders for cells or batteries other than coin, cylindrical or 9 V', tq: '', ls: { battery_stud_clamps: 'For L.A. battery stud', }, }; // Semi var transistor_sockets_ = { nm: 'Transistor sockets', ds: 'Sockets for transistors', tq: '', ls: { transistor_sockets: 'Thru-hole transistors, in-line, round, other', }, b: 1, topo: 'D', wire: 'N', term: 'N', struct: 'S', spd: 'L', }; var ic_sockets = { nm: 'IC sockets', ds: 'Sockets for integrated circuits', tq: 'Package?', ls: { dip_sockets: 'DIP, standard', dip_zif_sockets: 'DIP, zero insertion force', soic_zif_sockets: 'SOIC, zero insertion force', plcc_sockets: 'PLCC', tqfp_zif_sockets: 'TQFP, zero insertion force', grid_array_zif_sockets: 'Grid array, zero insertion force', misc_semi_sockets: 'Other', }, b: 1, topo: 'D', wire: 'N', term: 'N', struct: 'S', }; var ic_socket_plugs = { nm: 'IC socket plugs', ds: 'Plugs that fit in an IC socket. Includes component carriers, male-to-male interposers', tq: 'Function?', ls: { dip_ribbon_cable_plugs: 'Mass terminated ribbon cable', dip_component_carriers: 'Holds electronic components', ic_socket_male_male_adapters: 'Male-to-male IC socket adapters', }, b: 1, spd: 'L', }; // Computer card sockets var computer_card_sockets = { nm: 'Computer card sockets', ds: 'Sockets that mate to computer cards and modules, such as SIM, SD, CompactFlash, PCMCIA. The end-user can insert and remove the card.', tq: 'For what?', ls: { pc_card_sockets: 'PCMCIA, CompactFlash (CF), CFast.', sd_sockets: 'Secure Digital (SD), MultiMediaCard (MMC), Universal Flash Storage (UFS).', sim_sockets: 'Subscriber Identity Module (SIM), Smart Card (credit card).', }, uses: 'both', b: 1, dev: 'C', }; // Card edge sockets var gp_2readout_card_edge_sockets = { nm: 'G.P. double-readout card edge sockets', ds: 'General purpose card edge sockets. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card. The edge of a PCB card is plugged into these sockets.', tq: 'Pitch? Standard bus?', ls: { gp_2readout_card_edge_sockets_sml: '< 1.27 mm (other than 0.8 and 1)', gp_2readout_card_edge_sockets_0p5: '0.5 mm', gp_2readout_card_edge_sockets_0p75: '0.75 mm', gp_2readout_card_edge_sockets_0p8: '0.8 mm', gp_2readout_card_edge_sockets_1: '1 mm', gp_2readout_card_edge_sockets_1p27: '1.27 mm (0.05 inch)', gp_2readout_card_edge_sockets_med: '1.3 to 2.5 mm', gp_2readout_card_edge_sockets_2p54: '2.54 mm (0.1 inch)', gp_2readout_card_edge_sockets_3p18: '3.18 mm (0.125 inch)', gp_2readout_card_edge_sockets_3p96: '3.96 mm (0.156 inch)', gp_2readout_card_edge_sockets_lg: '> 2.54 mm (other than 3.96)', }, topo: 'B', wire: 'W', term: 'N', struct: 'S', curr: 'L', vtg: 'L', spd: 'L', panl: 'N', hybr: 'N', ind: 'FT', prod: 'X', wir: 'E', }; var bus_card_edge_sockets = { nm: 'Bus card edge sockets', ds: 'Card edge sockets for specific computer buses. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card. The edge of a PCB card is plugged into these sockets.', tq: '', ls: { bus_card_edge_sockets_0p5_m2: '0.5 mm; M.2 (NGFF) Mini Card)', bus_card_edge_sockets_0p75_tca: '0.75 mm; Micro TCA', bus_card_edge_sockets_0p8_pci_xpr_mini: '0.8 mm; PCI Express Mini Card', bus_card_edge_sockets_1_pci_xpr: '1 mm; PCI Express', bus_card_edge_sockets_1p27_pci: '1.27 mm (0.05 inch); PCI', bus_card_edge_sockets_1p27_mca: '1.27 mm (0.05 inch); MCA', bus_card_edge_sockets_2p54_isa: '2.54 mm (0.1 inch); ISA', }, b: 1, topo: 'B', wire: 'N', term: 'N', struct: 'S', curr: 'L', vtg: 'L', spd: 'H', panl: 'N', hybr: 'N', ind: 'I', prod: 'C', wir: 'E', }; var memory_card_edge_sockets = { nm: 'Memory card edge sockets', ds: 'PCB-mounted sockets for computer memory cards.', tq: '', ls: { simm_memory_card_edge_sockets: 'Single row', dimm_memory_card_edge_sockets: 'Dual row, DIMM', mini_dimm_memory_card_edge_sockets: 'Dual row, Mini-DIMM', sodimm_memory_card_edge_sockets: 'Dual row, SODIMM', misc_memory_card_edge_sockets: 'Other', }, b: 1, topo: 'B', wire: 'N', term: 'N', struct: 'S', curr: 'L', vtg: 'L', spd: 'H', panl: 'N', hybr: 'N', ind: 'N', prod: 'C', wir: 'E', }; var card_edge_plugs = { nm: 'Card edge plugs', ds: 'In line plugs terminated to discrete wires or ribbon cable, then plugged onto the edge of a PCB and held by it. Includes RAST 2.5 plugs.', tq: 'Type? Pitch?', ls: { rast_2p5_card_edge_plugs: 'RAST 2.5, appliances', rast_5_card_edge_plugs: 'RAST 5, appliances', wired_card_edge_plugs: 'Other, terminated to wires', terminal_block_card_edge_plugs: 'Other, terminal block for wires', ribbon_card_edge_plugs: 'Other, terminated to ribbon cable', }, sa: ['pluggable_terminal_blocks','rast_5_conn','faston_boots'], b: 1, struct: 'S ', curr: 'L', spd: 'L', panl: 'N', hybr: 'N', }; var misc_card_edge_sockets = { nm: 'Misc. card-edge sockets', ds: 'Other card-edge sockets: not inline, not single-pitch/2 readouts. Includes singe row, single, readout, bilevel, hybrid.', tq: 'Characteristics?', ls: { single_row_card_edge_sockets: 'Single-side card', single_readout_2row_card_edge_sockets: 'Dual side card, but reads as single sided', bilevel_card_edge_sockets: 'Dual side card, two rows of pads on each side', hybrid_card_edge_sockets: 'Signal and power', card_edge_interposers: 'Interposer between two copanar PCBs', }, topo: 'B', spd: 'L', }; // FFC FPC sockets var ffc_fpc_sockets = { nm: 'FFC/FPC sockets', ds: 'PCB sockets into which a flat cable (flat conductors) or the tail of a flexible circuit is inserted directly (no plug is installed on the cable/circuit). For FFC (Flat Flex Cable), FPC (Flat Printed Circuit), CIC (Conductive Ink Circuit), ECJ (Etched Copper Jumper).', tq: 'Zero force? Actuator?', ls: { ffc_fpc_lif_sockets: 'No. None.', ffc_fpc_snap_in_sockets: 'No. Yes, to release', ffc_fpc_shielded_sockets: 'Yes. For shielded FFC', ffc_fpc_slider_sockets: 'Yes. Slider.', ffc_fpc_front_flip_sockets: 'Yes. Front flip.', ffc_fpc_back_flip_sockets: 'Yes. Back flip.', ffc_fpc_latch_sockets: 'No. Latched jacket on FFC.', }, sa: ['ribbon_cable_sockets'], uses: 'both', }; // Misc var misc_device_sockets = { nm: 'Misc. device sockets', ds: 'Sockets that mate to other devices: relays, vacuum tubes, lamps, crystals, switches, etc.', tq: 'For what?', ls: { lamp_sockets: 'Lamps', tube_sockets: 'Vacuum tubes (valves), relays (round)', relay_sockets: 'Relays (not round)', switch_sockets: 'Switches', other_device_sockets: 'Other.', }, uses: 'both', }; // 7 Board-in components order // Board in wire var board_in_wire_terminals = { nm: 'Board-in wire terminals', ds: 'A wire is crimped to the top of the terminal, then the terminal is soldered to a PCB. Single circuit.', tq: 'Characteristics?', ls: { board_in_thru_pcb_wire_terminals: 'Stripped wire crimped to entire terminal; wire soldered to PCB', board_in_to_pcb_wire_terminals: 'Stripped wire crimped to top of terminal; terminal soldered to PCB', removable_board_in_wire_terminals: 'Stripped wire crimped to top of terminal; terminal mated to PCB, removably', }, sa: ['board_in_wire_comp'], b: 1, term: 'C', panl: 'N', ind: 'N', loc: 'N', prod: 'CE', dev: 'N', wir: 'BEL', }; var board_in_wire_plugs = { nm: 'Board-in wire plugs', ds: 'Direct, permanent wire-to-board connections. Connects first to a wire, then to a PCB.', tq: 'Use?', ls: { board_in_crimp_plugs: 'Stripped wires crimped to top of terminals; placed in housing; terminals soldered to PCB', board_in_idt_plugs: 'Unstripped wires, IDC; soldered to PCB', }, sa: ['board_in_wire_terminals'], b: 1, wire: 'W', ckt: 'M', struct: 'P', }; var board_in_pcb_terminals = { nm: 'Board-in PCB terminals', ds: 'Direct, permanent cable-to-board connections. Single circuit, naked. Connects first to a PCB, then to a wire.', tq: 'Wire termination?', ls: { board_in_idt_terminals: 'Insulation displacement', board_in_poke_in_terminals: 'Poke-in', board_in_solder_terminals: 'Soldered.', }, sa: ['board_in_pcb_hdrs'], b: 1, wire: 'W', struct: 'P', ind: 'N', prod: 'CE', dev: 'N', }; var board_in_pcb_hdrs = { nm: 'Board-in PCB headers', ds: 'Direct, permanent cable-to-board connections. Connects first to a PCB, then to a wire or cable.', tq: 'Wire termination?', ls: { board_in_open_idt_headers: 'Wire. Insulation displacement. One or more, open housing.', board_in_mass_term_headers: 'Wire. Insulation displacement. One or more, closed housing.', board_in_poke_in_headers: 'Wire. Poke-in. One or more, housed.', board_in_solder_headers: 'Wire. Solder. Like a PCB pin strip.', }, sa: ['board_in_pcb_terminals'], b: 1, }; // Board-in cable var board_in_ribbon_comp = { nm: 'Board-in ribbon cable connectors', ds: 'Mounted on cable, connected permanently to PCB (such as by soldering).
Table of coax connector manufacturers', tq: 'Connection?', ls: { transition_conn: 'Permanent, connector', ribbon_cable_sockets: 'Removable', }, b: 1, spd: 'L', }; var board_in_coax_conn = { nm: 'Board-in coax connectors', ds: 'Mounted on cable, connected permanently to PCB (such as by soldering).
Table of coax connector manufacturers', tq: 'Which mounted first?', ls: { board_in_pcb_coax_conn: 'PCB', board_in_coax_pcb_conn: 'Coax cable', }, b: 1, wire: 'X', ckt: 'M', struct: 'P', spd: 'R', }; // 12 Single circuit connectors order // Disconnects var tab_disconnects = { nm: 'Tab disconnects', ds: 'Flat blade, single circuit connectors, male and female. Usually crimped to wires, one mate may be PCB-mounted or panel-mount. May be uninsulated, partially or fully insulated. The female mates to some switches and relays. Includes quick connects and Packard 56', tq: 'Tab shape?', ls: { quick_connect_disconnects: 'Plain', packard56_disconnects: 'With springy slit', }, }; var misc_disconnects = { nm: 'Misc. disconnects', ds: 'Wire-crimped, single circuit connectors other than tab-shaped.', tq: 'Shape?', ls: { bullet_disconnects: 'Round, hollow', knife_disconnects: 'Folded, genderless', snap_disconnects: 'Round, used in 9 V batteries', }, topo: 'W', vtg: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'N', dev: 'N', wir: 'P', }; // Exposed pin var signal_exposed_pin_conn = { nm: 'Signal exposed-pin connectors', ds: 'Single-circuit connectors that mate in family. Unshrouded: the pin is exposed. Signals, for temporary use. Includes Banana, tip.', tq: 'Characteristics?', ls: { banana_conn: 'Banana, binding post', misc_signal_exposed_pin_conn: 'Other', }, b: 1, acc: 'X', topo: 'wW', wire: 'W', dev: 'N', env: 'R', }; var power_exposed_pin_conn = { nm: 'High power exposed-pin connectors', ds: 'Single-circuit connectors that mate in family. Unshrouded: the pin is exposed. High current, for more permanent use.', tq: 'Characteristics?', ls: { rc_bullets: 'RC bullets', misc_power_exposed_pin_conn: 'Other, Radsock', }, b: 1, acc: 'I', topo: 'wW', wire: 'L', panl: 'N', dev: 'B', }; // Unipole connectors var round_unipole_conn = { nm: 'Round unipole connectors', ds: 'Single-circuit connectors that mate in family. Round cross section. Shrouded.', tq: 'Characteristics?', ls: { slim_metal_unipole_conn: 'Slim, metal', large_metal_unipole_conn: 'Large, metal', hi_curr_plastic_unipole_conn: 'High current, long-term connection', camlock_unipole_conn: 'High current, temporary AC power connection, unshrouded', powerlock_unipole_conn: 'High current, temporary AC power connection, shrouded', rubber_round_unipole_conn: 'Rubber shell', pin_and_socket_unipole_conn: 'Pin and socket', misc_round_unipole_conn: 'Other', }, sa: ['circular_conn'], b: 1, }; var rect_unipole_conn = { nm: 'Rectangular unipole connectors', ds: 'Single-circuit connectors that mate in family. Square, rectangular, or otehrwise non-round cross section. The shell is not metal.', tq: 'Interlocking? Sealed?', ls: { powerpole_conn: 'Yes. No', unsealed_rect_unipole_conn: 'No. No.', sealed_rect_unipole_conn: 'No. Yes.', }, sa: ['sealed_rect_conn'], b: 1, acc: 'I', wire: 'W', vtg: 'L', panl: 'N', dev: 'N', }; // 13 Concentric order var phone_conn = { nm: 'Phone connectors', ds: 'Barrel exterior connectors used for audio (headphones, microphones and electric musical instruments), though some times to power consumer products with low voltage AC or DC. The male plug (in-line, for the cable) has 2 external contacts (TS: tip and shield), 3 contacts (TRS: tip, ring and shield) or 4 contacts (TRRS: tip, ring, ring and shield). The diameter is 6.35 mm (1/4 inch), 3.5 mm or 2.5 mm.', tq: 'Diameter?', ls: { phone_conn_2p5: '2.5 mm', phone_conn_3p5: '3.5 mm', phone_conn_6p35: '1/4 inch (6.35 mm)', phone_conn_misc: 'Other', }, b: 1, acc: 'X', topo: 'wW', wire: 'CXZ', term: 'CS', curr: 'L', vtg: 'L', panl: 'TN', env: 'R', }; var coax_barrel_power_conn = { nm: 'Coax barrel power connectors', ds: 'Barrel exterior connectors used to power consumer products with low voltage AC or DC. Also known as "DC coaxial". The female plug (in-line, for the cord from a power supply/wall wart) has 2 contacts: the outer one is a cylinder that surrounds a second, concave inner contact. The male jack (PCB or panel mount, for the product) has a center pin and a spring leaf that mates to the outer contact of the female plug. Many permutations of diameters.', tq: 'Type?', ls: { std_coax_barrel_power_conn: 'Standard', eiaj_a_coax_barrel_power_conn: 'EIAJ Type A: wider platic tip', rev_coax_barrel_power_conn: 'male plug, including EIAJ Type B', cctv_power_barrel_conn: 'CCTV: high current, split pin', misc_coax_barrel_power_conn: 'Other', }, b: 1, acc: 'X', topo: 'wW', wire: 'CXZ', term: 'CS', curr: 'M', vtg: 'L', panl: 'TN', mate: 'U', ind: 'N', loc:'R', env: 'R', }; var other_concentric_conn = { nm: 'Other concentric connectors', ds: 'Other types of connectors with a mating face that looks the same regardless of how you rotate it around its axis. Two to 5 contacts share the same axis: one behind the other, one inside the other, concentric. Not keyed, may be inserted in any orientation. Mostly for audio or low-votage power for consumer products, not for radio frequency applications. Includes phone (TS, TRS, TRRS), coax power barrel, cigarette lighter, and genderless concentric connectors.', tq: 'Characteristics?', ls: { phono_conn: 'Phono (RCA); for audio', cigarette_lighter_conn: 'Cigarette lighter', concentric_contact_conn: "Concentric cylinders in both mates", flush_concentric_conn: 'Concentric flush tracks on one mate, pogo pins on other mate', misc_concentric_conn: 'Concentric, other', }, b: 1, panl: 'N', mate: 'U', }; // 14 Coax order var interior_rf_conn = { nm: 'Interior RF connectors', ds: 'Round connectors with 2 concentric contacts and specified impedance (e.g., 50 or 75 Ohm) for radio frequency use inside a product.
Table of coax connector manufacturers', tq: '', ls: { mini_rf_cable_to_board_conn: '', }, b: 1, acc: 'I', curr: 'L', vtg: 'L', spd: 'R', panl: 'N', env: 'R', }; var microwave_conn = { nm: 'Microwave connectors', ds: 'To connect cables together or a cable to a PCB. The PCB connector is long or tall. For microwave test and radio equipment.
Table of coax connector manufacturers', tq: 'Mating diameter and method?', ls: { small_microwave_conn: '3.5 mm or smaller.', smb_type_conn: '3.7 mm, snap', medium_microwave_conn: '3.7 mm threaded; 4.2 to 5.6 mm', sma_type_conn: '6.35 mm threaded', large_microwave_conn: '6.4 mm or larger', }, sa: ['rf_automotive_conn'], b: 1, acc: 'IX', topo: 'wW', curr: 'L', vtg: 'L', spd: 'R', panl: 'TN', env: 'R', dev: 'A', }; var std_exterior_rf_conn = { nm: 'Standard-shape exterior RF connectors', ds: 'Standard-shaped connectors for radio frequency applications, accessible to the end user, cable, panel or PCB mounted. For test equipment, transceivers, TV and video, telecom towers.
Table of coax connector manufacturers', tq: 'Application or style?', ls: { bnc_type_conn: 'BNC and derivatives', tnc_type_conn: 'TNC and derivatives', n_type_conn: 'N and derivatives', tv_video_conn: 'Type F, other TV, cable, video', telecom_rf_conn: 'Other', misc_std_ext_rf_conn: 'Other', }, b: 1, acc: 'X', curr: 'M', vtg: 'M', spd: 'R', panl: 'TN', dev: 'A', }; var misc_ext_rf_conn = { nm: 'Atypical-shape exterior RF connectors', ds: 'Connectors for radio frequency applications, accessible to the end user, with a non-standard shape.
Table of coax connector manufacturers', tq: 'Characteristcs?', ls: { sexless_self_mate_rf_conn: 'Sexless, self-mating, precision', high_power_flange_rf_conn: 'Mating face is a flange, heliax cable', odd_shape_rf_conn: 'Other', }, b: 1, topo: 'W', spd: 'R', dev: 'A', }; var non_rf_coax_conn = { nm: 'Non-RF coax connectors', ds: 'Coaxial connectors not for Radio Frequencies (with undefined impedance), accessible to the end user. Includes twinaxial (two center contacts), triaxial (two shields), high voltage.
Table of coax connector manufacturers', tq: 'Characteristcs?', ls: { twinax_conn: 'Twinaxial', triax_conn: 'Triaxial', hv_coax_conn: 'Coaxial, high voltage', misc_non_rf_coax_conn: 'Other', }, b: 1, acc: 'X', topo: 'W', curr: 'M', spd: 'L', panl: 'TN', mate: 'L', env: 'R', dev: 'N', }; // 15 Circular order // Circular connectors var xlr_circular_conn = { nm: 'XLR circular connectors', ds: 'Round connectors with non-concentric contacts with 3 or more pins; latched. For use in professional audio or power supplies.', tq: 'Plug outer mating diameter?', ls: { mini_xlr_circular_conn: '8.5 mm', std_xlr_circular_conn: '15.5 mm', xlr_derivative_circular_conn: 'Other', }, b: 1, acc: 'X', topo: 'wW', wire: 'C', curr: 'M', vtg: 'M', panl: 'TN', mate: 'L', hybr: 'HN', prod: 'AP', env: 'R', dev: 'N', }; var din_circular_conn = { nm: 'DIN-style circular connectors', ds: 'Round connectors with non-concentric contacts per the German DIN standard, precusrsors and derivarives.', tq: 'Plug outer mating diameter?', ls: { mini_din_circ_conn: '8.95 mm, standard, round', mini_din_deriv_circ_conn: '8.95 mm, non-standard or non-round', power_din_circ_conn: '10.3 mm', std_din_circ_conn: '13.3 mm', din_loudspeaker_circ_conn: '1 blade, 1 pin', tuchel_style_circ_conn: '16 mm, based on vintage Tuchel', }, b: 1, acc: 'X', topo: 'wW', wire: 'C', term: 'CS', curr: 'L', vtg: 'L', panl: 'TN', mate: 'U', loc: 'R', env: 'R', dev: 'N', }; var mil_spec_circular_conn = { nm: 'MIL-spec circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standards. Metal shell, mostly threaded or bayonet coupling.', tq: 'Standard?', ls: { mil_5015_circ_conn: '5015', mil_22992_circ_conn: '22992', mil_26482_circ_conn: '26482', mil_26500_circ_conn: '26500', mil_28840_circ_conn: '28840', mil_38999_I_circ_conn: '38999 Series I', mil_38999_II_circ_conn: '38999 Series II', mil_38999_III_circ_conn: '38999 Series III', mil_38999_IV_circ_conn: '38999 Series IV', mil_83723_II_circ_conn: '83723 Series II', mil_83723_III_circ_conn: '83723 Series III', mil_misc_circ_conn: 'Other', }, b: 1, acc: 'X', topo: 'wW', wire: 'CW', term: 'CS', vtg: 'M', panl: 'T', mate: 'L', ind: 'FST', loc: 'A', prod: 'aIr', env: 'FMSW', dev: 'N', }; var iec_circular_conn = { nm: 'IEC standard circular connectors', ds: 'Round connectors with non-concentric contacts per the European IEC standard for industrial applications.', tq: 'Plug outer mating diameter?', ls: { iec_78_circular_conn: '7/8 inch', iec_m5_circular_conn: 'M5 or 5 mm', iec_m8_circular_conn: 'M8 or 8 mm', iec_m12_circular_conn: 'M12 or 12 mm', iec_medium_circular_conn: 'Between 21 and 16 mm', iec_m23_circular_conn: 'M23 or 23 mm', iec_large_circular_conn: 'Larger than 23 mm', }, b: 1, acc: 'X', topo: 'wW', wire: 'CW', curr: 'M', vtg: 'M', panl: 'TN', mate: 'L', hybr: 'N', ind: 'F', loc: 'F', prod: 'I', env: 'HW', dev: 'N', }; var misc_standard_circular_conn = { nm: 'Misc. industry-standard circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts.', tq: 'Name? Shell? Fastening? Traits?', ls: { aviation_gx_circular_conn: 'GX/Aviation/Microphone. Thread. Metal. Insert protrudes past threaded metal shell', xs_circular_conn: 'XS. Thread. Metal. One key protrudes into the insert', cnr01_circular_conn: 'CNR01/JIS C 5432. Thread. Metal. Multiple outward keys on shrouded mate.', p_type_circular_conn: 'P. Thread. Metal. Multiple inward keys on non-shrouded mate.', sp_type_circular_conn: 'SP-type. Thread. Plastic. Blue ring, black body', }, b: 1, acc: 'X', topo: 'wW', wire: 'CW', vtg: 'M', panl: 'T', mate: 'L', ind: 'N', loc: 'N', prod: 'N', dev: 'N', }; var slim_circular_conn = { nm: 'Slim circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, long shell with a pleasant shape. Plastic or metal shell.', tq: 'Shell material? Type?', ls: { slim_plastic_circular_conn: 'Plastic', slim_metal_circular_conn: 'Metal', hi_density_circ_conn: 'Metal. Worn on body, many contacts', }, b: 1, acc: 'X', topo: 'wW', wire: 'C', term: 'CS', vtg: 'M', panl: 'TN', ind: 'FM', loc: 'L', prod: 'N', dev: 'N', }; var micro_nano_circ_conn = { nm: 'Micro/nano circular connectors', ds: 'Small, minimalistic round connectors with non-concentric contacts and highest contact density. Industry semi-standard. The plastic insert forms a simple cylindrical shroud. Keyed by the shape of the insert. May be installed in an outer metal shell.', tq: 'Size? Shell material?', ls: { nano_plastic_circ_conn: 'Nano. Plastic.', micro_plastic_circ_conn: 'Micro. Plastic.', nano_metal_circ_conn: 'Nano. Metal.', micro_metal_circ_conn: 'Micro. Metal.', }, b: 1, acc: 'I', topo: 'W', wire: 'W', term: 'CS', curr: 'L', panl: 'TN', mate: 'U', hybr: 'N', vtg: 'L', ind: 'M', loc: 'P', prod: 'N', env: 'R', dev: 'N', }; var trieco_circular_conn = { nm: 'Tri-eco circular connectors', ds: 'Industry-standard circular connectors with 3-stud bayonet fastening. Amphenol Sine Systems - ITT Cannon - Ecomate Aquarius, RM, RSSM; Trident Neptune, Trident Ringlock; Souriau - Trim Trio', tq: 'Shell material?', ls: { trieco_plastic_circular_conn: 'All plastic', trieco_metal_ring_circular_conn: 'Plastic, metal fastening ring', trieco_metal_circular_conn: 'All metal', }, b: 1, acc: 'X', topo: 'wW', wire: 'C', term: 'CS', curr: 'M', vtg: 'M', panl: 'TN', mate: 'L', hybr: 'HN', ind: 'N', loc: 'N', prod: 'N', env: 'W', dev: 'N', }; var x_plastic_circular_con = { nm: 'X-style plastic circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, plug has a long shell. Usually 2-stud reverse-bayonet, but also threaded and twist-unlock. Plastic shell. Conxall design, copied by others. There is no standard on naming the five sizes so here they are named: micro, mini, middle, maxi, and mega.', tq: 'Common names. Mating diameter, bayonet version', ls: { x_micro_plastic_circular_con: 'Micro/mini. 9.2 mm', x_mini_plastic_circular_con: 'Mini/Standard. 14.2 mm', x_middle_plastic_circular_con: 'Middle/multi: 18.5 mm', x_maxi_plastic_circular_con: 'Maxi/large: 23 mm', x_mega_plastic_circular_con: 'Mega: 27.3 mm', }, b: 1, acc: 'X', topo: 'wW', wire: 'C', vtg: 'M', panl: 'T', mate: 'L', ind: 'N', loc: 'N', prod: 'N', env: 'W', dev: 'N', }; var plastic_power_circular_conn = { nm: 'Plastic power circular connectors', ds: 'High-power, round connectors with non-concentric contacts and a sealed plastic shell (other than standard AC power connectors). One terminal may be designated for Earth.', tq: 'Fastening?', ls: { rd24_power_circular_conn: 'RD24x1/8 thread', thread_plastic_power_circular_conn: 'Threaded', bayonet_plastic_power_circular_conn: 'Baynonet', misc_plastic_power_circular_conn: 'Other', }, b: 1, acc: 'X', topo: 'wW', wire: 'CW', term: 'CSW', vtg: 'M', panl: 'TN', mate: 'L', ind: 'F', loc: 'N', prod: 'N', env: 'RW', dev: 'N', }; var led_lighting_circ_conn_ = { nm: 'LED lighting circular connectors', ds: 'Round connectors with non-concentric contacts for use in LED lighting.', tq: '', ls: { led_lighting_circ_conn: '', }, b: 1, acc: 'X', }; var automotive_circular_conn = { nm: 'Automotive circular connectors', ds: 'Round connectors with non-concentric contacts for use in automotive applications.', tq: 'Type?', ls: { iso15170_circular_conn: 'ISO 15170', harsh_env_circ_conn: 'Harsh environment', hsd_circular_conn: 'High Speed Data', traction_batt_circ_conn: 'Traction battery', misc_automotive_circ_conn: 'Other', }, b: 1, acc: 'I', }; var ebike_circ_conn = { nm: 'E-bike circular connectors', ds: 'Round connectors with non-concentric contacts for use in electric bicycles.', tq: 'Function?', ls: { ebike_signal_circ_conn: 'Low power signals', ebike_charger_circ_conn: 'Between charger and battery', ebike_battery_circ_conn: 'Between battery and motor controller', ebike_motor_circ_conn: 'Between motor controller and motor', }, b: 1, topo: 'W', }; var immersion_circ_conn = { nm: 'Immersion circular connectors', ds: 'Round connectors with non-concentric contacts for use under water.', tq: 'Characteristics?', ls: { unshr_rubber_wet_mate_circ_conn: 'Wet-mate. Rubber. Unshrouded.', shrouded_rubber_wet_mate_circ_conn: 'Wet-mate. Rubber. Shrouded.', ktk_circular_conn: 'KTK wet-mate. Unshrouded. downwell', metal_dry_mate_circ_conn: 'Dry-mate. Metal. Standard insert.', metal_wet_mate_circ_conn: 'Wet-mate. Metal. Standard insert.', segmented_dry_mate_circ_conn: 'Dry-mate. Metal. Segment cut from insert.', }, sa: ['penetrators_'], acc: 'X', topo: 'W', wire: 'C', term: 'CS', vtg: 'L', ind: 'RX', loc: 'W', env: 'I', prod: 'N', dev: 'N', b: 1, }; var misc_appl_spec_circular_conn = { nm: 'Misc. application-specific circular connectors', ds: 'Round connectors with non-concentric contacts for specific applications other than vehicles or under-water. For other applications (e.g., medical connectors) turn on the Filter and use the Application pull down menu.', tq: 'Fastening?', ls: { railway_circ_conn: 'Railway trains', buffet_galley_circ_conn: 'Aviation, galley of passenger planes', aviation_circ_conn: 'Aviation, other', explosion_proof_circ_conn: 'Explosion-proof', nuclear_circ_conn: 'Nuclear', }, topo: 'W', wire: 'C', term: 'CS', }; var propr_metal_circ_conn = { nm: 'Proprietary metal circular connectors', ds: 'General purpose, proprietary, round connectors with non-concentric contacts with a metal shell.', tq: 'Fastening method?', ls: { propr_metal_unlatched_circ_conn: 'Unlatched, snap or slide-on', propr_metal_push_pull_circ_conn: 'Push-pull: self-latching, sleeve slide unlatch', propr_metal_twist_release_circ_conn: 'Self-latching, twist to release', propr_metal_bayonet_circ_conn: 'Manual lock, bayonet', propr_metal_threaded_circ_conn: 'Manual lock, threaded', propr_metal_misc_circ_conn: 'Other', }, acc: 'X', topo: 'wW', wire: 'CW', vtg: 'M', panl: 'TN', ind: 'F', loc: 'F', prod: 'N', env: 'R', dev: 'N', }; var propr_plastic_circ_conn = { nm: 'Proprietary plastic circular connectors', ds: 'General purpose, proprietary, round connectors with non-concentric contacts with a plastic shell.', tq: 'Fastening method?', ls: { propr_plastic_unlatched_circ_conn: 'Unlatched, snap or slide-on', propr_plastic_push_pull_circ_conn: 'Push-pull: self-latching, sleeve slide unlatch', propr_plastic_metal_lever_circ_conn: 'Self-latching, metal lever latch', propr_plastic_press_release_circ_conn: 'Self-latching, press to release', propr_plastic_twist_release_circ_conn: 'Self-latching, twist to release', propr_plastic_bayonet_circ_conn: 'Manual lock, bayonet', propr_plastic_threaded_circ_conn: 'Manual lock, threaded', }, acc: 'X', topo: 'wW', wire: 'CW', vtg: 'M', panl: 'TN', ind: 'F', loc: 'F', prod: 'N', env: 'RW', dev: 'N', }; // Anomalous circular connector var unshrouded_circular_conn = { nm: 'Unshrouded plastic circular connectors', ds: 'Round connectors with non-concentric contacts with a plastic shell but no shroud.', tq: 'Type?', ls: { circle_hex_conn: 'Hex body, latching', misc_unshrouded_circular_conn: 'Other', }, b: 1, topo: 'W', spd:'L', term: 'CSW', panl: 'N', mate: 'U', hybr: 'N', ind: 'V', loc: 'A', env: 'R', prod: 'e', }; var genderless_circular_conn = { nm: 'Genderless circular connectors', ds: 'Round connectors with flat contacts in a circle flush against the housing. Includes speakOn connectors.', tq: 'Type?', ls: { public_addr_circ_conn: 'Public address, stage. speakOn', misc_genderless_circular_conn: 'Other', }, term: 'CSW', spd:'L', panl: 'N', mate: 'U', hybr: 'N', ind: 'V', loc: 'A', env: 'R', prod: 'e', }; var pogo_circular_conn = { nm: 'Pogo pin circular connectors', ds: 'Easy-to-clean, semi-standard round connectors with non-concentric contacts for muddy conditions. One mate has pogo pins that may retract when unmated. The other mate has flush targets.', tq: 'Type?', ls: { wearable_circ_conn: 'Worn on body, few contacts, flush surface', misc_pogo_circular_conn: 'Other', }, kw: ['Easy clean'], topo: 'W', term: 'CSW', curr: 'L', vtg: 'L', spd:'L', panl: 'N', mate: 'U', hybr: 'N', ind: 'V', loc: 'A', env: 'R', prod: 'e', }; var sub_conn_circular_conn = { nm: 'Sub-connector circular', ds: 'Circular connectors that include one or more connectors within it.', tq: 'Internal structure?', ls: { multi_sub_circular_conn: 'Multiple circular connectors', multi_coax_circular_conn: 'Multiple coax connectors', misc_compound_circ_conn: 'Other', }, b: 1, topo: 'W', ind: 'T', loc: 'A', prod: 'r', env: 'RW', panl: 'N', mate: 'L', hybr: 'N', ind: 'MX', loc: 'N', env: 'HW', prod: 'N', }; var non_standard_circular_conn = { nm: 'Non-standard circular connectors', ds: 'Round connectors with non-standard features: unshrouded, genderless contacts or pogo-pins, rubber shell, unkeyed...', tq: 'Characteristics?', ls: { unshrouded_circular_conn: 'Unshrouded. Plastic. Gendered.', genderless_circular_conn: 'Genderless contacts.', pogo_circular_conn: 'Shrouded. Plastic or metal. Pogo-pins.', }, sa: ['wearable_circ_conn', 'public_addr_circ_conn', 'ktk_circular_conn','ebike_circ_conn'], spd: 'L', dev: 'N', }; // 9 Compression components order var spring_loaded_comp = { nm: 'Spring-loaded headers and targets', ds: 'Connectors with pogo pins or spring leaves that mate to a flush target', tq: 'Type?', ls: { pogo_pins: 'Pogo terminal, single piston.', pogo_pin_hdrs: 'Pogo header, 2+ pistions.', pcb_spring_leaves: 'PCB, spring leaf terminal, folded spring', panel_spring_leaves: 'Panel, spring leaf terminal, folded spring', finger_stock: 'Strip of spring leaves for EMI.', spring_leaf_hdrs: 'Spring leaf header, 2+ leaves', pcb_clips: 'For a component', spring_loaded_targets: 'Flat target', }, uses: 'db', b: 1, acc: 'IX', term: 'N', struct: 'S', vtg: 'LM', spd: 'L', panl: 'T', ind: 'EF', loc: 'N', dev: 'Z', }; var test_fixture_probes = { nm: 'Test fixture probes', ds: 'Long, thin contacts with a spring-loaded plunger. Used in a "bed-of-nails" test fixtures for temporary connection to a PCB under test.', tq: 'Type?', ls: { socketless_test_fixture_probes: 'Single part, wire soldered directly', socketed_test_fixture_probes: 'Two-part: socket and probe', double_end_test_fixture_probes: 'Single part, two plungers, one on each end', coaxial_test_fixture_probes: 'Coaxial', }, uses: 'db', acc: 'I', ckts: 'S', topo: 'Bw', term: 'S', vtg: 'L', }; var direct_to_pcb_plugs = { nm: 'Direct-to-PCB plugs', ds: 'Single-part plugs that mate directly to a PCB', tq: 'Mates to?', ls: { pcb_pad_direct_plugs: 'Pads', plated_thru_hole_direct_plugs: 'Plated-thru holes', castellated_edge_conn: 'Castellated holes on PCB edge', }, uses: 'db', b: 1, acc: 'I', topo: 'w', wire: 'W', ckts: 'M', term: 'C', struct: 'S', vtg: 'L', spd: 'L', panl: 'N', ind: 'R', loc: 'L', prod: 'F', dev: 'N', wir: 'E', }; var b2b_1_pc_interposer = { nm: '1-piece board-to-board interposers', ds: 'Single-piece component placed betwen two boards to connect them.', tq: 'Type?', ls: { zebra_strips: 'Elastomer (Zebra)', double_end_spring_interposer: 'Loose, springs facing on both sides', led_strip_splices: 'Joins LED strips end-to-end', }, uses: 'db', b: 1, acc: 'I', topo: 'B', wire: 'N', term: 'N', ckts: 'M', struct: 'D', vtg: 'L', panl: 'N', ind: 'N', loc: 'N', dev: 'D', wir: 'E', }; var emi_shielding_material_ = { nm: 'EMI shielding material', ds: 'Resilient (spongy) sheets, tubes and gaskets that ground across a gap between two conductive surfaces to block radio interference.', tq: '', ls: { emi_shielding_material: '', }, uses: 'db', b: 1, acc: 'I', topo: 'Z', wire: 'N', term: 'N', ckts: 'S', struct: 'S', vtg: 'L', spd: 'H', panl: 'F', ind: 'N', loc: 'N', env: 'R', prod: 'IQ', dev: 'N', wir: 'N', }; // 10 Unshrouded connectors order var unshrouded_male_headers = { nm: 'Unshrouded male PCB headers', ds: 'Strips of pins (male) for PCB-mount. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well, such as prismatic connectors.', tq: 'Pitch?', ls: { unshrouded_male_headers_1: '1 mm', unshrouded_male_headers_1p27: '1.27 mm (0.05 inch)', unshrouded_male_headers_2: '2 mm', unshrouded_male_headers_2p54: '2.54 mm (0.1 inch)', unshrouded_male_headers_3p96: '3.96 mm (0.156 inch)', unshrouded_male_headers_5p08: '5.08 mm (0.2 inch)', unshrouded_male_headers_misc: 'Other', }, sa: ['prismatic_conn', 'board_in_solder_headers'], b: 1, topo: 'Bw', wire: 'N', term: 'N', ckt: 'SM', }; var unshrouded_fem_headers = { nm: 'Unshrouded female PCB headers', ds: 'Strips of sockets (female) for PCB-mount. Used inside a product (not accessible by the end-user). As they are unshrouded, they are able to mate to other connectors and other components as well, such as prismatic connectors.', tq: 'Pitch?', ls: { unshrouded_fem_headers_1: '1 mm', unshrouded_fem_headers_1p27: '1.27 mm (0.05 inch)', unshrouded_fem_headers_2: '2 mm', unshrouded_fem_headers_2p54: '2.54 mm (0.1 inch)', unshrouded_fem_headers_3p96: '3.96 mm (0.156 inch)', unshrouded_fem_headers_5p08: '5.08 mm (0.2 inch)', unshrouded_fem_headers_misc: 'Other', }, sa: ['prismatic_conn'], b: 1, topo: 'Bw', wire: 'N', term: 'N', ckt: 'SM', }; var unshrouded_stackers = { nm: 'Unshrouded Stackers', ds: 'Strips of pins (male) or sockets (female) for PCB-mount, including tall stackers and interposers. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well, such as prismatic connectors.', tq: 'Pitch?', ls: { unshrouded_stackers_2p54: '2.54 mm (0.1 inch)', unshrouded_stackers_misc: 'Other', }, sa: ['prismatic_conn'], b: 1, topo: 'B', wire: 'N', term: 'N', ckt: 'M', }; var unshrouded_plugs = { nm: 'Unshrouded plugs', ds: 'Plain plug housings that may be fitted with socket or pin contacts. Flat walls, unkeyed and unlatched. Mate to unshrouded PCB headers or plugs of opposite gender. Used inside a product (not accessible by the end-user). Can mate to other connectors (such as prismatic connectors) and other components. Today, hobbyists call the wire-mounted plug "dupont", even though they are not made by DuPont; sometimes called "AmpModu", TE\'s trade name for them.', tq: 'Pitch?', ls: { unshrouded_plugs_2: '2 mm', unshrouded_plugs_2p54: '2.54 mm (0.1 inch)', unshrouded_plugs_misc: 'Other', }, kw: ['DuPont','Ampmodu',], sa: ['prismatic_conn'], b: 1, topo: 'wW', wire: 'W', term: 'C', ckt: 'SM', }; var unsrouded_jumpers = { nm: 'Unshrouded Jumpers', ds: 'Programming jumpers (shunts) that mate to PCB headers. Male or female. Used inside a product, though it may be accessible by the end-user to move the jumper. ', tq: 'Component?', ls: { fem_unsrouded_jumpers: 'Female jumpers', male_unsrouded_jumpers: 'Male jumpers', }, topo: 'B', b: 1, wire: 'N', term: 'N', }; // 11 Rectangular connectors order // Board-to-board connectors var small_genderless_b2b_conn = { nm: 'Small genderless board-to-board connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together, often in parallel ("mezzanine"). Genderless contacts in two rows.', tq: 'Cross-section?', ls: { c_i_b2b_conn: '"I" and "C"', c_t_b2b_conn: '"T" and "C"', c_e_b2b_conn: '"C" and "E"', e_pi_b2b_conn: '"E" and "Π", end walls', open_e_pi_b2b_conn: '"E" and "Π", no end walls', misc_small_genderless_b2b_conn: 'Genderless', }, b: 1, curr: 'L', vtg: 'L', spd: 'L', mate: 'U', hybr: 'N', prod: 'CE', }; var array_b2b_conn = { nm: 'Array board-to-board connectors', ds: 'PCB headers used inside a product specifically designed to mate two PCBs together in various orientations: paralel ("mezzanine"), right angles ("backplane"), besides each other ("coplanar"), or in intersecting planes ("orthogonal"). Usually uses pins and sockets, but it could use genderless contacts, such as balls or springs. A large number of contacts are in a grid, such as 8 rows by 12 columns. Suitable for high speed signals, may include shields and differential pairs. May be a hybrid (signal + power).', tq: 'Standard? Characteristics?', ls: { din41612_b2b_conn: 'DIN 41612', hard_metric_array_b2b_conn: 'Hard Metric', discrete_array_b2b_conn: 'None; gendered; discrete circuits', differential_pair_array_b2b_conn: 'None; gendered; differential pairs', special_gendered_array_b2b_conn: 'None; gendered; unusual function', genderless_array_b2b_conn: 'None; Genderless, not on beams', genderless_beam_array_b2b_conn: 'None; Genderless on beams', }, b: 1, vtg: 'L', curr: 'L', prod: 'CEI', }; var hi_pwr_b2b_conn = { nm: 'High power board-to-board connectors', ds: 'PCB headers used inside a product specifically designed to mate two PCBs together, in various orientations: paralel ("mezzanine"), right angles ("backplane"), or besides each other ("coplanar"). The male uses blades, stiff spring leaves, or round posts, usually one row.May be hybrid, hermaphrodite, and/or blind-mate', tq: 'Characteristics?', ls: { hermaph_blade_b2b_conn: 'Hermaphrodite, self-mate, for LED lights', battery_blade_b2b_conn: 'Male: parallel blades. Female: slit can be penetrated at any angle', parall_blade_b2b_conn: 'Male: parallel blades, general purpose', split_blade_b2b_conn: 'Male: parallel spring-leaves', coplanar_blade_b2b_conn: 'Male: coplanar blades, general purpose', array_compl_blade_b2b_conn: 'Complements array connectors', pwr_post_b2b_conn: 'Male: round post', }, b: 1, vtg: 'L', curr: 'H', spd: 'L', }; var misc_small_b2b_conn = { nm: 'Misc. small board-to-board connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. Gendered or genderless. Including self-mating. The family does not include any wire-mounted parts.', tq: 'Characteristics?', ls: { med_gendered_1row_b2b_conn: 'Gendered, 1-row, 2.5 mm pitch or more', partitioned_b2b_conn: 'Female has individual shrouds', self_mating_b2b_conn: 'Self-mate', small_gendered_b2b_conn: 'Gendered, 1.27 mm pitch or less', }, b: 1, curr: 'L', vtg: 'L', spd: 'L', hybr: 'N', }; var misc_large_b2b_conn = { nm: 'Misc. large board-to-board connectors', ds: 'Large PCB headers used inside a product specifically designed to mate two PCBs together, in various orientations: paralel ("mezzanine"), right angles ("backplane"), or besides each other ("coplanar"). Includes unshrouded', tq: 'Characteristics?', ls: { unshrouded_b2b_conn: 'Unshrouded, gendered', misc_lg_gendered_b2b_conn: 'Shrouded, gendered', misc_lg_genderless_b2b_conn: 'Shrouded, genderless', }, b: 1, vtg: 'L', spd: 'L', hybr: 'N', }; // General-purpose rectangular connectors var prismatic_conn = { nm: 'Prismatic connectors', ds: 'Industry standard connectors with generally flat walls, wire-to-board (compatible with unshrouded headers) or board-to-board. 2.54 mm (0.1") pitch, one or two rows. May be latched.', //" tq: 'Characteristics?', ls: { prismatic_wings_conn: 'Unlatched, two wings on wide face', prismatic_keyed_conn: 'Unlatched, some other key', prismatic_bump_crimp_conn: 'Unlatched, prismatic key on wide face, plug as wide as contacts, usually wires', prismatic_bump_idc_conn: 'Prismatic key on wide face, plug wider than contacts, usually ribbon cable, header may be latched', prismatic_latch_conn: 'Latched plug', }, sa: ['unshrouded_male_headers'], topo: 'BwW', b: 1, curr: 'M', vtg: 'L', spd: 'L', panl: 'N', hybr: 'N', env: 'R', }; var single_wall_conn = { nm: 'Single-wall, 1-row connectors', ds: 'Industry standard, single-row connectors, usually wire-to-board. The PCB male header has a single wall, straight or right-angle (wall below the pins or above them), usually square posts, and may be breakaway. May be polarized. The female plug either consists of a housing with wire-crimp contacts, or uses insulation displacement for unstripped wire. In a few cases, male plugs and 4-wall male PCB headers are available. Sometimes known by their manufacturers\' series names as "KK", "MTA" or "VH".', tq: 'Latched? Pitch?', ls: { single_wall_conn_2p5: 'No; 2.5 or 2.54 mm (0.1 inch)', single_wall_conn_4: 'No; 3.96 mm (0.156 inch)', single_wall_conn_4_latch: 'Yes; 3.96 mm (0.156 inch)', single_wall_conn_5: 'Either; 5 or 5.08 mm (0.2 inch)', single_wall_conn_8: 'Either; 7.92 mm (0.312 inch)', }, b: 1, topo: 'wW', wire: 'W', term: 'C', curr: 'M', spd: 'L', panl: 'N', hybr: 'N', env: 'R', prod: 'P', }; var pin_socket_conn = { nm: '"Pin and socket" connectors', ds: 'Two-part connectors for individual wires, either wire-to-wire or wire-to-board. Single to triple row. Discrete wires are crimped in contacts. Male pin is hollow. The mating surface is flat (the sockets are not individually shrouded). Old standard connectors for appliances and automotive. Although most connectors use pins and sockets, somehow these connectors ended up being the ones that got the name "pin and socket"; on the street they may be called "Molex".', tq: 'Pin diameter?', ls: { pin_socket_std_comm_062: 'Triangles at end of rows, 0.062 " pin', pin_socket_std_comm_093: 'Triangles at end of rows, 0.093" pin', pin_socket_comm_matenlok_084: 'Square notches, 0.084" pin', pin_socket_comm_matenlok_140: 'Half-circles at end of rows, 0.14" pin', pin_socket_disk_drv_084: 'Chamfers at far ends, 4-ckts, disk drive', pin_socket_misc_conn: 'Other', }, topo: 'wW', b: 1, curr: 'M', wire: 'W', term: 'C', vtg: 'M', spd: 'L', panl: 'TN', hybr: 'N', env: 'R', prod: 'N', }; var partitioned_shroud_conn = { nm: 'Partitioned shroud connectors', ds: 'Rectangular connectors for interior use. Each socket in the female is individually shrouded; each pin in the male is in an individual cavity.', tq: 'Pitch? Other characteristics?', ls: { partitioned_shroud_round_conn: 'Partitions are round or rounded squares', partitioned_shroud_micro_fit_conn: 'Square partitions, 2 rows, 3 mm', partitioned_shroud_mini_fit_jr_conn: 'Square partitions, 2 rows, 4.2 mm', partitioned_shroud_misc_fit_conn: 'Square partitions, 1 row, other pitch', partitioned_shroud_tall_conn: '', partitioned_shroud_2hole_conn: '', partitioned_shroud_blade_conn: '', partitioned_shroud_misc_conn: '', }, topo: 'BwW', b: 1, wire: 'W', term: 'C', vtg: 'M', spd: 'L', mate: 'L', env: 'R', }; var lo_prof_w2b_conn = { nm: 'Low-profile W2B connectors', ds: 'Standard wire-to-board connector (male pins on shrouded PCB header, rectangular housing for crimp wires or discrete-wire insulation displacement connector). May be latched. 1 or 2 rows. 10 mm maximum mating height. Up to 2.5 mm pitch. Used inside a product (not accessible by the end-user).', tq: 'Pitch?', ls: { lo_prof_1r_w2b_conn_1: '~1 mm', lo_prof_1r_w2b_conn_1p2: '~1.2 mm', lo_prof_1r_w2b_conn_1p5: '~1.5 mm', lo_prof_1r_w2b_conn_2: '~2 mm', lo_prof_1r_w2b_conn_2p5: '~2.5 mm', lo_prof_2r_w2b_conn_2: 'No; ~2 mm', lo_prof_2r_w2b_conn_misc: 'No; other', }, sa: ['std_prof_w2b_conn'], b: 1, topo: 'w', wire: 'W', term: 'CI', vtg: 'L', spd: 'L', env: 'R', prod: 'CE', }; var sidelined_w2b_conn = { nm: 'Sidelined wire-to-board connectors', ds: 'Wire-to-board connectors. The contacts in the header are against a wall or embedded in it.', tq: 'Characteristics?', ls: { lo_prof_sidelined_w2b_conn: 'Low profile', parallel_mate_w2b_conn: 'Flat PCB header', }, topo: 'w', b: 1, curr: 'L', wire: 'W', term: 'C', vtg: 'L', spd: 'L', env: 'R', prod: 'CE', }; var lvds_w2b_conn = { nm: 'LVDS connectors', ds: 'Low Voltage Differential Signaling connectors. The right-angle PCB header is very flat against the PCB. Used in for laptop computers, flat screen TVs. For wires, ribbon cable, or small coaxial cable.', tq: 'Terminated to??', ls: { lvds_wire_w2b_conn: 'Discrete wires, ribbon cable', lvds_fpc_w2b_conn: 'FFC / FPC', lvds_coax_w2b_conn: 'Coax cable', }, topo: 'w', curr: 'L', term: 'CM', curr: 'L', vtg: 'L', spd: 'H', panl: 'N', mate: 'LU', hybr: 'N', env: 'R', prod: 'CE', }; var misc_ind_std_rect_conn = { nm: 'Misc. industry-standard connectors', ds: 'Industry-standard connectors other than the previous ones.', tq: 'Type?', ls: { metrimate_trident_conn: 'Metrimate / MR / Trident', miniflex_conn: 'Ribbon cable, staggered contacts', dynamic_jfa_conn: 'TE Dynamic, JST JFA', step_ends_conn: 'Housing is stepped at two ends', }, b: 1, curr: 'M', spd: 'L', env: 'R', prod: 'N', }; var propr_rect_conn = { nm: 'Proprietary regular rectangular connectors', ds: 'General purpose, non-industry-standard, connector families that include more than one function: wire-to-wire, wire-to-board, or board-to-board. With latch. Fully shrouded male plus female plug. Not round. Wires are crimped. Used inside a product (not accessible by the end-user).', tq: 'Connection? Pitch?', ls: { propr_w2w_rect_conn: 'Wire-to-wire only. Any.', std_prof_w2b_conn: 'Wire-to-board only. Any.', propr_rect_conn_1: 'Any. 1 mm', propr_rect_conn_2: 'Any. 2.0~2.4 mm', propr_rect_conn_2p5: 'Any. 2.5~2.9 mm', propr_rect_conn_misc: 'Any. Other', }, wire: 'W', spd: 'L', panl: 'N', mate: 'LU', hybr: 'N', env: 'R', prod: 'N', }; var propr_irregul_rect_conn = { nm: 'Proprietary irregular rectangular connectors', ds: 'Other general purpose, non-industry-standard, connector families. Used inside a product (not accessible by the end-user).', tq: '', ls: { unshrouded_keyed_conn: 'Unshrouded', ra_3wall_rec_conn: 'Three-wall right-angle header', rounded_rect_conn: 'Roundish', sealed_rect_conn: 'Sealed', genderless_rect_conn: 'Genderless contacts', metal_latch_rect_conn: 'Metal latches', screw_latch_rect_conn: 'Screw latches', misc_gen_purp_rect_conn: 'Other', }, b: 1, vtg: 'LM', spd: 'L', }; // Application specific connectors var appliance_conn = { nm: 'Appliance connectors', ds: 'Connectors designed for use inside home appliances (e.g., washing machines). Most conform to the RAST 5 standard. Two-piece ("indirect") with one mate on wires and the other mate on a PCB or other wires. (A single piece ("direct" or "single-way") RAST 2.5 card-edge socket that slid onto a PCB edge is in the Card_edge socket section.)', tq: 'Pitch? Standard? ', ls: { faston_boots: 'any, not RAST', timer_sockets: '5 mm, not RAST', rast_5_conn: '5 mm, RAST 5', }, sa: ['rast_2p5_card_edge_plugs', 'rast_5_card_edge_plugs'], b: 1, wire: 'W', curr: 'M', vtg: 'M', spd: 'L', panl: 'N', mate: 'LU', hybr: 'N', ind: 'N', loc: 'R', env: 'R', prod: 'H', dev: 'N', }; var automotive_conn = { nm: 'Automotive connectors', ds: 'Connectors designed for use inside a vehicle (e.g., a passenger car). Provides high reliability: sealed or unsealed, latched, housing lance on the contacts, TPA (Terminal Position Assurance), positive click, hole for a pin extractor tool on the mating face. Wire-to-wire or wire-to-board.', tq: 'Characteristics?', ls: { unsealed_automotive_conn: 'Unsealed; low power', sealed_automotive_conn: 'Sealed; low power', rf_automotive_conn: 'For radio-frequencies', high_pwr_interior_ev_conn: 'For high-voltage, high power', // <<< automobile_2p8mm_conn: '2.8 mm wide blade, latched "Automobile"', }, sa: ['sealed_rect_unipole_conn'], b: 1, topo: 'wW', term: 'C', mate: 'L', ind: 'V', loc: 'A', }; var drawer_conn = { nm: 'Drawer connectors', ds: 'Blind-mate connectors placed at the back of modules or PCB cards that slide into a rack and mate to connectors at the back of the rack. The user cannot see the two mates as they are mated. The shape of the shroud guides the mates together; the mates may float to allow for some mismatch.', tq: 'Characteristics?', ls: { unshrouded_drawer_con: 'Unshrouded', genderless_drawer_conn: 'Shrouded, genderless', signal_drawer_conn: 'Shrouded, pins & scokets, signal', pwr_drawer_conn: 'Power, shrouded', hybrid_drawer_conn: 'Hybrid, shrouded', drawer_conn_frame: 'Frame for sub-connectors', }, sa: ['micro_ribbon_conn'], b: 1, topo: 'W', wire: 'LW', spd: 'L', mate: 'B', ind: 'FR', loc: 'FT', env: 'R', }; var hot_pluggable_conn = { nm: 'Hot-pluggable connectors', ds: 'Interior connectors for computer peripherals. One mate is a card-edge socket, the other one uses a PCB edge or a plastic blade that emulates a PCB edge.', tq: 'Wire termination?', ls: { sata_hot_pluggable_conn: 'SATA', sas_pcie_hot_pluggable_conn: 'SAS, PCIe', sfp_hot_pluggable_conn: 'SFP', misc_hot_pluggable_conn: 'Other', }, sa: ['card_edge_sockets'], b: 1, topo: 'Bw', wire: 'W', term: 'CM', curr: 'LM', hybr: 'N', vtg: 'L', spd: 'H', panl: 'N', mate: 'U', ind: 'N', loc: 'N', env: 'R', prod: 'C', dev: 'N', }; var misc_appl_specific_conn = { nm: 'Misc. application-specific rect. conn.', ds: 'Other rectangular connectors for a specific application.', tq: 'Wire termination?', ls: { high_pwr_rc_conn: 'High power, battery', sensor_conn: 'Sensor, multiple plugs into a single header', thermocouple_conn: 'Thermocouple', back_light_conn: 'Back-light for flat screen displays', misc_appl_specific_conn_: 'Other', }, b: 1, wire: 'W', spd: 'L', }; // 16 Exterior signal connectors order var d_shell_conn = { nm: 'D-shell exterior connectors', ds: 'Medium-sized connectors with a trapezoidal (D-shaped) mating face for communications and industrial applications. For exterior use (accessible to the end-user, outside equipment). Includes D-sub (e.g. DE9, DB-25) and Centronix.', tq: 'Gendered? Pitch? Name?', ls: { d_sub_conn: 'Yes. 2.77 mm. D-Sub', micro_d_conn: 'Yes. 1.27 mm. Micro-D', nano_d_conn: 'Yes. 0.64 mm. Nano-D', micro_ribbon_conn: 'No. 2.2 mm Centronics, Micro-ribbon', mini_d_ribbon_conn: 'No. 1.27 mm. Mini-D-ribbon', misc_d_shell_conn: 'Other', }, b: 1, wire: 'CRW', term: 'CS', panl: 'T', wir: 'N', }; var telephone_conn = { nm: 'Telephone connectors', ds: 'Any connector for tepephones, including vintage and modular (now adopted for data I/O).', tq: 'Type?', ls: { modular_conn: 'Modular', country_specific_phone_conn: 'Other', }, b: 1, wire: 'C', term: 'CM', curr: 'L', panl: 'T', mate: 'L', hybr: 'N', ind: 'IT', loc: 'FORT', prod: 'CEPT', wir: 'T', }; var rect_data_io_conn = { nm: 'Computer data I/O connectors', ds: 'Connnectors for computer data and video, not circular. For exterior use (accessible to the end-user, outside equipment).', tq: 'Standard?', ls: { usb_conn: 'USB', firewire_conn: 'Firewire', esata_conn: 'eSATA', lightning_conn: 'Apple Lightning', displayport_conn: 'DisplayPort', dvi_conn: 'DVI', hdmi_conn: 'HDMI', scart_conn: 'SCART', misc_data_io_conn: 'Other', }, sa: ['std_exterior_rf_conn','mini_din_circ_conn'], topo: 'w', wire: 'C', term: 'S', spd: 'H', panl: 'N', mate: 'U', hybr: 'N', ind: 'N', loc: 'OR', prod: 'CE', wir: 'N', }; var misc_ext_signal_conn = { nm: 'Misc, exterior signal connectors', ds: 'Signal connector for exterior use (accessible to the end-user, outside equipment) with shape other than rectangular or trapezoidal.', tq: '', ls: { misc_ext_other_signal_conn: '', }, curr: 'L', mate: 'U', hybr: 'N', }; // 17 Exterior power connectors order // AC var std_ac_power_conn = { nm: 'Standard AC power connectors', ds: 'Outlets and plugs for line voltage AC power, for high current (more than 10 A) and high voltage (more than 100 V). Designed to be accessible by the end-user, on the outside a product.
Check out the wonderful Plug and socket museum', tq: 'Standard?', ls: { cee7_ac_power_conn: 'CEE7 (Europe), wall power', nema_ac_power_conn: 'NEMA (North America), wall power', misc_country_specific_ac_power_conn: 'Other country, wall power', }, b: 1, curr: 'H', panl: 'TN', hybr: 'N', ind: 'N', }; var appliance_couplers = { nm: 'Appliance couplers', ds: 'Connectors that connect the power cord to the product. For line voltage AC power, for high current (more than 10 A) and high voltage (more than 100 V). Designed to be accessible by the end-user, on the outside a product.', tq: 'Standard?', ls: { iec_60320_ac_power_conn: 'Standard EIC 60320', vintage_appliance_couplers: 'Other', }, b: 1, curr: 'H', panl: 'TN', hybr: 'N', ind: 'N', }; var nema_twist_lock_ac_power_conn_ = { nm: 'NEMA twist-lock AC power connectors', ds: 'North-American AC power connectors that are latched by twisting. NEMA standard', tq: '', ls: { nema_twist_lock_ac_power_conn: '', }, b: 1, curr: 'H', panl: 'TN', hybr: 'N', ind: 'N', }; var pin_and_sleeve_conn = { nm: 'Pin & sleeve AC power connectors', ds: 'Large round connectors with non-concentric contacts for AC power.', tq: 'Standard?', ls: { iec_60309_pin_and_sleeve_conn: 'Pin and sleeve, IEC', nema_pin_and_sleeve_conn: 'Pin and sleeve, NEMA', }, b: 1, curr: 'H', panl: 'TN', hybr: 'N', ind: 'N', }; var industry_specific_power_conn = { nm: 'Industry-specific power connectors', ds: 'Connectors for line voltage AC or DC power, for high current (more than 10 A), or high voltage (more than 100 V). Specific to a given industry. Designed to be accessible by the end-user, on the outside a product.
Any shape.
Removable by hand (no tool required).', tq: 'Application?', ls: { ev_charge_power_conn: 'Electric Vehicle charging', misc_industry_specific_power_conn: 'Other', }, wir: 'N', }; // DC var dc_couplers_ = { nm: 'DC couplers', ds: 'Connectors at the end of cord fron an AC adapter or transformer and at the power inlet of a product.', tq: '', ls: { dc_couplers: '', }, b: 1, curr: 'H', panl: 'TN', hybr: 'N', ind: 'N', }; var ev_dc_power_conn = { nm: 'EV DC power connectors', ds: 'Connectors to charge traction batteries for electric vehicles.', tq: 'Vehicle?', ls: { forklift_batt_conn: 'Forklift', e_bike_charge_conn: 'e-Bike', misc_ev_dc_power_conn: 'Other', }, panl: 'TN', hybr: 'N', ind: 'N', }; var vintage_dc_power_conn = { nm: 'Misc. exterior power connectors', ds: 'Other connectors for AC or DC power. Designed to be accessible by the end-user, on the outside a product.
Any shape.
Removable by hand (no tool required).', tq: 'Type?', ls: { sae_j928_conn: 'SAE J928', cinch_jones_conn: 'Cinch Jones', }, topo: 'W', curr: 'H', mate: 'U', hybr: 'N', env: 'R', }; // 18 Industrial connectors order var large_industrial_conn = { nm: 'Large industrial connectors', ds: 'Plugs and sockets for standard AC power, 100 to 250 Vac, up to 20A. Two or 3 poles, exterior use. E.g., IEC connectors.', tq: 'Fastening?', ls: { zif_conn: 'Zero insertion force', screw_lock_conn: 'Central screw', }, }; // 19 Inter-class adapters order var round_adapters = { nm: 'Round/round adapters', ds: 'Adapters between a round connector and another round connector.', tq: 'From/to?', ls: { concentric_coax_adapters: 'Concentric to coax connector', concentric_circ_adapters: 'Concentric to circular connector', coax_circ_adapters: 'Coax to circular connector', }, }; var round_other_adapters = { nm: 'Round/not round adapters', ds: 'Adapters between a round connector and a connector that is not round.', tq: 'From/to?', ls: { round_banana_adapters: 'Round connector to banana', concentric_term_blk_adapters: 'Concentric connector to terminal block', circ_ext_adapters: 'Circular connector to Exterior connector', }, }; var ext_adapters = { nm: 'Exterior/exterior adapters', ds: 'Adapters between an exterior connector and another exterior connector.', tq: 'Type?', ls: { ext_signal_adapters: 'Signal?', ext_power_adapters: 'Power?', }, }; var misc_adapters_ = { nm: 'Misc. adapters', ds: 'Adapters between some other classes of connectors.', tq: '', ls: { misc_adapters: '', }, }; // 20 Non-electric components order // Non-electric connectors var fiber_optic_conn = { nm: 'Fiber-optic connectors', ds: 'Connectors for optical fibers.', tq: 'Fiber material?', ls: { glass_fiber_optic_conn: 'Glass', pof_fiber_optic_conn: 'Plastic fiber, POF', }, uses: 'db', b: 1, acc: 'X', panl: 'T', mate: 'L', ind: 'FITV', prod: 'ACIT', b: 1, }; var radio_wave_conn = { nm: 'Radio wave connectors', ds: 'Connecting components that transfer power through radio waves, not conductors.', tq: 'Type?', ls: { waveguide_flanges: 'Wave guide flanges', wireless_pwr_conn: 'Wireless power', }, mate: 'N', hybr: 'N', }; // Accessories var configurable_frames = { nm: 'Configurable frames', ds: 'Multiple connectors snapped into a frame', tq: 'Usage?', ls: { rectangular_frames: 'Interior', keystone_plates: 'Exterior', }, }; var cable_accessories = { nm: 'Cable sccessories', ds: 'Accessories for cables.', tq: 'Type of cable?', ls: { cable_glands_bushings: 'Protects a cable as it goes through a panel.', ribbon_cable_guides: 'Support for ribbon cable snapped to PCB.', }, }; // **************************************** Dictionaries for nodes for each family **************************************** // 3 Wire splices family var button_idc_splices = { nm: 'Button IDC splices', ds: 'Joins two or more wires permanently, by cutting through the insulation of non-stripped wires (IDC = Insulation Displacement Connector). Terminaled by squeezing a button. Single circuit or two circuits. Difficult to remove the wires; their insulation is damaged.', ckt: 'SM', ind: 'T', }; var side_by_side_idc_splices = { nm: 'Side-by-side IDC splices', ds: 'Joins two or more wires permanently, by cutting through the insulation of non-stripped wires (IDC = Insulation Displacement Connector). Terminaled by pressing a blade. Difficult to remove the wires; their insulation is damaged.', sa: ['quick_connect_disconnects'], ckt: 'S', ind: 'N', }; var hinged_cap_idc_splices = { nm: 'Hinged-cap IDC splices', ds: 'Joins two or more wires permanently, by cutting through the insulation of non-stripped wires (IDC = Insulation Displacement Connector). Terminaled by closing a hinged cap. Difficult to remove the wires; their insulation is damaged.', ckt: 'M', ind: 'N', }; var cap_crimp_splices = { nm: 'Cap crimp splices', ds: 'Joins two or more stripped wires permanently (the wires may not be removed, may only be cut). Insulated. Wires as inserted in a single opening at one end, then retained by crimping once.', }; var b_wire_splices = { nm: 'B-wire crimp splices', ds: 'Joins two or more unstripped wires permanently (the wires may not be removed, may only be cut). Insulated. Wires as inserted in a single opening at one end, then retained by crimping once. A.k.a. "Beanie"', kw: ['Beanie'], }; var crimp_band_splices = { nm: 'Crimp band splices', ds: 'Joins two or more stripped wires permanently (the wires may not be removed, may only be cut). Not insulated. Wires are placed side-by-side, inserted in a C-shaped piece, then retained by folding the wings and crimping once.', }; var parallel_splices = { nm: 'Parellel splices', ds: 'Joins two or more stripped wires permanently (the wires may not be removed, may only be cut). Not insulated. Wires are placed side-by-side, inserted in a short sleve, then retained by crimping once.', }; var butt_crimp_splices = { nm: 'Butt crimp splices', ds: 'Joins two or more stripped wires permanently (the wires may not be removed, may only be cut). May be insulated. Wires as inserted in two openings at either end, then retained by crimping twice.', }; var multi_way_crimp_splices = { nm: 'Multi-way crimp splices', ds: 'Joins three or more stripped wires permanently (the wires may not be removed, may only be cut). Partially insulated. Wires as inserted in three or four openings at various ends, then retained by crimping three or four times.', }; var solder_splices = { nm: 'Solder splices', ds: 'Tube that joins two or more wires permanently. Splice is heated with a heat gun to melt the low-temperature solder.', }; var permanent_poke_in_splices = { nm: 'Permanent poke-in splices', ds: 'Joins two or more stripped wires permanently through clamps. It grabs a wire pocked into a hole and will not let go. Wires may be removed with difficulty, by twisting and pulling (their strands are damaged).', sa: ['removable_poke_in_splices','pcb_screwless_terminal_blocks','board_in_poke_in_headers'], struct: 'P', }; var removable_poke_in_splices = { nm: 'Removable poke-in splices', ds: 'Joins two or more stripped wires semi-permanently, through clamps. It grabs a wire pocked into a hole and will not let go. Pressing a button relases the wires.', sa: ['permanent_poke_in_splices','pcb_screwless_terminal_blocks','board_in_poke_in_headers'], struct: 'R', }; var single_end_lever_splices = { nm: 'Single-ended lever splices', ds: 'Single circuit. Has two or more openings all on one side, one for each wire to be connected. A lever is raised; a stripped wire is inserted in a hole; the lever is lowered to secure the wire. Wires may be removed, undamaged, with no tools.', ckt: 'S', }; var inline_lever_splices = { nm: 'In-line lever splices', ds: 'Single or multiple circuits. Has two openings, one at each end, one for each wire to be connected. A lever is raised; a stripped wire is inserted in a hole; the lever is lowered to secure the wire. Wires may be removed, undamaged, with no tools.', ckt: 'SM', }; var twist_on_splices = { nm: 'Twist-on splices (wire nuts)', ds: 'Two or more stripped wires are stripped, twisted together, inserted in the wire nut which is twisted until firm. Wires may be removed, undamaged, with no tools..', kw: ['wire nut','splice','wire splice','twist-on connector'], }; // 4 Wiring components family var split_bolt_mech_conn = { nm: 'Split bolt mechanical connectors', ds: 'Bolt with a slit and a nut, used as a splice. Unmounted. Secured with a nut.', topo: 'W', panl: 'N', wir: 'RU', }; var paral_clamp_mech_conn = { nm: 'Parallel clamp', ds: 'Plates with two screws, used as a splice. Unmounted.', topo: 'W', panl: 'N', wir: 'RU', kw: ['Frankel'], }; var ground_rod_clamps = { nm: 'Ground rod clamps', ds: 'Ring with a bolt. Mounted to a ground rod to connect a ground wire to earth.', topo: 'p', panl: 'N', wir: 'GRU', }; var lay_in_ground_lugs = { nm: 'Lay-in ground lugs', ds: 'Mounted to a panel. Opening for a cable on the side, secured with a screw.', topo: 'p', panl: 'N', wir: 'GRU', }; var in_line_mechanical_splices = { nm: 'In-line mechaninal splice', ds: '', topo: 'W', panl: 'N', wir: 'R', }; var insulated_multitap_conn = { nm: 'Insulated multi-tap connectors', ds: 'Has two or more openings, one for each wire to be connected together. A screw is unscrewed,a stripped wire is inserted in a wire-cage; the screw is tightened to secure the wire. Wires may be removed, undamaged, with a screwdriver.', kw: ['screw-terminal splice'], topo: 'W', panl: 'N', wir: 'GR', }; var ground_lugs = { nm: 'Ground lugs', ds: 'L-shaped. Panel-mounted through a flange, usually a single hole but may have a few holes. For grounding a wire or a few wires to a grounded panel. Or, mounted on a bus bar, for connecting to that bus bar.', topo: 'p', panl: 'F', wir: 'GRU', }; var grounding_blocks = { nm: 'Grounding blocks', ds: 'Bar with a square cross section. Many holes. Panel-mounted through holes at each end. Not isolated. For grounding many wires to a grounded panel. Or, mounted on a bus bar, for connecting to that bus bar.', topo: 'p', panl: 'F', wir: 'GRU', }; var neutral_blocks = { nm: 'Neutral blocks', ds: 'Bar with a square cross section. Many holes. Isolated. Panel-mounted through holes on the housing, or rail-mounted through a snap-n base. For connecting many wires to the neutral or a line.', topo: 'W', panl: 'F', wir: 'GRU', }; var grounding_compression_splices = { nm: 'Grounding compression connectors', ds: 'Crimped onto two large-gauge wires. Single circuit. Not insulated.C-tap or E-shaped', topo: 'W', term: 'C', struct: 'P', curr: 'H', panl: 'N', ind: 'N', prod: 'N', dev: 'N', wir: 'U', }; var grounding_bus_bars = { nm: 'Grounding bus bars', ds: 'Long, flat metal bar with many screws or plain holes. Usually mounted on two insulating pedestals or a long insulating base. Used in American electrical panels to distribute the earth ground lines.', kw: ['',''], topo: 'pW', term: 'N', struct: 'R', curr: 'H', panl: 'F', ind: 'N', prod: 'N', dev: 'O', wir: 'AGIR', }; var bus_bars = { nm: 'Jumper bus bars', ds: 'Copper bar with two or more holes to connect two adjacent terminals, such as the terminals of large battery cells. May be U-shaped and composed on multiple thin layers.', kw: [''], topo: 'Z', term: 'N', struct: 'R', curr: 'HV', panl: 'N', ind: 'N', prod: 'B', dev: 'B', wir: 'AIU', }; var ground_straps = { nm: 'Ground straps', ds: 'Braided cable with flat rings terminals at the ends. Used to ground a device that vibrates.', kw: [''], topo: 'Z', term: 'N', struct: 'R', curr: 'HV', panl: 'N', ind: 'V', prod: 'bcil', dev: 'N', wir: 'ADIU', }; // Terminal Junction Systems var rail_terminal_junction_modules = { nm: 'Terminal Junction rail-mount modules', ds: 'Sealed rail-mounted module into which individual pin-terminated wires are poked for a common connection.', ckt: 'M', pnl: 'R', mate: 'NU', }; var panel_mount_terminal_junctions = { nm: 'Terminal Junction panel-mount modules', ds: 'Sealed panel-mounted module into which individual pin-terminated wires are poked for a common connection.', ckt: 'M', pnl: 'F', mate: 'NU', }; var solder_terminal_junction_modules = { nm: 'Terminal Junction soldered modules', ds: 'Sealed module into which individual pin-terminated wires are poked for a common connection. The bottom end has solder cups for wires or pins for PCB mounting.', ckt: 'M', pnl: 'FN', mate: 'NU', }; var terminal_junction_plugs = { nm: 'Terminal Junction Systems plugs', ds: 'Sealed plug into which individual pin-terminated wires are poked for termination to individual circuits. The plug mates with a standard module.', ckt: 'M', pnl: 'N', mate: 'U', }; var terminal_junction_splices = { nm: 'Terminal Junction Systems splices', ds: 'Sealed splices into which individual pin-terminated wires are poked for a common connection.', ckt: 'SM', pnl: 'N', mate: 'N', }; // Terminal strips and boards var screw_terminal_strips = { nm: 'Screw terminal strips', ds: 'A strip of brown bakelite into which screw terminals are swaged.', kw: [''], term: 'S', ckt: 'SM', ind: 'N', loc: 'N', prod: 'X', wir: 'P', }; var screw_terminal_boards = { nm: 'Screw terminal boards', ds: 'A plate of brown bakelite into which screw terminals are swaged.', kw: [''], term: 'S', ckt: 'M', ind: 'N', loc: 'N', prod: 'X', wir: 'P', }; var solder_terminal_strips = { nm: 'Solder terminal strips', ds: 'A strip of brown bakelite into which solder eyelet terminals are swaged.', kw: [''], term: 'S', ckt: 'SM', ind: 'N', loc: 'N', prod: 'X', wir: 'P', }; var turret_boards = { nm: 'Turret boards', ds: 'A strip or plate of Bakelite into which turrets are swaged.', kw: [''], term: 'S', ckt: 'M', ind: 'N', loc: 'N', prod: 'X', wir: 'P', }; // Permanent wiring components // Permanent var feedthrough_terminals = { nm: 'Single-circuit feed-through terminals', ds: 'Components that pass one single circuits through a panel. Wires are terminated permanently on both sides of the panel.', wire: 'W', ckt: 'S', curr: 'LM', ind: 'N', loc: 'N', env: 'R', prod: 'X', wir: 'E', kw: [''], }; var penetrators_ = { nm: 'Penetrators', ds: 'Components that pass multiple circuits through a panel. Wires are terminated permanently on both sides of the panel. Includes those for deep-sea immersion and those for vacuum chambers.', sa: ['circular_conn'], kw: [''], wire: 'CW', ckt: 'M', curr: 'M', ind: 'X', loc: 'W', env: 'I', prod: 'N', wir: 'N', }; var punch_down_blocks = { nm: 'TELCO wiring blocks', ds: 'Punch-down wiring blocks for telephone land lines. Type 66 or 110.', kw: ['TELCO','Punch-down','wiring block'], topo: 'W', wire: 'W', term: 'I', ind: 'T', loc: 'T', prod: 'T', wir: 'T', }; var terminal_tag_strips = { nm: 'Terminal tag strips', ds: 'White ceramic blade with metallized gaps found in Tektronix scopes.', topo: 'Z', wire: 'W', term: 'I', ind: 'T', loc: 'T', prod: 'T', wir: 'T', }; var lead_strips = { nm: 'Lead strips', ds: 'Parallel wire leads molded into two plastic beams. Soldered to two board for a permanent board-to-board connection.', uses: 'db', curr: 'L', ind: 'N', wir: 'E', prod: 'E', kw: [''], }; var perm_board_to_board_strips = { nm: 'Permanent board-to-board strips', ds: 'Strip of double-ended PCB terminals soldered to two board for a permanent board-to-board connection.', uses: 'db', curr: 'L', ind: 'N', wir: 'E', prod: 'E', kw: [''], }; // 2 Terminals family // Wire terminals var ring_terminals = { nm: 'Ring terminals', ds: 'Flat terminal crimped to a stripped wire and then placed onto a stud (which is then secured with a nut) or a screw (which is then screwed into a threaded hole). The wire end is an open or closed barrel for crimping to the wire; it may be insulated. The other end is a flat disk with a closed hole for a stud.', kw: ['ring','barrel','lug','tongue'], wire: 'LW', dev: 'JMRUW', }; var hook_terminals = { nm: 'Hook terminals', ds: 'Flat terminal crimped to a stripped wire and then placed onto a stud (which is then secured with a nut) or a screw (which is then screwed into a threaded hole). The wire end is an open or closed barrel for crimping to the wire; it may be insulated. The other end is a flat disk with a hole open on the side for a stud.', kw: ['barrel','lug','tongue'], wire: 'W', dev: 'W', }; var slotted_ring_terminals = { nm: 'Slotted ring terminals', ds: 'Flat terminal crimped to a stripped wire and then placed onto a stud (which is then secured with a nut) or a screw (which is then screwed into a threaded hole). The wire end is an open or closed barrel for crimping to the wire; it may be insulated. The toungue end is a flat disk with an open hole for a stud.', kw: ['ring','barrel','lug','tongue'], wire: 'W', dev: 'W', }; var fork_spade_terminals = { nm: 'Fork (spade) terminals', ds: 'Flat terminal crimped to a stripped wire and snapped onto a screw in a barrier block without fully removing it. The wire end is an open or closed barrel for crimping to the wire; it may be insulated. The other end is a flat disk with a hole for a stud, opened to the front. The opening may be shaped to grab the screw and hold in place as the screw is being screwed-in.', kw: ['barrel','lug','fork','spade','tongue'], wire: 'W', dev: 'W', }; var blade_terminals = { nm: 'Blade crimp terminals', ds: 'Flat terminal crimped to a stripped wire and inserted in a terminal block; offers better performance than using a stripped wire directly in the terminal block. The wire end is an open or closed barrel for crimping to the wire; it may be insulated. The other end is a flat rectangle with no hole.', kw: ['rectangular','barrel','lug','tongue'], wire: 'W', dev: 'T', }; var knife_terminals = { nm: 'Knife crimp terminals', ds: 'Flat terminal crimped to a stripped wire and inserted in a terminal block; offers better performance than using a stripped wire directly in the terminal block. The wire end is an open or closed barrel for crimping to the wire; it may be insulated. The other end is a rectangle with no hole and an upturned end.', kw: ['rectangular','blade'], wire: 'W', dev: 'T', }; var tubular_compression_lugs = { nm: 'Tubular compression lugs', ds: 'Terminal crimped to a large-gauge stripped wire, then placed onto a stud, and finally secured with a nut. A metal tube forms the crimp barrel at one end and is flattened at the stud end.', kw: ['barrel','lug','tongue'], b: 1, }; var wire_ferrules = { nm: 'Wire ferrules', ds: 'Cylindrical terminal crimped to a stripped wire and inserted in a terminal block; offers better performance than using a stripped wire directly in the terminal block. The stripped wire is inserted the full length of the terminal. An insulated collet rests against the wire insulation. The metal end is crimped.', kw: [''], topo: 'pwW', curr: 'LM', vtg: 'LM', loc: 'FR', }; var wire_pins = { nm: 'Wire pins', ds: 'Long and slim terminal. A stripped wire is inserted in a barrel which is crimped; or a stripped wire is inserted in a solder cup and soldered to it; or, an unstripped wire is pressed into it while blades cut into the insulation to contact the strands (IDC). It may mate to a socket.', kw: [''], topo: 'wW', curr: 'L', vtg: 'L', loc: 'N', }; var aluminum_compression_adapters = { nm: 'Aluminum compression adapters', ds: 'Adapts an aluminum wire to a copper wire cage (terminal block, grounding lug). First crimped to the aluminum wire, then its copper tail is inserted in the wire cage. Single circuit.', kw: [''], topo: 'W', curr: 'H', vtg: 'MH', loc: 'R', }; var grounding_wire_terminals = { nm: 'Grounding terminals', ds: 'Terminal first terminated to a wire then mounted to a metal panel (snapped in, or welded) to ground the wire.', kw: [''], term: 'C', wir: 'GLPR', }; var misc_wire_terminals_for_panel = { nm: 'Misc. wire terminals for panel', ds: 'Other terminals first terminated to a wire then mounted to a panel.', kw: [''], term: 'CS', wir: 'N', }; var wire_sockets = { nm: 'Wire sockets', ds: 'Terminal with a cavity suitable for a pin or other male contact. A stripped wire is inserted in a barrel which is crimped; or a stripped wire is inserted in a solder cup and soldered to it; or, an unstripped wire is pressed into it while blades cut into the insulation to contact the strands (IDC). The cavity may be spring-loaded to grab a pin.', kw: [''], topo: 'dwW', wire: 'W', term: 'C', struct: 'S', curr: 'L', vtg: 'L', }; var misc_wire_terminals = { nm: 'Misc wire terminals', ds: 'A terminal that is crimped to a wire; the other end is something other than a pin, a flat, a socket or a flattened tube.', kw: [''], topo: 'dWwZ', wire: 'W', term: 'N', struct: 'PRS', curr: 'L', vtg: 'L', }; // Board terminals var swaged_screw_terminals = { nm: 'Swaged screw terminals', ds: 'Terminals with a screw in a threaded holes that are swaged into holes in a board.', wire: 'W', term: 'B', curr: 'L', dev: 'N', wir: 'BEP', }; var th_screw_terminals = { nm: 'Through-hole screw terminals', ds: 'Terminals with threaded holes that are placed in holes in a PCB and soldered. May be made of folded sheet metal or may be cast as a block of metal. May be non-insulated or may include a plastic housing. May include a screw.', kw: ['screw',''], wire: 'W', term: 'B', curr: 'MH', dev: 'O', wir: 'BE', }; var smt_screw_terminals = { nm: 'Surface mount screw terminals', ds: 'Nuts or studs placed on a PCB and reflow-soldered. May include a locating pin that fits in a hole in the board.', kw: ['screw',''], wire: 'LW', term: 'B', curr: 'MH', dev: 'O', wir: 'BE', }; var press_fit_screw_terminals = { nm: 'Press-fit screw terminals', ds: 'Nuts, studs or terminals with plain holes that are pressed into plated-through holes in a PCB. Retained by the interference fit with the PCB, not by soldering. Cast as a block of metal.', kw: [''], wire: 'L', term: 'B', curr: 'V', dev: 'O', wir: 'BE', }; var pcb_wire_cage_terminals = { nm: 'PCB wire-cage terminals', ds: 'Looks like a screw terminal block, but is single circuit and has no housing.', kw: [''], wire: 'LW', term: 'W', curr: 'M', dev: 'N', wir: 'BE', }; var broaching_fasteners = { nm: 'Broaching PCB fasteners', ds: 'Self-clinching fastening hardware (nuts, studs, standoffs or spacers) for PCBs. A knurled end is pressed into a non-plated hole with an arbor press; the PCB is deformed to retain the fastener. E.g., made by PEM.', kw: [''], wire: 'L', term: 'B', curr: 'H', dev: 'O', wir: 'BE', }; var formed_board_terminals = { nm: 'Formed board terminals', ds: 'Pins with square or rectangular cross section, flat (or, mostly flat) terminals, for board mounting. Formed by cutting sheet metal; may have slight indentations. Typically soldered in a PCB (e,g,, as a test point). May be press-fit in a perfboard, then component leads are soldered to it.', kw: [''], topo: 'w', wire: 'W', term: 'S', struct: 'P', ind: 'N', prod: 'X', wir: 'P', }; var machined_board_terminals = { nm: 'Machined board pins', ds: 'Round pins for mounting on PCBs or other boards. Not spring-loaded. Machined in a lathe by turning. Includes solder-cups', kw: ['pin',''], topo: 'Bw', wire: 'W', term: 'S', struct: 'PC', ind: 'N', prod: 'N', wir: 'N', }; var turret_terminals = { nm: 'Turret terminals', ds: 'Round pin with varying diameters, making it look like a tower from a medieval castle. Machined in a lathe by turning. Staked to a board (a PCB or a plain board). Wires or component leads are wrapped around the terminal and soldered. Or, a test terminal is clipped on it. Mostly fallen out of use.', kw: ['turret','swage','pin',''], topo: 'w', wire: 'W', term: 'S', struct: 'P', ind: 'N', prod: 'X', wir: 'P', }; var board_machined_sockets = { nm: 'Machined board sockets', ds: 'Terminals for mounting on PCBs or other boards. Round, include a cavity for a pin, which may be lined with spring leaves. Machined in a lathe by turning.', kw: [''], sa: ['misc_appl_specific_conn_'], topo: 'BD', curr: 'L', prod: 'N', dev: 'Z', }; var misc_board_sockets = { nm: 'Misc. board sockets', ds: 'Terminals for mounting on PCBs or other boards. Not round. Include a spring-loaded gap for a tab or other conductor. Formed through cutting and bending.', kw: [''], topo: 'wD', curr: 'LM', prod: 'BO', dev: 'B', }; var pcb_wound_springs = { nm: 'Board springs', ds: 'Wound spring-based board terminals (not pins). Connect the board to a metal panel or other conductive target.', kw: [''], topo: 'Dq', struct: 'S', curr: 'L', vtg: 'L', prod: 'E', dev: 'N', wir: 'EG', }; var pcb_loops = { nm: 'PCB loops', ds: 'Loop of wire used as a test point. For through-hole mounting, it is shaped like a hair pin and may include an insulating bead to lift the loop off the PCB. For surface mounting, it is simply a rectangular loop.', kw: ['test point',''], topo: 'w', struct: 'S', curr: 'L', vtg: 'L', prod: 'N', dev: 'Z', wir: 'E', }; var pcb_jumpers = { nm: 'PCB jumpers', ds: 'Component soldered to two holes in a PCB to make a connection between them, other than a plain piece of wire', kw: [''], topo: 'B', struct: 'PS', curr: 'L', vtg: 'L', prod: 'N', dev: 'N', wir: 'E', }; // Panel mount terminals var solder_lugs = { nm: 'Solder lugs', ds: 'Flat, oblong plate with two holes, one for a stud, one for soldering a wire. May be mounted first to the wire or first to the stud.', kw: ['solder lug','lug'], b: 1, topo: 'p', wire: 'W', term: 'S', struct: 'R', curr: 'L', vtg: 'L', ind: 'N', prod: 'X', dev: 'N', wir: 'GLP', }; var bus_bar_clips = { nm: 'Bus bar clips', ds: 'Flat terminal fastened to a panel and then a bus bar is slipped into it. ', kw: [''], topo: 'Z', wire: 'U', term: 'N', struct: 'S', curr: 'HV', vtg: 'LMH', ind: 'F', prod: 'B', dev: 'U', wir: 'DIU', }; var emi_shield_clips = { nm: 'EMI shield clips/springs', ds: 'Terminal mounted to a panel. Contacts another panel with a spring leaf, or clips to it with a clip, to grond it and complete a radio frequency shield. ', kw: [''], topo: 'P', wire: 'N', term: 'N', struct: 'S', curr: 'L', vtg: 'L', ind: 'F', prod: 'N', dev: 'N', wir: 'G', }; // Misc mount terminals var loose_terminals = { nm: 'Loose terminals', ds: 'Pins or other terminals that are designed to be removable at both ends', kw: [''], b: 1, topo: 'B', wire: 'N', term: 'N', struct: 'I', curr: 'L', vtg: 'L', }; var magnet_wire_terminals = { nm: 'Magnet wire terminals', ds: 'Terminals that cut into the insulation of a magnet wire (IDC). For use as PCB pins, transformer terminals, quick-connect connectors, or splices.', kw: ['Magnet wire',''], topo: 'W', wire: 'M', term: 'CI', struct: 'P', curr: 'MH', vtg: 'LM', }; var foil_terminals = { nm: 'Foil terminals', ds: 'Terminals crimped on metal foil for connection to another conductor.', kw: [''], topo: 'Z', wire: 'W', term: 'C', struct: 'P', curr: 'L', vtg: 'L', }; // 1 Test components family // Test devices var meter_probes = { nm: 'Meter probes', ds: 'Hand-held probes for temporary connection to a single circuit being measured with a meter. Wired permanently to a wire.', kw: ['probe','meter probe','test probe',''], }; var meter_probe_adapters = { nm: 'Meter probe adapters', ds: 'Hand-held probes for temporary connection to a single circuit being measured with a meter with a socket on the back. Also, adapters added to the tip of a probe.', kw: ['probe','meter probe',''], }; var scope_probes = { nm: 'Scope probes', ds: 'Hand-held probes for temporary connection to a circuit being measured with respect to ground, with an oscilloscope. . Wired permanently to a cable.', kw: ['probe','scope probe','test probe',''], }; var scope_probe_adapters = { nm: 'Scope probe adapters', ds: 'Accessories for an oscilloscope probe.', kw: ['probe','scope probe',''], }; var alligator_clips = { nm: 'Alligator clips', ds: 'Small clip to grab a wire, lead or other conductor. Squeezed to open the jaws using a "class 1" lever: finger pressure is on the far side of the fulcrum from the tip. Other end may be permanently connected to a wire, or may be a socket for a banana, a pin, or other terminal.', kw: ['alligator clip','test clip'], }; var five_way_alligator_clips = { nm: '5-way alligator clips', ds: 'Small clip to grab a wire, lead or other conductor. Squeezed to open the jaws using a "class 1" lever: finger pressure is on the far side of the fulcrum from the tip. Connects in one of five ways: 1 - grabs a flat conductor with alligator jaws; 2 - grabs a IDC post in a telco block with its tips; 3- grabs a post with two custouts; 4 - pierces wire insulation with a set of thin nails; 5 - pierces wire insulation with a single nail. Other end may be permanently connected to a wire, or may be a socket for a banana, a pin, or other terminal.', kw: ['5-way alligator clip','test clip'], }; var crocodile_clips = { nm: 'Crocodile clips', ds: 'Large clip to grab a conductor such as a large terminal. Squeezed to open the jaws using a "class 3" lever: finger pressure is between the fulcrum and the tip. Other end is terminated to a wire with a screw.', kw: ['crocodile clip','test clip'], }; var large_clamps = { nm: 'Large clamps', ds: 'Large clamp to grab a conductor such as a battery post. Squeezed to open the jaws using a "class 1" lever: finger pressure is on the far side of the fulcrum from the tip. Other end is permanently connected to a large diameter wire / cable.', kw: ['clamp','test clamp'], }; var pincer_grabbers = { nm: 'Pincer grabbers', ds: 'Small clip to connect to a small wire or IC pin. The plunger at the rear is pressed to open a pincer. Other end is a pin, a banana jack, or is permanently connected to a wire.', kw: ['plunger clip','pincer clip','test clip','grabber probe','spring wire grabber','mini grabber','pincer grabber'], }; var hook_grabbers = { nm: 'Hook grabbers', ds: 'Small clip to connect to a wire, test point, or other conductor. The plunger at the rear is pressed to open a hook. Other end is a pin, a banana jack, or is permanently connected to a wire.', kw: ['plunger clip','pincer clip','test clip','grabber probe','spring wire grabber','mini grabber','hook grabber'], }; var piercing_grabbers = { nm: 'Piercing grabbers', ds: 'Small clip to connect to a wire by cutting through its insulation. The plunger at the rear is pressed to open the piercing needle. Other end is a pin, a banana jack, or is permanently connected to a wire.', kw: ['plunger clip','pincer clip','test clip','grabber probe','spring wire grabber','mini grabber','Piercing grabber'], }; var alligator_jaw_grabbers = { nm: 'Alligator-jaw grabbers', ds: 'Small clip to connect to a wire, test point, or other conductor. The plunger at the rear is pressed to open alligator jaws. (Do not confuse with alligator clips, which are opened by sqeezing.) Other end is a pin, a banana jack, or is permanently connected to a wire. For Kelvin connection, top and bottom are isolated and go to separate wires.', kw: ['plunger clip','pincer clip','test clip','grabber probe','spring wire grabber','mini grabber','Alligator grabber'], sa: ['alligator_clips'], }; var test_fixture_hook_grabbers = { nm: 'Test fixture grabbers', ds: 'Devices mounted to a panel in test or assembly fixture. Make temporary connection to a single wire.', kw: [''], term: 'BS', }; var test_fixture_piercing_grabbers = { nm: 'Test fixture piercing grabbers', ds: 'Devices mounted to a panel in test or assembly fixture. Make temporary connection to a single wire by cutting through its insulation.', kw: [''], term: 'B', }; var dip_ic_clip = { nm: 'DIP IC clips', ds: 'Clamp that that is squeezed to open the jaws, placed over a DIP IC (thru-hole IC with two rows of pins), and closed. Connects each IC pin to a wire or a pin.', kw: ['integrated circuit clip','IC test clip','clip','DIP'], }; var plcc_ic_clip = { nm: 'PLCC IC clips', ds: 'Clamp that that is squeezed to open the jaws, placed over a PLCC IC (SMD IC with rows of inward facing pins on four sides), and closed. Connects each IC pin to a wire or a pin.', kw: ['integrated circuit clip','IC test clip','clip','PLCC'], }; var soic_ic_clip = { nm: 'SOIC IC clips', ds: 'Clamp that that is squeezed to open the jaws, placed over an SOIC (SMD IC with two rows of outward facing pins), and closed. Connects each IC pin to a wire or a pin.', kw: ['integrated circuit clip','IC test clip','clip','SOIC'], }; // 5 Junction/barrier block family var junction_posts = { nm: 'Single-ended junction posts', ds: 'Panel-mounted power distribution blocks for high current. A single threaded bar in a hard plastic housing accept ring terminals or bus bars. Single-ended (flush mount to panel, the connection is only on one side of panel).', kw: ['junction post','junction block','power distribution post','wiring block'], wire: 'LW', ckt: 'S', panl: 'F', }; var junction_feedthrus = { nm: 'Junction feedthroughs', ds: 'Panel-mounted power distribution blocks for high current. A single threaded rod/hole/bus bar in a hard plastic housing accept ring terminals or bus bars. Double-ended (the connection extends on other side of panel).', kw: ['junction post','junction block','power distribution post','wiring block'], wire: 'LW', ckt: 'S', panl: 'T', }; var junction_blocks = { nm: 'Junction blocks', ds: 'Panel-mounted power distribution blocks for high current. Two or more threaded rods. Accept ring terminals. Single or multiple circuit: a bus bar connects all the studs in a circuit. Single-ended (flush mount to panel, the rodss are only on one side of panel) or double-ended (a studs extend on other side of panel).', kw: ['junction bar','junction block','power distribution bar'], wire: 'LW', ckt: 'M', panl: 'F', }; var junction_bars = { nm: 'Junction bus bars', ds: 'Panel-mounted power distribution blocks for high current. Single crcuit with two or more screws and/or studs in a row above a hard plastic housing accept ring terminals. May be dual: two independent circuits: for each circuit, a bus bar connects all the screws together. Single-ended (flush mount to panel, the rods and screws are only on one side of panel).', kw: ['junction bar','junction block','power distribution bar'], wire: 'W', ckt: 'SM', panl: 'F', }; // Barrier and junction blocks var panel_barrier_blocks = { nm: 'Panel-mount barrier blocks', ds: 'Wires are wrapped around a screw and tightened. Or, wire in crimped to a ring terminal (closed) or a fork terminal (open) which is then placed on the screw. Mounted flush on a panel. One or two rows of screws.', kw: ['',''], topo: 'W', panl: 'F', loc: 'FR', wir: 'PR', }; var feed_thru_barrier_blocks = { nm: 'Thru-panel barrier blocks', ds: 'Wires are wrapped around a screw and tightened. Or, wire in crimped to a ring terminal (closed) or a fork terminal (open) which is then placed on the screw. Mounted extending through the panel. One or two rows of screws.', kw: ['',''], topo: 'W', panl: 'T', loc: 'N', wir: 'DLP', }; var pcb_barrier_blocks = { nm: 'PCB-mount barrier blocks', ds: 'Wires are wrapped around a screw and tightened. Or, wire in crimped to a ring terminal (closed) or a fork terminal (open) which is then placed on the screw. Mounted on a PCB.', kw: ['',''], topo: 'w', panl: 'N', loc: 'N', wir: 'EIL', }; // 6 Terminal blocks family // Panel or rail mount terminal blocks var eurostyle_terminal_strips = { nm: 'Eurostyle terminal strips', ds: 'Two-row strip of screw terminals for AC power. Single piece. Collars protect screws against shock. Used with stripped wires. Each circuit is in its own square tube section of soft plastic. May be cut into smaller strips; for mounting flat on a panel, though may be used in-line. Also known as ,Eurostyle, Europa style, Chocolate strip, PVC strip.', kw: ['terminal block','EuroBlock','Eurostyle','Europa style', 'Chocolate', 'PVC strip'], sa: ['barrier_blocks', 'quick_sping_terminal_blocks'], ind: 'W', loc: 'R', wir: 'R', }; var eurostyle_pluggable_terminal_strips = { nm: 'Eurostyle pluggable terminal strips', ds: 'Single-row strip of screw terminals for AC power. Two pieces: a male and a female. Collars protect screws against shock. Used with stripped wires. Each circuit is in its own square tube section of soft plastic. May be cut into smaller strips; for mounting flat on a panel, though may be used in-line.', kw: ['terminal block','EuroBlock','Eurostyle','Europa style', 'Chocolate', 'PVC strip'], sa: ['eurostyle_terminal_strips', 'pluggable_terminal_blocks'], ind: 'N', loc: 'N', wir: 'N', }; var quick_sping_terminal_blocks = { nm: 'Quick spring terminal blocks', ds: 'Sets of terminals for AC power. A lever is pressed to release wire. Used with stripped wires. Each circuit is in its own square tube section of soft plastic. For mounting flat on a panel, though may be used in-line. For LED strips.', kw: ['press terminal block', 'Quick-press block'], sa: ['barrier_blocks', 'eurostyle_terminal_strips'], ind: 'N', loc: 'N', wir: 'LE', }; var modular_feed_through_terminal_blocks = { nm: 'Modular feed-thru terminal blocks', ds: 'Single-circuit, modular terminal blocks: slices that are assembled to form a full terminal block. Mounted through a panel. Wire terminals on one side only.', kw: [''], wire: 'W', prod: 'I', wir: 'I', }; var modular_2pc_feed_through_terminal_blocks = { nm: 'Modular feed-thru terminal 2-piece blocks', ds: 'Single-circuit, modular terminal blocks: slices that are assembled to form a full terminal block. Mounted through a panel, consisting of two pieces, each with a wire terminal, one mounted on one side of a panel, the other on the other side.', kw: ['',''], wire: 'W', prod: 'I', wir: 'I', }; var monolithic_feed_through_terminal_blocks = { nm: 'Monolithic feed-thru terminal blocks', ds: 'Multi-circuit, non-modular terminal blocks, mounted through a panel. May have wire terminals on both sides of panel', kw: ['speaker terminal block',''], wire: 'WZ', prod: 'A', wir: 'EI', }; var modular_panel_terminal_blocks = { nm: 'Modular panel wiring blocks', ds: 'Terminal blocks comoposes of single-circuit slices, mounted to a panel.', kw: [''], topo: 'W', ckt: 'SM', ind: 'F', loc: 'F', prod: 'I', wir: 'I', }; var monolithic_panel_terminal_blocks = { nm: 'Monolithic panel terminal blocks', ds: 'Terminal blocks mounted flush on a panel.Single component (not modular), low power. Wires are retained in clamps released with a lever or button (not a screw).', kw: ['terminal block',''], topo: 'W', ckt: 'SM', ind: 'F', loc: 'F', prod: 'N', wir: 'I', }; var us_power_distribution_terminal_blocks = { nm: 'US power distribution terminal blocks', ds: 'Panel-mount, high power terminal blocks used in North America. Wires are retained in exposed clamps secured with screws (wires are not wrapped around a screw).', kw: ['terminal block',''], sa: ['barrier_blocks','junction_comp','eu_power_distribution_terminal_blocks'], topo: 'W', ckt: 'SM', ind: 'W', loc: 'R', prod: 'N', wir: 'R', }; var eu_power_distribution_terminal_blocks = { nm: 'EU power distribution terminal blocks', ds: 'Panel-mount, high power terminal blocks used in Europe. Cube or box shape, possibly ceramic, fully enclosed. Wires are retained in clamps secured with screws (wires are not wrapped around a screw).', kw: ['terminal block',''], sa: ['barrier_blocks','junction_comp','us_power_distribution_terminal_blocks'], topo: 'W', ckt: 'SM', ind: 'W', loc: 'R', prod: 'N', wir: 'R', }; var din_35mm_rail_terminal_blocks = { nm: '35 mm top-hat DIN rail terminal blocks', ds: 'Terminal blocks that are mounted to a standard 35-mm wide top-hat DIN rail (a.k.a. TS35 rails). Includes components that are compatible with both 35 mm rails and other rails as well. Usually modular: slices are snapped together to form a block.', kw: ['DIN rail','',''], }; var misc_rail_mount_terminal_blocks = { nm: 'Misc. rail-mount terminal blocks', ds: 'Terminal blocks that can only be mounted to a rail other than the standard 35 mm top hat DIN rail: a 32 mm wide, G-shaped rail (a.k.a. TS32 rails), C-shaped DIN rail, 15-mm wide top-hat DIN rail, . Usually modular: slices are snapped together to form a block.', kw: ['','',''], }; // PCB terminal blocks var pcb_screw_terminal_blocks_2p5 = { nm: '2.5 mm PCB-mount, screw terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with screws. 2.5 mm or 0.1 inch pitch. Single level or two levels.', kw: ['screw','terminal block',''], curr: 'L', vtg: 'L', }; var pcb_screw_terminal_blocks_3p5 = { nm: '3.5 mm PCB-mount, screw terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with screws. 3.5 mm (0.138 inch) pitch. Single level or two levels.', kw: ['screw','terminal block',''], curr: 'M', vtg: 'L', }; var pcb_screw_terminal_blocks_3p8 = { nm: '3.81 mm PCB-mount, screw terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with screws. 0.15 inch (3.81 mm) pitch. Single level or two levels.', kw: ['screw','terminal block',''], curr: 'M', vtg: 'L', }; var pcb_screw_terminal_blocks_5 = { nm: '5 mm PCB-mount, screw terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with screws. 5 mm or 0.2 inch pitch. Single level or two levels.', kw: ['screw','terminal block','KF301'], curr: 'M', vtg: 'LM', }; var pcb_screw_terminal_blocks_7p5 = { nm: '7.5 mm PCB-mount, screw terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with screws. 7.5 mm or 0.3 inch pitch. Single level or two levels.', kw: ['screw','terminal block',''], curr: 'H', vtg: 'LM', }; var pcb_screw_terminal_blocks_lg = { nm: 'Large PCB-mount, screw terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with screws. Pitch larger than 7.5 mm. Single level or two levels.', kw: ['screw','terminal block',''], curr: 'H', vtg: 'LM', }; var pcb_screwless_terminal_blocks_2p5 = { nm: '2.5 mm PCB-mount, screw-less terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with something other than screws. 2.5 mm or 0.1 inch pitch. Single level or two levels.', kw: ['screwless','spring-cage','button-release','lever release','terminal block',''], curr: 'L', vtg: 'L', }; var pcb_screwless_terminal_blocks_3p5 = { nm: '3.5 mm PCB-mount, screw-less terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with something other than screws. 3.5 mm (0.138 inch) pitch. Single level or two levels.', kw: ['screwless','spring-cage','button-release','lever release','terminal block',''], curr: 'M', vtg: 'L', }; var pcb_screwless_terminal_blocks_3p8 = { nm: '3.8 mm PCB-mount, screw-less terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with something other than screws. 0.15 inch (3.81 mm) pitch. Single level or two levels.', kw: ['screwless','spring-cage','button-release','lever release','terminal block',''], curr: 'M', vtg: 'L', }; var pcb_screwless_terminal_blocks_5 = { nm: '5 mm PCB-mount, screw-less terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with something other than screws. 5 mm or 0.2 inch pitch. Single level or two levels.', kw: ['screwless','spring-cage','button-release','lever release','terminal block',''], curr: 'M', vtg: 'LM', }; var pcb_screwless_terminal_blocks_7p5 = { nm: '7.5 mm PCB-mount, screw-less terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with something other than screws. 7.5 mm or 0.3 inch pitch. Single level or two levels.', kw: ['screwless','spring-cage','button-release','lever release','terminal block',''], curr: 'H', vtg: 'LM', }; var pcb_screwless_terminal_blocks_lg = { nm: 'Large PCB-mount, screw-less terminal blocks', ds: 'Single-piece terminal blocks that are soldered to a PCB. Wires are inserted in them (either directly or with ferrules or rectangular terminals) and clamped with something other than screws. Pitch larger than 7.5 mm. Single level or two levels.', kw: ['screwless','spring-cage','button-release','lever release','terminal block',''], curr: 'H', vtg: 'LM', }; // Puggable terminal blocks var no_shroud_2_pc_terminal_blocks_3p5 = { nm: '3.5 mm unshrouded pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug; (2) Male: an unshrouded PCB header. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped with screws. 3.5 mm (0.138 inch) pitch.', kw: ['pluggable','terminal block'], curr: 'M', vtg: 'L', }; var no_shroud_2_pc_terminal_blocks_5 = { nm: '5 mm unshrouded pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug; (2) Male: an unshrouded PCB header. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped with screws. 5 mm (0.197 inch) or 5.08 mm (0.2 inch) pitch.', kw: ['pluggable','terminal block'], curr: 'M', vtg: 'LM', }; var no_shroud_2_pc_terminal_blocks_misc = { nm: 'Misc. unshrouded pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug; (2) Male: an unshrouded PCB header. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped with screws. Non-standard pitch.', kw: ['pluggable','terminal block'], curr: 'M', vtg: 'LM', }; var two_pc_terminal_blocks_2p5 = { nm: '2.5 mm 2-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded at least on 2 sides. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). 2.5 mm or 0.1 inch pitch. Includes non-PCB male mates.', kw: ['pluggable','EuroBlock','terminal block','2-piece terminal block'], curr: 'L', vtg: 'L', }; var two_pc_terminal_blocks_3p5 = { nm: '3.5 mm 2-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded at least on 2 sides. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). 3.5 mm (0.128 inch) pitch. Includes non-PCB male mates.', kw: ['pluggable','EuroBlock','terminal block','2-piece terminal block'], curr: 'M', vtg: 'L', }; var two_pc_terminal_blocks_3p8 = { nm: '3.81 mm 2-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded at least on 2 sides. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). 3.81 mm (0.15 inch) pitch. Includes non-PCB male mates.', kw: ['pluggable','EuroBlock','terminal block','2-piece terminal block'], curr: 'M', vtg: 'L', }; var two_pc_terminal_blocks_5 = { nm: '~5 mm 2-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded at least on 2 sides. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). 5 mm or 0.2 inch pitch. Includes non-PCB male mates.', kw: ['pluggable','EuroBlock','terminal block','2-piece terminal block'], curr: 'M', vtg: 'LM', }; var two_pc_terminal_blocks_7p5 = { nm: '~7.5 mm 2-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded at least on 2 sides. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). 7.5 mm or 0.3 inch pitch. Includes non-PCB male mates.', kw: ['pluggable','EuroBlock','terminal block','2-piece terminal block'], curr: 'H', vtg: 'LM', }; var two_pc_terminal_blocks_10 = { nm: '~10 mm 2-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded at least on 2 sides. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). 10 mm or 0.4 inch pitch. Includes non-PCB male mates.', kw: ['pluggable','EuroBlock','terminal block','2-piece terminal block'], curr: 'H', vtg: 'LM', }; var two_pc_terminal_blocks_misc = { nm: 'Misc. 2-piece pluggable terminal blocks', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded at least on 2 sides. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). Non-standard pitch or non-standard matinhg face. Includes non-PCB male mates.', kw: ['pluggable','EuroBlock','terminal block','2-piece terminal block'], curr: 'MH', vtg: 'LM', }; var part_shroud_2_pc_terminal_blocks = { nm: 'Part-shroud pluggable terminal blocks', ds: 'Two-piece terminal blocks for direct and semi-permanent connection of individual wires to a PCB. The header is shrouded but with less than 4 walls.', kw: [''], }; var misc_2_pc_terminal_blocks = { nm: 'Misc. 2-piece shrouded terminal block conn.', ds: 'Terminal block divided into two parts: (1) Female: an inline plug (or a PCB header); (2) Male: a PCB header (or a panel mounted connector, which may be double-ended). The male is shrouded. Wires are inserted in the plug (either directly or with ferrules or rectangular terminals) and clamped (either with screws or with manual levers). Not industry standard.', kw: ['screw','EuroBlock','terminal block','2-piece terminal block'], }; // 8 Device sockets family // Fuse var wire_mount_fuse_clips = { nm: 'Wire-mount fuse clips', ds: 'Wire-mounted single clip for one side of a small or medium-sized fuse. Held by the fuse.', kw: ['fuse clip','clip','in-line','wire-mount'], topo: 'd', term: 'C', curr: 'MH', vtg: 'M', panl: 'N', ind: 'N', loc: 'N', prod: 'bceilm', wir: 'E', }; var pcb_fuse_clips = { nm: 'PCB-mount fuse clips', ds: 'PCB-mounted single clip for a small or medium-sized fuse.', kw: ['fuse clip','clip','PCB-mount'], topo: 'D', term: 'N', curr: 'MH', vtg: 'M', panl: 'N', ind: 'N', loc: 'N', prod: 'N', wir: 'E', }; var chassis_fuse_clips = { nm: 'Chassis-mount fuse clips', ds: 'Panel-mounted single clip for a small or medium-sized fuse.', kw: ['fuse clip','clip','Panel-mount'], topo: 'd', term: 'BW', curr: 'MH', vtg: 'M', panl: 'F', ind: 'W', loc: 'F', prod: 'N', wir: 'E', }; var chassis_fuse_studs = { nm: 'Chassis-mount fuse studs', ds: 'Panel-mounted, single block or stud for one side of a large fuse.', kw: ['fuse stud','fuse block','fuse holder','block','holder','stud'], topo: 'd', term: 'B', curr: 'HV', vtg: 'MH', panl: 'F', ind: 'W', loc: 'FR', prod: 'bil', wir: 'EIU', }; var pcb_fuse_blocks = { nm: 'PCB-mount open fuse blocks', ds: 'Connects both ends of a single fuse. The fuse is exposed, for interior use. PCB mounted.', kw: [''], topo: 'D', term: 'N', panl: 'N', ind: 'N', loc: 'N', prod: 'E', wir: 'E', }; var chassis_fuse_blocks = { nm: 'Panel-mount open fuse blocks', ds: 'Connects both ends of a single fuse. The fuse is exposed, for interior use. Mounted flush on a panel (not through a panel). Not accessible to the end user.', kw: [''], topo: 'd', term: 'BS', panl: 'F', ind: 'V', loc: 'A', prod: 'N', wir: 'IRU', }; var rail_mount_fuse_blocks = { nm: 'Rail-mount open fuse blocks', ds: 'Connects both ends of multiple fuses. The fuses are exposed, for interior use. Mounted on a rail. Not accessible to the end user.', kw: [''], topo: 'd', term: 'W', panl: 'R', ind: 'F', loc: 'F', prod: 'I', wir: 'I', }; var in_line_fuseholders = { nm: 'In-line fuseholders', ds: 'Connects both ends of a single fuse. Fully enclosed, usually for interior use. In-line (not mounted to anything).', kw: [''], acc: 'I', topo: 'd', term: 'C', curr: 'MH', vtg: 'M', panl: 'N', ind: 'N', loc: 'N', prod: 'HIQXbceilm', wir: 'N', }; var pcb_fuseholders = { nm: 'PCB-mount enclosed fuseholders', ds: 'Connects both ends of a single fuse. Fully enclosed, usually for exterior use. PCB mounted.', kw: [''], acc: 'I', topo: 'D', term: 'N', curr: 'MH', vtg: 'M', panl: 'N', ind: 'N', loc: 'N', prod: 'N', wir: 'E', }; var chassis_fuseholders = { nm: 'Chassis-mount enclosed fuseholders', ds: 'Connects both ends of a single fuse. Fully enclosed, usually for interior use (not accessible to the end user). Mounted flush on a panel (not through a panel).', kw: [''], acc: 'I', topo: 'd', term: 'BS', curr: 'H', vtg: 'M', panl: 'F', ind: 'V', loc: 'A', prod: 'N', wir: 'IR', }; var fuse_boxes = { nm: 'Fuse boxes', ds: 'Connects both ends of multiple fuses. Fully enclosed, usually for interior use (not accessible to the end user). Mounted flush on a panel (not through a panel). Typically used in automotive.', kw: ['fuse block','fuse box', 'power distribution module'], acc: 'I', topo: 'd', term: 'N', curr: 'H', vtg: 'L', panl: 'FT', ind: 'V', loc: 'A', prod: 'bcilmr', wir: 'A', }; var bulkhead_fuseholders = { nm: 'Bulkhead-mount exterior fuseholders', ds: 'Connects both ends of a single fuse. Fully enclosed, for exterior use. Bulkhead mounted (through a panel), the cap is accessible to the end user, to replace fuse without opening the product.', kw: [''], acc: 'IX', topo: 'd', term: 'BS', curr: 'MH', vtg: 'M', panl: 'T', ind: 'N', loc: 'N', prod: 'E', wir: 'N', }; var rail_mount_fuseholders = { nm: 'Rail-mount open fuseholders', ds: 'Connects both ends of multiple fuses. Fully enclosed. Mounted on a rail. Accessible to the technician.', kw: [''], acc: 'I', topo: 'd', term: 'W', curr: 'MH', vtg: 'M', panl: 'R', ind: 'F', loc: 'F', prod: 'I', wir: 'I', }; // Battery var pcb_coin_cell_retainers = { nm: 'PCB-mount coin cell retainers', ds: 'PCB-mounted, single circuit clip or contact for one side of a coin cell.', kw: [''], acc: 'I', wire: 'N', }; var pcb_coin_cell_holders = { nm: 'PCB-mount coin cell holders', ds: 'PCB-mounted, two-circuit, complete holder for one side of a coin cell.', kw: [''], acc: 'I', wire: 'N', }; var misc_coin_cell_holders = { nm: 'Misc. mount coin cell holders', ds: 'Two-circuit, complete holder for one side of a coin cell, not PCB-mounted.', kw: [''], acc: 'IX', wire: 'W', }; var pcb_cyl_cell_contacts = { nm: 'PCB-mount cylindrical cell contacts', ds: 'PCB-mounted, single contact contacts and clips for cylindrical battery cells (AAA, AA, C, D, etc.).', kw: [''], acc: 'I', topo: 'D', wire: 'N', term: 'N', ckt: 'S', panl: 'N', }; var pcb_cyl_cell_holders = { nm: 'PCB-mount cylindrical cell holders', ds: 'PCB-mounted, holders for cylindrical battery cells (AAA, AA, C, D, etc.).', kw: [''], acc: 'I', topo: 'D', wire: 'N', term: 'N', ckt: 'M', panl: 'N', }; var misc_cyl_cell_contacts = { nm: 'Misc.-mount cylindrical cell contacts', ds: 'Single contact contacts and clips for cylindrical battery cells (AAA, AA, C, D, etc.) other than PCB mounted.', kw: [''], acc: 'I', topo: 'd', wire: 'W', term: 'CS', ckt: 'M', panl: 'FTN', }; var misc_cyl_cell_holders = { nm: 'Misc.-mount cylindrical cell holders', ds: 'Holders for cylindrical battery cells (AAA, AA, C, D, etc.) other than PCB mounted.', kw: [''], acc: 'IX', topo: 'd', wire: 'W', term: 'CS', ckt: 'M', panl: 'FTN', }; var pcb_9v_battery_snaps = { nm: 'PCB-mount 9 V battery snaps', ds: 'PCB-mounted snaps (single contact) for 9 V batteries.', kw: [''], acc: 'I', topo: 'D', wire: 'N', term: 'N', ckt: 'S', panl: 'N', }; var pcb_9v_battery_holders = { nm: 'PCB-mount 9 V battery holders', ds: 'PCB-mounted holders (complete) for 9 V batteries.', kw: [''], acc: 'I', topo: 'D', wire: 'N', term: 'N', ckt: 'M', panl: 'N', }; var chassis_9v_battery_holders = { nm: 'Chassis-mount 9 V battery holders', ds: 'Chassis-mounted snaps (single circuit) and holders (complete) for 9 V batteries.', kw: [''], acc: 'IX', topo: 'd', wire: 'W', term: 'C', ckt: 'M', panl: 'FT', }; var inline_9v_battery_connectors_snaps = { nm: 'Wire-mount 9V battery connectors, clips', ds: '1-wire snaps (single circuit) or 2-wire connector (complete) held by the 9 V battery', kw: [''], acc: 'I', topo: 'd', wire: 'W', term: 'N', ckt: 'M', panl: 'N', }; var battery_stud_clamps = { nm: 'Battery stud clamps', ds: 'A cable is terminated to the clamp, then the clap is slipped on the stud of a lead acid battery and the bolt is tightened.', kw: [''], acc: 'I', topo: 'd', wire: 'BL', term: 'N', ckt: 'S', struct: 'R', curr: 'V', panl: 'N', ind: 'V', loc: 'A', ind: 'V', loc: 'A', prod: 'B', dev: 'B', wir: 'A', }; // Semi var transistor_sockets = { nm: 'Transistors sockets', ds: 'Sockets for leaded transistors (also ICs in a TO can), from 3 to 10 circuits, in-line, round, or other', kw: ['TO-3','TO-5','TO-220','TO-100','TO-66'], }; var dip_sockets = { nm: 'DIP sockets', ds: 'Sockets for integrated circuits in DIP or otherwise parallel-pin packages. Standard insertion force.', spd: 'L', }; var dip_zif_sockets = { nm: 'ZIF DIP sockets', ds: 'Zero Insertion Force sockets for a DIP integrated circuit during testing and programming. After the IC is inserted, the socket is closed to grab the IC; the socket is opened before removing the IC.', spd: 'L', }; var soic_zif_sockets = { nm: 'SOIC sockets', ds: 'Sockets for SMD integrated circuits with parallel pins. Zero insertion force.', spd: 'L', }; var plcc_sockets = { nm: 'PLCC sockets', ds: 'Sockets for integrated circuits in PLCC SMD package. Standard insertion force.', spd: 'H', }; var tqfp_zif_sockets = { nm: 'TQFP sockets', ds: 'Sockets for integrated circuits in TQFP SMD package. Zero insertion force.', spd: 'L', }; var grid_array_zif_sockets = { nm: 'Sockets for grid array ICs', ds: 'Sockets for a pin grid array integrated circuits: PGA, LGA.', kw: ['PGA','LGA'], spd: 'H', }; var misc_semi_sockets = { nm: 'Misc. IC sockets', ds: 'Sockets for integrated circuits of some other shape.', spd: 'L', }; var dip_ribbon_cable_plugs = { nm: 'DIP ribbon cable plugs', ds: 'Plug that is mass-terminated to a ribbon cable and then plugged into a DIP IC socket', kw: ['',''], sa: ['transition_conn'], topo: 'W', wire: 'R', term: 'M', struct: 'S', }; var dip_component_carriers = { nm: 'DIP component carriers', ds: 'Male plugs that fit in DIP IC sockets, onto which components are soldered.', kw: ['component carrier','DIP component carrier','','plug'], topo: 'Z', wire: 'N', term: 'N', struct: 'S', }; var ic_socket_male_male_adapters = { nm: 'Male-to-male IC socket adapters', ds: 'Adapters with male pins on both sides that fit in IC sockets', topo: 'B', wire: 'N', term: 'N', struct: 'D', }; // Computer card sockets var pc_card_sockets = { nm: 'PC card sockets: ', ds: 'Sockets that mate to PCMCIA, CompactFlash (CF), and CFast computer cards and modules. The end-user can insert and remove the card.', kw: ['computer card','PCMCIA','CompactFlash','CF','CFast'], }; var sd_sockets = { nm: 'SD card sockets: ', ds: 'Sockets that mate to Secure Digital (SD), MultiMediaCard (MMC), Universal Flash Storage (UFS) computer cards and modules. The end-user can insert and remove the card.', kw: ['computer card','SD','MMC','UFS'], }; var sim_sockets = { nm: 'SIM card sockets: ', ds: 'Sockets that mate to Subscriber Identity Module (SIM), Smart Card (credit card) computer cards and modules. The end-user can insert and remove the card.', kw: ['computer card','SIM','Smart Card'], }; // Card edge - GP var gp_2readout_card_edge_sockets_sml = { nm: 'Small, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. Card pitch less than 1 mm. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','','',''], }; var gp_2readout_card_edge_sockets_0p5 = { nm: '0.5 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 0.5 mm card pitch. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','','',''], }; var gp_2readout_card_edge_sockets_0p75 = { nm: '0.75 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 0.75 mm card pitch. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','',''], }; var gp_2readout_card_edge_sockets_0p8 = { nm: '0.8 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 0.8 mm card pitch. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','',''], }; var gp_2readout_card_edge_sockets_1 = { nm: '1 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 1 mm card pitch. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','',''], }; var gp_2readout_card_edge_sockets_1p27 = { nm: '1.27 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 1.27 mm (0.05 inch) card pitch. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','',''], }; var gp_2readout_card_edge_sockets_med = { nm: 'Medium, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. Card pitch between 1.3 mm and 2.5 mm. PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','','',''], }; var gp_2readout_card_edge_sockets_2p54 = { nm: '2.54 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. 2.54 mm (0.1 inch) card pitch. PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card',''], }; var gp_2readout_card_edge_sockets_3p18 = { nm: '3.18 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. 3.18 mm (0.125 inch) card pitch. PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card',''], }; var gp_2readout_card_edge_sockets_3p96 = { nm: '3.96 mm, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. 3.96 mm (0.156 inch) card pitch. PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card',''], }; var gp_2readout_card_edge_sockets_lg = { nm: 'Large, double-readout card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. Card pitch more than 2.54 mm (0.1 inch). PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','','',''], }; // Card-edge - bus var bus_card_edge_sockets_0p5_m2 = { nm: 'M.2 (NGFF) Mini Card bus card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. For M.2 (NGFF) Mini Card bus. 0.5 mm card pitch. For M.2 (NGFF) Mini Card bus. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','M.2 (NGFF) Mini Card bus','',''], }; var bus_card_edge_sockets_0p75_tca = { nm: 'Micro TCA bus card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 0.75 mm card pitch. For Micro TCA bus. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','TCA bus','',''], }; var bus_card_edge_sockets_0p8_pci_xpr_mini = { nm: 'PCI Express Mini Card bus card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 0.8 mm card pitch. For PCI Express Mini Card bus. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','PCI Express Mini Card','',''], }; var bus_card_edge_sockets_1_pci_xpr = { nm: 'PCI Express bus card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. 1 mm card pitch. For PCI Express bus. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','PCI Express bus','',''], }; var bus_card_edge_sockets_1p27_pci = { nm: 'PCI bus card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. For PCI bus. 1.27 mm (0.05 inch) card pitch. PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','PCI bus','',''], }; var bus_card_edge_sockets_1p27_mca = { nm: 'MCA bus card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. For MCA bus. 1.27 mm (0.05 inch) card pitch. PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','MCA bus','',''], }; var bus_card_edge_sockets_2p54_isa = { nm: 'ISA bus card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. 2.54 mm (0.1 inch) card pitch. For ISA bus. PCB mounted. Double readout, double row (for double-sided cards): the socket has 2 rows of PCB pins and 2 rows of contacts that mate to the card.', kw: ['Card edge','edge card','ISA bus','',''], }; // Card-edge - Memory cards var simm_memory_card_edge_sockets = { nm: 'SIMM memory card edge sockets', ds: 'Sockets for single-row computer memory cards. PCB mounted. Single readout, single row.', kw: ['','SIMM','memory card',''], }; var dimm_memory_card_edge_sockets = { nm: 'DIMM memory card edge sockets', ds: 'Sockets for dual-row computer memory cards with two plastic latches close to the card edge. PCB mounted. Double readout, double row (for double-sided cards).', kw: ['DDR','DIMM','memory card',''], }; var mini_dimm_memory_card_edge_sockets = { nm: 'Mini-DIMM memory card edge sockets', ds: 'Sockets for dual-row computer memory cards with two plastic latches close to the card edge. Narrower pitch than DIMM. PCB mounted. Double readout, double row (for double-sided cards).', kw: ['DDR','Mini-DIMM','memory card',''], }; var sodimm_memory_card_edge_sockets = { nm: 'SO-DIMM memory card edge sockets', ds: 'Sockets for dual-row computer memory cards with two metal latches far from the card edge. PCB mounted. Double readout, double row (for double-sided cards).', kw: ['DDR','SODIMM','memory card',''], }; var misc_memory_card_edge_sockets = { nm: 'Misc. memory card edge sockets', ds: 'Sockets for non-standard computer memory cards. PCB mounted. Double readout, double row (for double-sided cards).', kw: ['memory card',''], }; // Card-edge - In-line var rast_2p5_card_edge_plugs = { nm: 'RAST 2.5 card-edge plugs', ds: 'In line plugs terminated to discrete wires or ribbon cable, then plugged onto the edge of a PCB in a home appliances (e.g., washing machines) and held by it. Normally 2.5 mm pitch, but 5 mm available. Typically, a single piece ("direct" or "single-way"). Also, 2-piece ("indirect") with one mate on wires and the other mate on a PCB or other wires. (Two-piece RAST 5.0 connectors are in the interior connector section.)', kw: ['RAST 2.5','appliances','PCB edge','card edge','plug','header','IDC','crimp',], sa: ['rast_5_conn','faston_boots','rast_5_card_edge_plugs'], topo: 'w', wire: 'RW', term: 'M', vtg: 'LM', ind: 'N', prod: 'H', wir: 'E', }; var rast_5_card_edge_plugs = { nm: 'RAST 5 card-edge plugs', ds: 'In line plugs terminated to discrete wires or ribbon cable, then plugged onto the edge of a PCB in a home appliances (e.g., washing machines) and held by it. 5 mm pitch. Single-piece. IDC or terminal block. (Two-piece RAST 5.0 connectors are in the interior connector section.)', kw: ['RAST 5','appliances','PCB edge','card edge','plug','header','IDC','crimp',], sa: ['rast_5_conn','faston_boots','rast_2p5_card_edge_plugs'], topo: 'w', wire: 'RW', term: 'M', vtg: 'LM', ind: 'N', prod: 'H', wir: 'E', }; var wired_card_edge_plugs = { nm: 'Card-edge plug, wires', ds: 'Card-edge sockets terminated to individual wires and held by the PCB.', kw: ['',], topo: 'w', wire: 'W', term: 'C', vtg: 'LM', ind: 'N', prod: 'N', wir: 'E', }; var terminal_block_card_edge_plugs = { nm: 'Card-edge terminal block plugs', ds: 'Card-edge sockets terminated to individual wires in a wire cage and held by the PCB.', kw: ['',], sa: ['pluggable_terminal_blocks',], topo: 'w', wire: 'W', term: 'W', vtg: 'LM', ind: 'N', prod: 'H', wir: 'E', }; var ribbon_card_edge_plugs = { nm: 'Card-edge plugs, ribbon cable', ds: 'Card-edge sockets terminated to ribbon cable and held by the PCB.', kw: ['',], topo: 'w', wire: 'R', term: 'M', vtg: 'L', ind: 'N', prod: 'N', wir: 'E', }; var single_row_card_edge_sockets = { nm: 'Single-row card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. Single readout, single row (for single-sided cards): the socket has 1 row of PCB pins and 1 row of contacts that mate to the card.', kw: ['Card edge','edge card','','',''], wire: 'W', term: 'S', struct: 'S', curr: 'L', vtg: 'L', panl: 'TN', hybr: 'N', ind: 'N', prod: 'N', wir: 'E', }; var single_readout_2row_card_edge_sockets = { nm: 'Single-readout, 2-row card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. Single readout, double row: the socket has 1 row of PCB pins but 2 rows of contacts that mate to the card (each PCB pin contact both sides of the card).', kw: ['Card edge','edge card','','',''], wire: 'W', term: 'S', struct: 'S', curr: 'L', vtg: 'L', panl: 'TN', hybr: 'N', ind: 'N', prod: 'N', wir: 'E', }; var bilevel_card_edge_sockets = { nm: 'Bi-level card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. PCB mounted. The card has 2 levels of contacts on each side; the socket has 4 rows of PCB pins.', kw: ['Card edge','edge card','','bi-level'], wire: 'N', term: 'N', struct: 'S', curr: 'L', vtg: 'L', panl: 'N', hybr: 'N', ind: 'N', prod: 'CE', wir: 'E', }; var hybrid_card_edge_sockets = { nm: 'Hybrid signal/power card edge sockets', ds: 'The edge of a PCB card is plugged into these sockets. Has two sections, one for signal, one for power.', kw: ['Card edge','edge card','','',''], wire: 'N', term: 'N', struct: 'S', curr: 'MH', vtg: 'LM', panl: 'N', hybr: 'H', ind: 'N', prod: 'P', wir: 'E', }; var card_edge_interposers = { nm: 'Coplanar card edge interposers', ds: 'Double-ended card-edge connector that connects two coplanar PCBs.', kw: [''], sa: ['hermaph_blade_b2b_conn'], wire: 'N', term: 'N', struct: 'D', curr: 'L', vtg: 'L', panl: 'N', hybr: 'N', ind: 'N', prod: 'N', wir: 'E', }; // FFC FPC sockets var ffc_fpc_lif_sockets = { nm: 'Poke-in LIF FFC/FPC sockets', ds: 'PCB sockets into which a flat cable (flat conductors) or the tail of a flexible circuit is inserted directly (no plug is installed on the cable/circuit). There is no latch: inserting and extracting requires some force. For FFC (Flat Flex Cable), FPC (Flat Printed Circuit), CIC (Conductive Ink Circuit), ECJ (Etched Copper Jumper).', kw: ['FFC','FPC','CIC','ECJ','Flex Circuit','Flat Flex Circuit','Flat Printed Circuit','LIF','Low insertion force'], }; var ffc_fpc_snap_in_sockets = { nm: 'Snap-in FFC/FPC sockets', ds: 'PCB sockets into which a notched, flat cable (flat conductors) or the tail of a flexible circuit is inserted directly (no plug is installed on the cable/circuit). The cable snaps in and is retained. An actuator is pressed or flipped to release the cable. For notched FFC (Flat Flex Cable), FPC (Flat Printed Circuit), CIC (Conductive Ink Circuit), ECJ (Etched Copper Jumper).', kw: ['FFC','FPC','CIC','ECJ','Flex Circuit','Flat Flex Circuit','Flat Printed Circuit'], }; var ffc_fpc_shielded_sockets = { nm: 'Shielded FFC/FPC sockets', ds: 'PCB sockets into which a high-speed shielded flat cable (flat conductors plus a metal layer) is inserted directly (no plug is installed on the cable/circuit). An actuator locks the cable in place: mating and unmating requires no force. Some contacts connect to the shield.', kw: ['FFC','FPC','CIC','ECJ','Flex Circuit','Flat Flex Circuit','Flat Printed Circuit','ZIF','Zero insertion force', 'Shielded'], }; var ffc_fpc_slider_sockets = { nm: 'Slider FFC/FPC sockets', ds: 'PCB sockets into which a flat cable (flat conductors) or the tail of a flexible circuit is inserted directly (no plug is installed on the cable/circuit). While open, mating and unmating requires little (LIF) or no force (ZIF). A sliding actuator locks the cable in place. For FFC (Flat Flex Cable), FPC (Flat Printed Circuit), CIC (Conductive Ink Circuit), ECJ (Etched Copper Jumper).', kw: ['FFC','FPC','CIC','ECJ','Flex Circuit','Flat Flex Circuit','Flat Printed Circuit','ZIF','Zero insertion force', 'Slider'], }; var ffc_fpc_front_flip_sockets = { nm: 'Front flip FFC/FPC sockets', ds: 'PCB sockets into which a flat cable (flat conductors) or the tail of a flexible circuit is inserted directly (no plug is installed on the cable/circuit). While open, mating and unmating requires little (LIF) or no force (ZIF). A rotating actuator near the cable entry flips to lock the cable in place. For FFC (Flat Flex Cable), FPC (Flat Printed Circuit), CIC (Conductive Ink Circuit), ECJ (Etched Copper Jumper).', kw: ['FFC','FPC','CIC','ECJ','Flex Circuit','Flat Flex Circuit','Flat Printed Circuit','ZIF','Zero insertion force', 'Front flip'], }; var ffc_fpc_back_flip_sockets = { nm: 'Back flip FFC/FPC sockets', ds: 'PCB sockets into which a flat cable (flat conductors) or the tail of a flexible circuit is inserted directly (no plug is installed on the cable/circuit). While open, mating and unmating requires little (LIF) or no force (ZIF). A rotating actuator at the rear flips to lock the cable in place. For FFC (Flat Flex Cable), FPC (Flat Printed Circuit), CIC (Conductive Ink Circuit), ECJ (Etched Copper Jumper).', kw: ['FFC','FPC','CIC','ECJ','Flex Circuit','Flat Flex Circuit','Flat Printed Circuit','ZIF','Zero insertion force', 'Back flip'], }; var ffc_fpc_latch_sockets = { nm: 'Latched jacket FFC/FPC sockets', ds: 'A plastic jacket is clipped on the FFC/FPC (Flat Flex Cable / Flat Printed Circuit). When the cable is inserted in a PCB socket, the jacket latches onto the socket. This is not a connector because the jacket has no contact. It is a socket because it mates directly with the cable. (Conversely, a LVDS connector for FFC cable is a connector because the plug is a complete connector with contacts.)', sa: ['lvds_fpc_w2b_conn'], }; // Misc var lamp_sockets = { nm: 'Lamp sockets', ds: 'Sockets for incandescent and other lamps.', kw: ['lamp socket','',''], acc: 'IX', topo: 'dD', wire: 'CWZ', term: 'BS', curr: 'LM', vtg: 'LM', panl: 'FTN', ind: 'N', loc: 'AFLORS', prod: 'HL', dev: 'L', wir: 'AEIR', }; var tube_sockets = { nm: 'Vacuum tube sockets', ds: 'Sockets for Vacuum tubes (valves), used also for some old relays.', kw: ['tube socket','valve socket',''], acc: 'I', topo: 'dD', wire: 'W', term: 'S', curr: 'L', vtg: 'M', panl: 'T', ind: 'N', loc: 'N', prod: 'AMW', dev: 'V', wir: 'EP', }; var relay_sockets = { nm: 'Relay sockets', ds: 'Sockets for relays, timers.', kw: ['relay socket','timer socket',''], acc: 'I', topo: 'dD', wire: 'W', term: 'CS', curr: 'LM', vtg: 'LM', panl: 'FTN', ind: 'FTV', loc: 'AF', prod: 'IXcilmr', dev: 'R', wir: 'AEI', }; var switch_sockets = { nm: 'Switch sockets', ds: 'Sockets for switches.', kw: ['switch socket','',''], acc: 'I', topo: 'd', wire: 'W', term: 'C', curr: 'L', vtg: 'LM', panl: 'N', ind: 'N', loc: 'N', prod: 'HIX', dev: 'S', wir: 'E', }; var other_device_sockets = { nm: 'Misc. device sockets', ds: 'Sockets that mate to other device: crystals.', kw: ['crystal socket','',''], acc: 'I', topo: 'dD', wire: 'N', term: 'N', curr: 'LM', vtg: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'N', dev: 'Z', wir: 'N', }; // 7 Board-in components family // Board-in var board_in_thru_pcb_wire_terminals = { nm: 'Board-in wire terminals thru PCB', ds: 'A wire is crimped to the entire terminal, then the wire inside the terminal is soldered to a PCB. Single circuit.', kw: [''], struct: 'P', }; var board_in_to_pcb_wire_terminals = { nm: 'Board-in wire terminals to PCB', ds: 'A wire is crimped to the top of the terminal, then the terminal is soldered to a PCB. Single circuit', kw: [''], struct: 'P', }; var removable_board_in_wire_terminals = { nm: 'Removable board-in wire terminals', ds: 'A wire is crimped to the terminal, then the terminal is connected to a PCB, removably. Single circuit.', kw: [''], struct: 'R', }; var board_in_crimp_plugs = { nm: 'Board-in crimp plugs', ds: 'Contacts that are crimped to wires, inserted into a housing to make a connector, then soldered to a PCB, for a direct and permanent connection.', kw: ['',''], term: 'C', }; var board_in_idt_plugs = { nm: 'Board-in IDT plugs', ds: 'Multiple wire are terminated to an insulation displacement connector (IDC) that is then soldered to a PCB, for a direct and permanent connection.', kw: ['',''], term: 'I', }; var board_in_idt_terminals = { nm: 'Board-in IDT terminals', ds: 'Naked terminal that is soldered to a PCB, then a wire is pressed in the IDC blades (either by pressing on the wire with a tool, or by lowering a cap) piercing the insulation, for a direct and permanent connection.', kw: [''], wire: 'I', wir: 'BE', }; var board_in_poke_in_terminals = { nm: 'Board-in poke-in terminals', ds: 'Naked terminal that is soldered to a PCB, then a wire is stripped and inserted into the terminal, for a direct and -permanent connection.', kw: ['poke-in header',''], sa: ['pcb_screwless_terminal_blocks', 'removable_poke_in_splices'], wire: 'P', wir: 'BE', }; var board_in_solder_terminals = { nm: 'PCB solder cups, slot terminals', ds: 'For permanent, direct connection of a wire to a PCB. It is first soldered to a PCB, then an unstripped wire is soldered to it. The terminal has no housing.', kw: [''], wire: 'S', wir: 'BEP', }; var board_in_open_idt_headers = { nm: 'Board-in open IDT headers', ds: 'Connector that is soldered to a PCB, then individual wires are inserted from above, one at a time, in the IDC connector, finally the wire is pressed down with a tool, piercing the insulation. Barbs try to keep the wire from popping back out. For a direct and permanent connection.', kw: [''], sa: ['pcb_screwless_terminal_blocks','rail_mount_terminal_blocks'], term: 'I', ckt: 'SM', struct: 'P', }; var board_in_mass_term_headers = { nm: 'Board-in mass-terminated IDT headers', ds: 'Connector that is soldered to a PCB, then individual wires are inserted from the end, finally the cap is pressed down to force all the wires at once into the blades, piercing the insulation. For a direct and permanent connection.', sa: ['pcb_screwless_terminal_blocks','rail_mount_terminal_blocks'], kw: [''], term: 'M', ckt: 'M', struct: 'P', }; var board_in_poke_in_headers = { nm: 'Board-in poke-in headers', ds: 'Connector is soldered to a PCB, then individual wires are stripped and inserted into the connector, for a direct and permanent connection.', kw: ['poke-in header',''], sa: ['pcb_screwless_terminal_blocks', 'removable_poke_in_splices'], term: 'P', ckt: 'M', struct: 'P', }; var board_in_solder_headers = { nm: 'Board-in solder headers', ds: 'Connector is soldered to a PCB, then individual wires are stripped and sodlere to the connector, for a direct and permanent connection.', kw: ['poke-in header',''], sa: ['unshrouded_male_headers'], term: 'S', ckt: 'M', struct: 'P', }; // Board-in cable var transition_conn = { nm: 'Board-in transition headers', ds: 'Ribbon cable is inserted into an IDC connector, compressed to mass terminate the cable, then soldered to a PCB. Also known as "paddle board connector"', kw: ['transition','direct-to-PCB','paddle board'], sa: ['prismatic_bump_idc_conn','dip_ribbon_cable_plugs'], wire: 'R', term: 'M', ckt: 'M', struct: 'P', }; var ribbon_cable_sockets = { nm: 'Ribbon cable sockets', ds: 'The stripped wire ends of a ribbon cable (round conductors) is poked directly into a PCB socket. Removable. No plug is installed on the ribbon cable.', kw: ['ribbon cable','socket',], sa: ['ribbon_cable_guides','prismatic_bump_idc_conn','ffc_fpc_sockets'], wire: 'R', term: 'M', ckt: 'M', struct: 'R', }; var board_in_pcb_coax_conn = { nm: 'PCB headers for coax cable', ds: 'Soldered to PCB first, then a coax cable is terminated to it through insulation displacement. Permanent. No plug is installed on the coax cable.', kw: ['',], sa: ['board_in_coax_pcb_conn','coax_conn'], term: 'I', }; var board_in_coax_pcb_conn = { nm: 'Coax adapters for PCB', ds: 'Mounted on cable, connected permanently to PCB (such as by soldering).
Table of coax connector manufacturers', kw: ['coax','RF','board-in'], sa: ['board_in_pcb_coax_conn','coax_conn'], term: 'N', }; // 12 Single circuit connectors family // Disconnects var quick_connect_disconnects = { nm: 'Quick-connect disconnects', ds: 'Flat blade (tab), single circuit connectors, male and female. Usually crimped to wires, one mate may be PCB-mounted or panel-mount. May be uninsulated, partially or fully insulated. The female mates to some switches and relays.', kw: ['fast-on','fast-in','fast-fit','quick-connect','quick-disconnect','disconnect','tab'], b: 1, topo: 'wW', curr: 'MH', vtg: 'LM', panl: 'FN', loc: 'A', ind: 'V', loc: 'A', prod: 'HIX', dev: 'MRS', wir: 'P', }; var packard56_disconnects = { nm: 'Packard 56 disconnects', ds: 'Flat blade (tab), single circuit connectors. Male has a slit and a springy arm. Female has a spring leaf inside. Crimped to wires. Uninsulated.', kw: [''], topo: 'W', curr: 'M', vtg: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'N', dev: 'N', wir: 'N', }; var bullet_disconnects = { nm: 'Bullet disconnects', ds: 'Wire-crimped, single circuit connectors, large hollow pin and matching socket. May be uninsulated, or partially insulated.', kw: ['disconnect','bullet'], curr: 'M', }; var knife_disconnects = { nm: 'Knife disconnects', ds: 'Wire-crimped, single circuit connectors, self-mating (both mates look the same), looks like two hand clasping each other. May be uninsulated or partially insulated.', kw: ['knife terminal,','disconnect'], curr: 'M', }; var snap_disconnects = { nm: 'Snap disconnects', ds: 'Round, single circuit connectors used in 9 V batteries.', kw: ['9V'], curr: 'L', }; // Exposed pin var banana_conn = { nm: 'Banana connectors', ds: 'Single-circuit connectors that mate in family. Includes banana binding post, and dual banana.', b: 1, term: 'BCSW', curr: 'M', panl: 'TN', ind: 'R', loc: 'LR', prod: 'AEPQX', wir: 'N', }; var misc_signal_exposed_pin_conn = { nm: 'Misc. signal exposed-pin connectors', ds: 'Single-circuit connectors for temporary use that mate in family. Unshrouded: the pin is exposed. Unkeyed: the pin can rotate freely in the socket. Includes Tip connectors.', term: 'S', curr: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'N', wir: 'N', }; var rc_bullets = { nm: 'RC bullets', ds: 'Single-circuit connectors for high current that mate in family. Unshrouded: the pin is exposed. Unkeyed: the pin can rotate freely in the socket. Bullets for RC model batteries.', kw: ['RC bullet'], sa: ['high_pwr_rc_conn'], b: 1, term: 'S', curr: 'H', ind: 'N', loc: 'R', env: 'S', prod: 'R', wir: 'E', }; var misc_power_exposed_pin_conn = { nm: 'High current exposed-pin connectors', ds: 'Single-circuit connectors for high current that mate in family. Unshrouded: the pin is exposed. Unkeyed: the pin can rotate freely in the socket. Includes Radsock, 3.6, 6, or 8 mm diameter.', kw: ['Radsok'], sa: ['hi_curr_plastic_unipole_conn'], term: 'C', curr: 'HV', ind: 'V', loc: 'A', env: 'R', prod: 'B', wir: 'DP', }; // Unipole var slim_metal_unipole_conn = { nm: 'Slim metal unipole connectors', ds: 'Single circuit connectors. Small diameter, long metal shell with a pleasant shape.', kw: ['',''], sa: ['slim_circular_conn'], acc: 'X', wire: 'W', curr: 'M', vtg: 'MH', panl: 'TN', mate: 'L', ind: 'DFX', loc: 'W', env: 'INV', prod: 'IQ', dev: 'N', wir: 'N', }; var large_metal_unipole_conn = { nm: 'Large metal unipole connectors', ds: 'Single-circuit connectors, high current, metal shell, latched.', kw: ['',''], sa: ['misc_standard_circular_conn'], acc: 'X', wire: 'LW', curr: 'HV', vtg: 'MH', panl: 'TN', mate: 'L', loc: 'AW', ind: 'DFX', loc: 'AW', env: 'HI', prod: 'Ilrt', dev: 'M', wir: 'IU', }; var hi_curr_plastic_unipole_conn = { nm: 'High current plastic round unipole connect.', ds: 'Single-circuit connectors, high current, plastic shell, latched. Includes, connectors for photo-voltaic solar panels.', kw: ['PV','Solar','MC4', 'Lighting'], sa: ['plastic_power_circular_conn'], acc: 'X', wire: 'W', curr: 'HV', vtg: 'M', panl: 'TN', mate: 'L', ind: 'FSV', loc: 'R', env: 'R', prod: 'AcBlrS', dev: 'N', wir: 'DI', }; var camlock_unipole_conn = { nm: 'Camlock unipole connectors', ds: 'Single-circuit connectors for a temporary connection to high power. Unshrouded, exposed pin. Used for street fairs, large generator sets.', kw: ['',''], acc: 'X', wire: 'LW', curr: 'V', vtg: 'M', panl: 'TN', mate: 'LU', ind: 'BFPU', loc: 'S', env: 'R', prod: 'N', dev: 'N', wir: 'IU', }; var powerlock_unipole_conn = { nm: 'Powerlock unipole connectors', ds: 'Single-circuit connectors for a temporary connection to high power. Shrouded female, protected contacts. Used for street fairs, large generator sets.', kw: ['',''], acc: 'X', wire: 'LW', curr: 'V', vtg: 'MH', panl: 'TN', mate: 'L', ind: 'BFPU', loc: 'S', env: 'R', prod: 'N', dev: 'N', wir: 'IU', }; var rubber_round_unipole_conn = { nm: 'Rubber shell unipole connectors', ds: 'Single-circuit connectors with a rubber shell. Used for deep sea immersion.', kw: ['',''], sa: ['circular_conn'], acc: 'I', wire: 'W', curr: 'LM', vtg: 'L', panl: 'TN', mate: 'U', ind: 'WX', loc: 'W', env: 'I', prod: 'N', dev: 'N', wir: 'N', }; var pin_and_socket_unipole_conn = { nm: 'Pin and socket unipole connectors', ds: 'Single circuit connectors for individual wires, wire-to-wire. The hollow pins have a nominal diameter of 0.062 inch (1.57 mm). Male pin is hollow or a blade. Old standard connectors for appliances and automotive. Although most connectors use pins and sockets, somehow these connectors ended up being the ones that got the name "pin and socket"; on the street they may be called "Molex".', kw: ['',''], sa: ['pin_socket_conn'], acc: 'I', wire: 'W', curr: 'L', vtg: 'M', panl: 'N', mate: 'U', ind: 'N', loc: 'N', env: 'R', prod: 'H', dev: 'N', wir: 'E', }; var misc_round_unipole_conn = { nm: 'Misc. round unipole connectors', ds: 'Single-circuit connectors that mate in family. Round cross section. Shrouded. Some other type', kw: ['circular_conn'], acc: 'XI', wire: 'W', curr: 'L', vtg: 'L', panl: 'N', mate: 'U', ind: 'M', loc: 'N', env: 'R', prod: 'E', dev: 'N', wir: 'N', }; var powerpole_conn = { nm: 'Powerpole connectors', ds: 'Single-circuit blocks that are interlocked together to form a larger, high current connector. Mostly non-gendered self-mating, though may be combined with gendered pin and socket blocks. Crimped to wires. Typically wire-to-wire, though it may include PCB-mounted versions.', kw: ['PowerPole',], sa: ['ev_dc_power_conn'], curr: 'MH', mate: 'U', ind: 'N', loc: 'H', env: 'S', prod: 'BR', wir: 'DP', }; var unsealed_rect_unipole_conn = { nm: 'Unsealed square unipole connectors', ds: 'Single circuit connectors with a square, rectangular, or squarish cross section. Unsealed. May be latched', kw: ['',''], sa: ['sealed_rect_conn'], curr: 'MH', mate: 'LU', ind: 'V', loc: 'A', env: 'S', prod: 'BHcilm', wir: 'ADL', }; var sealed_rect_unipole_conn = { nm: 'Sealed square unipole connectors', ds: 'Single circuit connectors, sealed, squarish cross section. Includes automotive use.', kw: ['',''], sa: ['automotive_conn'], curr: 'M', mate: 'L', ind: 'V', loc: 'A', env: 'SW', prod: 'cilm', wir: 'A', }; // 13 Concentric family var phone_conn_2p5 = { nm: '2.5 mm phone connectors', ds: 'Barrel exterior connectors used for audio, though some times to power consumer products with low voltage AC or DC. 2.5 mm diameter. The male plug (in-line, for the cable) has 2 external contacts (TS: tip and shield), 3 contacts (TRS: tip, ring and shield) or 4 contacts (TRRS: tip, ring, ring and shield). The female jack (PCB or panel mount, for the product) uses spring leaves to mate to the tip and rings of the male plug; it may have a switch that is operated when a plug is inserted. Female plugs (in line) are also available for extension cords. The original phone plug is used for headphones, microphones and electric musical instruments, in broadcasting patch cords, and was the original patch cord for telephone switchboards. Some devices include two phone connectors, possibly of different sizes or opposite genders.', kw: ['2.5 mm','telephone plug, jack','TS (Tip Shield)','TRS (Tip Ring Shield)','TRRS (Tip Ring Ring Shield)','phone jack, plug','jack','plug'], mate: 'LU', ind: 'N', loc:'PR', prod: 'A', }; var phone_conn_3p5 = { nm: ' 3.5 mm phone connectors', ds: 'Barrel exterior connectors used for audio, though some times to power consumer products with low voltage AC or DC. 3.5 mm diameter. The male plug (in-line, for the cable) has 2 external contacts (TS: tip and shield), 3 contacts (TRS: tip, ring and shield) or 4 contacts (TRRS: tip, ring, ring and shield). The female jack (PCB or panel mount, for the product) uses spring leaves to mate to the tip and rings of the male plug; it may have a switch that is operated when a plug is inserted. Female plugs (in line) are also available for extension cords. The original phone plug is used for headphones, microphones and electric musical instruments, in broadcasting patch cords, and was the original patch cord for telephone switchboards. Some devices include two phone connectors, possibly of different sizes or opposite genders.', kw: ['3.5 mm','telephone plug, jack','TS (Tip Shield)','TRS (Tip Ring Shield)','TRRS (Tip Ring Ring Shield)','phone jack, plug','jack','plug'], mate: 'U', ind: 'N', loc:'PR', prod: 'ACP', }; var phone_conn_6p35 = { nm: '1/4 inch phone connectors', ds: 'Barrel exterior connectors used for audio, though some times to power consumer products with low voltage AC or DC. 1/4 inch (6.36 mm) diameter. The male plug (in-line, for the cable) has 2 external contacts (TS: tip and shield), 3 contacts (TRS: tip, ring and shield) or 4 contacts (TRRS: tip, ring, ring and shield). The female jack (PCB or panel mount, for the product) uses spring leaves to mate to the tip and rings of the male plug; it may have a switch that is operated when a plug is inserted. Female plugs (in line) are also available for extension cords. The original phone plug is used for headphones, microphones and electric musical instruments, in broadcasting patch cords, and was the original patch cord for telephone switchboards. Some devices include two phone connectors, possibly of different sizes or opposite genders.', kw: ['1/4 inch','telephone plug, jack','TS (Tip Shield)','TRS (Tip Ring Shield)','TRRS (Tip Ring Ring Shield)','phone jack, plug','jack','plug'], mate: 'U', ind: 'BT', loc:'PRT', prod: 'AMT', }; var phone_conn_misc = { nm: 'Misc. size phone connectors', ds: 'Barrel exterior connectors used for audio, though some times to power consumer products with low voltage AC or DC. The diameter is something other than 2.5 mm, 3.5 mm or 1.4 inch (it may be 4.39, 5.23, or 7.5 mm). The male plug (in-line, for the cable) has 2 external contacts (TS: tip and shield), 3 contacts (TRS: tip, ring and shield) or 4 contacts (TRRS: tip, ring, ring and shield). The female jack (PCB or panel mount, for the product) uses spring leaves to mate to the tip and rings of the male plug; it may have a switch that is operated when a plug is inserted. Female plugs (in line) are also available for extension cords. The original phone plug is used for headphones, microphones and electric musical instruments, in broadcasting patch cords, and was the original patch cord for telephone switchboards. Some devices include two phone connectors, possibly of different sizes or opposite genders.', kw: ['telephone plug, jack','TS (Tip Shield)','TRS (Tip Ring Shield)','TRRS (Tip Ring Ring Shield)','phone jack, plug','jack','plug'], mate: 'U', ind: 'V', loc:'A', prod: 'a', }; var std_coax_barrel_power_conn = { nm: 'Std. coax barrel power connectors', ds: 'Barrel exterior connectors used to power consumer products with low voltage AC or DC. Also known as "DC coaxial". The female plug (in-line, for the cord from a power supply/wall wart) has 2 contacts: the outer one is a cylinder that surrounds a second, concave inner contact. The male jack (PCB or panel mount, for the product) has a center pin and a spring leaf that mates to the outer contact of the female plug; it may have a switch that is operated when a plug is inserted. Male plugs (in line) are also available for extension cords. Different outer diameter (2.0~6.5 mm) and inner diameter (0.65~4.3 mm) result in many permutations.', kw: ['barrel power','DC power jack, plug'], prod: 'CEMP', }; var eiaj_a_coax_barrel_power_conn = { nm: 'EIAJ Type A coax barrel power conn.', ds: 'Barrel exterior connectors used to power consumer products with low voltage AC or DC. Also known as "DC coaxial". The female plug (in-line, for the cord from a power supply/wall wart) has 2 contacts: the outer one is a cylinder. The inner one is a fork. The plastic tip bulges out with a wider diameter than the metal cylinder. The male jack (PCB or panel mount, for the product) has a center pin and a spring leaf that mates to the outer contact of the female plug; it may have a switch that is operated when a plug is inserted. Male plugs (in line) are also available for extension cords. Different outer diameter (2.0~6.5 mm) and inner diameter (0.65~4.3 mm) result in many permutations.', kw: ['barrel power','DC power jack, plug'], prod: 'CEMP', }; var rev_coax_barrel_power_conn = { nm: 'Reverse gender coax barrel power conn.', ds: 'Barrel exterior connectors used to power consumer products with low voltage DC. Reverse gender, including EIAJ Type B. The male plug (in-line, for the cord from a power supply/wall wart) has 2 contacts: the outer one is a cylinder that surrounds a pin. The female jack (PCB or panel mount, for the product) has a center socket and a spring leaf that mates to the outer contact of the female plug; it may have a switch that is operated when a plug is inserted.', kw: [''], prod: 'CEMP', }; var cctv_power_barrel_conn = { nm: 'CCTV coax barrel power connectors', ds: 'High-current, concentric exterior connectors used to power CCTV cameras, e-bikes, LED lighting. The female has 2 contacts: the outer one is a 5.5 mm diameter cylinder that surrounds a second, concave inner contact; it may look like an RCA (phone) female jack, but smaller. The male has a 2.1 mm diameter center pin split into 2 spring leaves.', kw: ['CCTV','DC power jack, plug'], prod: 'VP', }; var misc_coax_barrel_power_conn = { nm: 'Misc. coax barrel power connectors', ds: 'Some other type of barrel exterior connectors used to power consumer products with low voltage AC or DC. E.g, 3 circuits, male of female plug.', kw: ['barrel power','DC power jack, plug'], prod: 'CEMP', }; var phono_conn = { nm: 'Phono (RCA) connectors', ds: 'Barrel exterior connectors used for audio for consumer products. The male plug (in-line, for the cord) has two contacts: a pin and 4-leaved shroud. The female is a jack (panel or PCB mount, may be dual) or a plug (in-line, for extension cords).', kw: ['phono jack, plug','RCA','jack','plug'], b: 1, acc: 'X', topo: 'wW', wire: 'X', term: 'S', curr: 'L', vtg: 'L', ind: 'B', loc:'RS', env: 'R', prod: 'APV', }; var cigarette_lighter_conn = { nm: 'Cigarette lighter connectors', ds: 'Circular connectors to power accessories in vehicles.', kw: ['Cigarette lighter'], acc: 'X', topo: 'W', wire: 'Z', term: 'C', curr: 'M', vtg: 'L', ind: 'V', loc: 'A', env: 'R', prod: 'BcP', }; var concentric_contact_conn = { nm: 'Concentric contacts connectors', ds: 'Circular connectors that may be mated in any orientation (any angle) used in low power (signal) applications. Both mates have concentric cylindrical contacts contacts. Includes electric kettle connectors.', kw: ['kettle', 'electric kettle'], acc: 'I', topo: 'W', wire: 'W', term: 'S', curr: 'LM', vtg: 'LM', ind: 'X', loc:'R', env: 'H', prod: 'HI', }; var flush_concentric_conn = { nm: 'Flush concentric connectors', ds: 'Circular connectors that may be mated in any orientation (any angle) used in low power (signal) applications. The plug has spring-loaded contacts. The contacts in the jack are concentric circles on a flush plane. Used in wearable communication equipment such as police radios.', kw: ['police radio'], acc: 'X', topo: 'W', wire: 'C', term: 'S', curr: 'L', vtg: 'L', ind: 'S', loc:'P', env: 'F', prod: 'A', }; var misc_concentric_conn = { nm: 'Misc. concentric connectors', ds: 'Circular connectors that may be mated in any orientation (any angle). The contacts are concentric. Includes "microphone" types.', kw: ['microphone',''], acc: 'I', topo: 'wW', wire: 'N', term: 'N', curr: 'L', vtg: 'L', ind: 'N', loc:'Z', env: 'R', prod: 'N', }; // 14 Coax family // Interior RF connectors var mini_rf_cable_to_board_conn = { nm: 'Miniature RF Cable-to-board connectors', ds: 'Stubby PCB connector to connect a coaxial cable to a PCB, inside equipment (not accessible to the end-user).
Table of coax connector manufacturers', kw: ['coax','RF','cable-to-board','AMC','AMMC','CV-10','E.FL','FMC','G-Type','GSC','H.FL','HSC','JSC','MCRF','UMCC','U.FL','IPEX','IPAX','IPX','MHF','Ultra Miniature Coaxial','MMBX','MMCX','MMCX','CECC 22000','MMS','MMT','MS-145','MS-147','MS-151','MS-156','MS-162','MS-166','MS-180','OSMT','OSP','BMA','Pico II','PSMP','SMP','SMPM','SMPS','SSMCX','SSMCX','SWD','SWF','SWG','UMC','W.FL','W.FL2'], sa: ['board_in_coax_pcb_conn'], topo: 'w', mate: 'U', ind: 'F', loc: 'F', prod: 'CEQW', dev: 'A', }; // Microwave RF connectors var small_microwave_conn = { nm: 'Small microwave connectors', ds: 'To connect cables together or a cable to a PCB. Mating diameter is 3.5 mm or smaller. The PCB connector is long or tall. For microwave test and radio equipment.
Table of coax connector manufacturers', kw: ['MC-Card','SSMB','OSMM','1.0/2.3','DIN41626','SSMC','Mini-SMP','SMPM','microwave','coax','RF'], mate: 'LU', ind: 'I', loc: 'L', prod: 'CEIQW', }; var smb_type_conn = { nm: 'SMB microwave connectors & derivatives', ds: 'To connect cables together or a cable to a PCB. Mating diameter is 3.7 mm; snap fit. The PCB connector is long or tall. For microwave test and radio equipment.
Table of coax connector manufacturers', kw: ['RP-MCX','SMB','MCX','CECC 22220','OSX','PCX','FAKRA','Mini-SMB','','','','microwave','coax','RF'], sa: ['rf_automotive_conn'], mate: 'U', ind: 'IB', loc: 'FLS', prod: 'CEIQVW', }; var medium_microwave_conn = { nm: 'Medium microwave connectors', ds: 'To connect cables together or a cable to a PCB. Mating diameter is 3.7 mm (threaded) or between 4.2 to 5.6 mm (any mating method). The PCB connector is long or tall. For microwave test and radio equipment.
Table of coax connector manufacturers', kw: ['10-32','SSMA','SMC','OSSM','QMA','1mm','MSS','microwave','coax','RF'], mate: 'LU', ind: 'IB', loc: 'LS', prod: 'CEIQVW', }; var sma_type_conn = { nm: 'SMA microwave connectors & derivatives', ds: 'To connect cables together or a cable to a PCB. Mating diameter is 6.35 mm; threaded. The PCB connector is long or tall. For microwave test and radio equipment.
Table of coax connector manufacturers', kw: ['SMA','2.92mm','K-type','3.5 mm','APC-3.5','3.5 PC','BRM','OSM','RP-SMA','RT-SMA','microwave','coax','RF'], mate: 'L', ind: 'I', loc: 'L', prod: 'CEIQW', }; var large_microwave_conn = { nm: 'Large microwave connectors', ds: 'To connect cables together or a cable to a PCB. Mating diameter is 6.4 mm or larger. The PCB connector is long or tall. For microwave test and radio equipment.
Table of coax connector manufacturers', kw: ['microwave','coax','RF','SMK','SMZ','Type 43','1.85 mm','2.4 mm','APC-2.4','OS-50'], mate: 'U', ind: 'IB', loc: 'LS', prod: 'CEIQVW', }; // Standard exterior RF connectors var bnc_type_conn = { nm: 'BNC RF connectors & derivatives', ds: 'Standard bayonet connectors for radio frequency applications, such as scopes. Accessible to the end user; cable, panel or PCB mounted. Includes compatible variants, such as for higher frequency (UHD BNC). larger (C), or smaller (BNC HD, Mini BNC). Does not include twinax and triax.
Table of coax connector manufacturers', kw: ['coax','RF','BNC','UHD BNC','BNC UHD',,'MHV','SHV','RP BNC','Mini BNC','BNC Mini','BNC HD','HD BNC','C-type','coax','Twinaxial','Triaxial'], topo: 'wW', mate: 'L', ind: 'BFRT', loc: 'LT', env: 'R', prod: 'AIMQVW', }; var tnc_type_conn = { nm: 'TNC RF connectors & derivatives', ds: 'Medium power threaded connectors for radio frequency applications, such as low power transceivers. Accessible to the end user. Cable, panel or PCB mounted. Includes derivatives such as reverse polarity (RP TNC). Does not include twinax and triax.
Table of coax connector manufacturers', kw: ['TNC','RP TNC','coax','RF'], topo: 'wW', mate: 'L', ind: 'F', loc: 'T', env: 'R', prod: 'VW', }; var n_type_conn = { nm: 'N RF connectors & derivatives', ds: 'Medium power connectors for radio frequency applications, such as low power transceivers. Accessible to the end user. Cable or panel mounted. Normally threaded. Includes derivatives such as reverse polarity (RP-N) and snap (QN).
Table of coax connector manufacturers', kw: ['N','RP-N','QN','coax','RF'], topo: 'W', mate: 'L', ind: 'R', loc: 'LT', env: 'R', prod: 'QW', }; var tv_video_conn = { nm: 'TV, cable, video connectors', ds: 'Connectors used for TV, cable TV, or video. Accessible to the end user. Cable, panel or PCB mounted.
Table of coax connector manufacturers', kw: ['Type-F','F-type','1.6-5.6 - IEC169-13','Belling-Lee','9,52','EC 61169-2','IEC 169-2','F-Type','WECo Mini','coax','TV','cable TV','video'], topo: 'wW', mate: 'LU', ind: 'B', loc: 'RS', env: 'R', prod: 'EV', }; var telecom_rf_conn = { nm: 'Telecom tower RF connectors', ds: 'Low PMI (Passive Intermodulation) connectors used in cell-phone telecom towers. The female has three concentric cylinders: the center socket, a shield that fits inside the male shield, and the externally threaded body that fins inside the male\'s threaded ring.
Table of coax connector manufacturers', kw: ['coax','low PMI','RF', 'telecom'], topo: 'W', mate: 'L', ind: 'T', loc: 'T', env: 'HW', prod: 'QW', }; var misc_std_ext_rf_conn = { nm: 'Misc. standard exterior RF connectors', ds: 'Standard-shaped RF connectors accessible to the end user, cable, panel or PCB mounted. Includes FME, and Mini-UHF.
Table of coax connector manufacturers', kw: ['FME','Mini-UHF','coax','RF'], topo: 'wW', mate: 'LU', ind: 'N', loc: 'N', env: 'R', prod: 'DW', }; // Misc. RF external connectors var sexless_self_mate_rf_conn = { nm: 'Sexless, self-mating, precision RF connectors', ds: 'Flat-faced connectors that mate to an identical connector. Used in test equipment.
Table of coax connector manufacturers', kw: ['coax','RF','Sexless','Genderless','Precision','self-mate'], acc: 'X', curr: 'L', vtg: 'L', panl: 'T', mate: 'L', ind: 'R', loc: 'L', env: 'R', prod: 'Q', }; var high_power_flange_rf_conn = { nm: 'High power flange RF connectors', ds: 'High power (10 kW at 100 MHz and above) connectors for radio frequency applications whose mating face is a flange. For Heliax cable. Each cable has a female plug. A male-to male interposer connects the center conductors. The shields are flanges that are flush-mounted directly to each other. Adapters to smaller connectors are common. Flush flange held with screws. Used in high-power radio transmitters.
Table of coax connector manufacturers', kw: ['coax','RF','Heliax','flange','1-5/8" EIA flange','3-1/8" EIA flange','4-1/2" EIA flange','6-1/8" EIA flange'], acc: 'I', curr: 'H', vtg: 'H', panl: 'T', mate: 'L', ind: 'L', loc: 'T', env: 'HW', prod: 'W', }; var odd_shape_rf_conn = { nm: 'Odd-shaped RF connectors', ds: 'Connectors for radio frequency applications, accessible to the end user, with an odd shape: self-mating other than flat faced, or the shield is pulled back onto the cable, etc..
Table of coax connector manufacturers', kw: ['coax','RF'], acc: 'IX', curr: 'L', vtg: 'L', panl: 'TL', mate: 'LU', ind: 'Q', loc: 'A', env: 'R', prod: 'AQc', }; // Non-RF coax connectors var twinax_conn = { nm: 'Twinaxial connectors', ds: 'Coaxial connectors with two side-by-side center contacts, undefined impedance, accessible to the end user. Technically a "circular connector", but classified as a coaxial connector because it uses the same housing as a standard coaxial connector.
Table of coax connector manufacturers', kw: ['coax','twinax'], vtg: 'M', ind: 'RF', loc: 'L', prod: 'IQ', }; var triax_conn = { nm: 'Triaxial connectors', ds: 'Coaxial connectors with two concentry shields, undefined impedance, accessible to the end user.
Table of coax connector manufacturers', kw: ['coax','triaxial'], vtg: 'M', ind: 'BRF', loc: 'LS', prod: 'IQV', }; var hv_coax_conn = { nm: 'High voltage coaxial connectors', ds: 'Coaxial connectors for high voltage, accessible to the end user.
Table of coax connector manufacturers', kw: ['coax','high voltage'], vtg: 'H', ind: 'FMR', loc: 'L', prod: 'IQ', }; var misc_non_rf_coax_conn = { nm: 'Misc. non-RF coax connectors', ds: 'Barrel exterior connectors used for other applications.', kw: [''], vtg: 'M', ind: 'N', loc: 'R', prod: 'A', }; // 15 Circular family var mini_xlr_circular_conn = { nm: 'Mini-XLR circular connectors', ds: 'Round connectors with non-concentric contacts with 3 pins. Self-latching, released by pressing a button. For use in professional audio. The outer mating diameter is 8.5 mm.', kw: ['XLR','receptacle','plug','circular'], term: 'CS', ind: 'N', loc: 'N', }; var std_xlr_circular_conn = { nm: 'Standard XLR circular connectors', ds: 'Round connectors with non-concentric contacts. Self-latching, released by pressing a button. For use in professional audio. The outer mating diameter is 15.5 mm.', kw: ['XLR','receptacle','plug','circular'], term: 'CSW', ind: 'B', loc: 'AR', }; var xlr_derivative_circular_conn = { nm: 'XLR derivative circular connectors', ds: 'Round connectors similar to the XLR connector. The outer mating diameter is something other than 8.5 or 15.5 mm.', kw: [''], term: 'C', ind: 'N', loc: 'N', }; var mini_din_circ_conn = { nm: 'Mini-DIN circular connectors', ds: 'Round connectors with non-concentric contacts per the German DIN standard; the mating diameter is 8.95 mm, which is smaller than a standard DIN. General purpose or video.', kw: ['DIN','Mini DIN','receptacle','plug','circular'], hybr: 'N', ind: 'N', prod: 'AEMV', }; var mini_din_deriv_circ_conn = { nm: 'Mini-DIN derivative circular connectors', ds: 'Round connectors derived from the Mini-DIN connector. Different contact number, arranglement. Non-round shell.', hybr: 'N', ind: 'N', prod: 'E', }; var power_din_circ_conn = { nm: 'Power-DIN circular connectors', ds: 'Round connectors with non-concentric contacts similar to the German DIN 41524 standard. Mating diameter is 10.3 mm. Used for AC power adapters. 3 or 4 pins.', kw: ['DIN','DIN speaker','receptacle','plug','circular'], hybr: 'HN', ind: 'N', prod: 'P', }; var std_din_circ_conn = { nm: 'DIN circular connectors', ds: 'Round connectors with non-concentric contacts per the German DIN 41524 standard. Mating diameter is 13.3 mm. Used for audio and MIDI. From 3 to 14 pins. Also, a 2-pin DIN 41529 loudspeaker connector.', kw: ['DIN','receptacle','plug','circular'], hybr: 'N', ind: 'P', prod: 'AEMP', }; var din_loudspeaker_circ_conn = { nm: 'DIN loudspeaker connector', ds: 'Round connectors with a single blade and a single pin per the German DIN 41529 standard. Used for loudspeakers and DC power adapters.', kw: ['DIN speaker','receptacle','plug','circular'], hybr: 'N', ind: 'N', prod: 'AL', }; var tuchel_style_circ_conn = { nm: 'Tuchel-style connectors', ds: 'Precursors to the DIN connector, blade contacts, 16 mm thread.', hybr: 'N', ind: 'N', prod: 'CE', }; var mil_5015_circ_conn = { nm: 'MIL-spec 5015 circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-5015. Metal shell, threaded coupling (though bayonet variants are available).', kw: ['MIL-DTL-5015','MIL-spec 5015','5015'], curr: 'M', hybr: 'HN', }; var mil_22992_circ_conn = { nm: 'MIL-spec 22992 circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-22992. Large, high power, waterproof. Metal shell, threaded coupling.', kw: ['MIL-DTL-22992','MIL-spec 22992','22992'], hybr: 'N', curr: 'M', }; var mil_26482_circ_conn = { nm: 'MIL-spec 26482 circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-26482. Metal shell, bayonet coupling.', kw: ['MIL-DTL-26482','MIL-spec 26482','26482'], curr: 'M', hybr: 'HN', }; var mil_26500_circ_conn = { nm: 'MIL-spec 26500 circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-26500. Waterproof. Metal shell, threaded coupling.', kw: ['MIL-DTL-26500','MIL-spec 26500','26500'], curr: 'M', hybr: 'N', }; var mil_28840_circ_conn = { nm: 'MIL-spec 28840 circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-28840. Metal shell, threaded coupling.', kw: ['MIL-DTL-28840','MIL-spec 28840','28840'], curr: 'M', hybr: 'N', }; var mil_38999_I_circ_conn = { nm: 'MIL-spec 38999 Series I circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-38999 Series I. Waterproof. Metal shell, bayonet coupling. Scoop-proof. The code for the shell size is a letter (from A to J), corresponding respectively to an insert size marked by an odd number (from 9 to 25); the mating thread size is (code + 1)/16 inch.', kw: ['MIL-DTL-38999 Series I','MIL-spec 38999 Series I','38999 Series I'], curr: 'M', hybr: 'HN', }; var mil_38999_II_circ_conn = { nm: 'MIL-spec 38999 Series II circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-38999 Series II. Waterproof. Metal shell, low-profile bayonet coupling. Not scoop-proof. The code for the shell size is a letter (from A to J), corresponding respectively to an insert size marked by an odd number (from 9 to 25); the mating thread size is (code + 1)/16 inch.', kw: ['MIL-DTL-38999 Series II','MIL-spec 38999 Series II','38999 Series II'], curr: 'M', hybr: 'N', }; var mil_38999_III_circ_conn = { nm: 'MIL-spec 38999 Series III circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-38999 Series III. Waterproof. Metal shell, triple-start threaded coupling. Scoop-proof. The code for the shell size is a letter (from A to J), corresponding respectively to an insert size marked by an odd number (from 9 to 25); the mating thread size is (code + 1)/16 inch.', kw: ['MIL-DTL-38999 Series III','MIL-spec 38999 Series III','38999 Series III'], curr: 'M', hybr: 'N', }; var mil_38999_IV_circ_conn = { nm: 'MIL-spec 38999 Series IV circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-38999 Series IV. Waterproof. Metal shell, "Breach-Lok" coupling. Scoop-proof. The code for the shell size is a letter (from A to J), corresponding respectively to an insert size marked by an odd number (from 9 to 25); the mating thread size is (code + 1)/16 inch.', kw: ['MIL-DTL-38999 Series IV','MIL-spec 38999 Series IV','38999 Series IV'], curr: 'M', hybr: 'N', }; var mil_83723_II_circ_conn = { nm: 'MIL-spec 83723 Series II circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-83723 Series II. Waterproof. Metal shell, bayonet coupling.', kw: ['MIL-DTL-83723 Series II','MIL-spec 83723 Series II','83723 Series II'], curr: 'M', hybr: 'N', }; var mil_83723_III_circ_conn = { nm: 'MIL-spec 83723 Series III circular connectors', ds: 'Rugged round connectors with non-concentric contacts per US military standard MIL-DTL-83723 Series III. Waterproof. Metal shell, triple-start threaded coupling.', kw: ['MIL-DTL-83723 Series III','MIL-spec 83723 Series III','83723 Series III'], curr: 'M', hybr: 'N', }; var mil_misc_circ_conn = { nm: 'Misc. MIL-spec circular connectors', ds: 'Rugged round connectors with non-concentric contacts per some other US military standard. Metal shell.', kw: [''], curr: 'M', hybr: 'HN', }; var iec_78_circular_conn = { nm: 'IEC 7/8 inch standard circular connectors', ds: 'Round connectors with non-concentric contacts per European IEC standard for industrial applications. Mating diameter is 7/8 inch (threaded).', kw: ['IEC','7/8','Harax','receptacle','plug','circular'], term: 'CS', }; var iec_m5_circular_conn = { nm: 'IEC M5 standard circular connectors', ds: 'Round connectors with non-concentric contacts per the European IEC 61076-2-111 standard for industrial applications. Mating diameter is M5 (threaded) or 5 mm (other).', kw: ['IEC','M5','receptacle','plug','circular'], term: 'CS', }; var iec_m8_circular_conn = { nm: 'IEC M8 standard circular connectors', ds: 'Round connectors with non-concentric contacts per the European IEC 61076-2-111 standard for industrial applications. Mating diameter is M8 (threaded) or 8 mm (other).', kw: ['IEC','M8','receptacle','plug','circular'], term: 'CSW', }; var iec_m12_circular_conn = { nm: 'IEC M12 standard circular connectors', ds: 'Round connectors with non-concentric contacts per the European IEC 61076-2-111 standard for industrial applications. Mating diameter is M12 (threaded) or 12 mm (other).', kw: ['IEC','M12','receptacle','plug','circular'], term: 'CS', }; var iec_medium_circular_conn = { nm: 'Medium IEC-like circular connectors', ds: 'Round connectors with non-concentric contacts similar to the European IEC 61076-2-111 standard for industrial applications. Mating diameter more than 16 mm but less than 23 mm.', term: 'CS', }; var iec_m23_circular_conn = { nm: 'IEC M23 standard circular connectors', ds: 'Round connectors with non-concentric contacts per the European IEC 61076-2-111 standard for industrial applications. Mating diameter is M23 (threaded) or 23 mm (other).', kw: ['IEC','M23','receptacle','plug','circular'], term: 'CS', }; var iec_large_circular_conn = { nm: 'Large IEC-like circular connectors', ds: 'Round connectors with non-concentric contacts similar to the European IEC 61076-2-111 standard for industrial applications. Mating diameter is more than 23 mm.', term: 'CS', }; var aviation_gx_circular_conn = { nm: '"Aviation" GX circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts. Threaded metal shell. Insert protrudes past threaded metal shell. Commonly known as "aviation connectors". The number is the approximate thread diameter. Standard sizes are GX12 (M13 thread), GX16 (M16), GX20 (M19), GX25 (M25), GX30 (M29), GX35 (M34), GX40 (M42 thread). The insert protrudes past the threaded metal shell.', kw: ['Aviation','GX12','GX16','GX20','receptacle','plug','circular'], term: 'CS', curr: 'M', hybr: 'HN', env: 'R', }; var xs_circular_conn = { nm: 'XS circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts. Threaded metal shell. The key protrudes into the insert. The number refers to the diameter of the hole into which the bulkhead connector is mounted (e.g. XS6 in a 6 mm hole). Standard sizes are XS6, XS7, XS8, XS9, XS10, XS12, XS16. Sometimes considered "aviation connectors".', kw: ['XS'], term: 'CS', curr: 'M', hybr: 'N', env: 'R', }; var cnr01_circular_conn = { nm: 'CNR01 circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts. Threaded metal shell. Per the Japanese JIS C 5432:1994 standard. Multiple outward keys on shrouded mate. The number may refer to either the mounting hole diameter or the insert size. Standard sizes are: 13 (M18x1 thread), 16 (M22x1), 21 (M26x1), 25 (M30x1), 30 (M35x1.5). Sometimes considered "aviation connectors".', kw: ['CNR01','R01','JIS C 5432'], term: 'CSW', curr: 'M', hybr: 'HN', env: 'W', }; var p_type_circular_conn = { nm: 'P-type circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts. Non-standard extension of CNR01 connectors. Threaded metal shell. Multiple inward keys on non-shrouded mate. The number may refer to either the mounting hole diameter or the insert size. Standard sizes are: 30 (M35x1.5), 39 (M44x1.5), 47 (M52x1.5), and 54 (M59x1.5). Sometimes considered "aviation connectors".', term: 'CS', curr: 'M', hybr: 'HN', env: 'R', }; var sp_type_circular_conn = { nm: 'SP-type circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts. Threaded plastic shell. Non-shrouded mate has multiple inward keys. Black body, blue locking ring and ahell-nut.', term: 'S', curr: 'M', hybr: 'N', env: 'W', }; var propr_metal_unlatched_circ_conn = { nm: 'Unlatched metal circular connectors', ds: 'Round connectors with non-concentric contacts that do not lock to the mate: slide-on or snap-on. They are pushed into the mate and are held in place by friction, a detent, a snap, or a magnet; they are unmated simply by pulling out. The shell is metal.', kw: ['Slide-on circular','Push-on circular'], term: 'CS', curr: 'M', mate: 'U', hybr: 'HN', }; var propr_metal_push_pull_circ_conn = { nm: 'Push-pull metal circular connectors', ds: 'Round connectors with non-concentric contacts that latch automatically when mated, are unlatched by sliding a sleeve backward. The shell is metal.', kw: ['Push-pull circular connectors',''], term: 'CSW', curr: 'M', mate: 'L', hybr: 'HN', }; var propr_metal_twist_release_circ_conn = { nm: 'Twist-to-release metal circular connectors', ds: 'Round connectors with non-concentric contacts that latch automatically when mated, are unlatched by twisting a ring a fraction of a turn. The shell is metal.', kw: ['Twist-unlatch circular connectors',''], term: 'CS', curr: 'M', mate: 'L', hybr: 'N', }; var propr_metal_bayonet_circ_conn = { nm: 'Bayonet metal circular connectors', ds: 'Round connectors with non-concentric contacts that are latched manually by twisting a coupling ring a fraction of a turn, unlatched by turning it in the opposite direction. The shell is metal.', kw: ['Bayonet circular',''], term: 'CSW', curr: 'M', mate: 'L', hybr: 'HN', }; var propr_metal_threaded_circ_conn = { nm: 'Threaded metal circular connectors', ds: 'Round connectors with non-concentric contacts that are latched manually by turning a coupling ring multiple turns, unlatched by turning it in the opposite direction. The shell is metal.', kw: ['Threaded circular',''], term: 'CSW', curr: 'M', mate: 'L', hybr: 'HN', }; var propr_metal_misc_circ_conn = { nm: 'Misc. metal circular connectors', ds: 'Round connectors with non-concentric contacts that are fastened in some other way. The shell is metal.', kw: ['Threaded circular',''], term: 'CS', curr: 'M', mate: 'L', hybr: 'N', }; var slim_plastic_circular_conn = { nm: 'Slim plastic circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, long plastic shell with a pleasant shape. Latches automatically when mated.', kw: ['LEMO'], curr: 'M', mate: 'L', hybr: 'HN', env: 'R', }; var slim_metal_circular_conn = { nm: 'Slim metal circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, long metal shell with a pleasant shape. Latches automatically when mated.', kw: ['LEMO'], curr: 'M', mate: 'L', hybr: 'HN', env: 'R', }; var hi_density_circ_conn = { nm: 'Wearable high-density circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, long metal shell. Latches automatically when mated. Push-pull latching. Used in harsh conditions.', sa: ['wearable_circ_conn'], kw: [''], curr: 'L', panl: 'TN', mate: 'U', hybr: 'HN', ind: 'S', loc: 'P', env: 'FW', prod: 'AW', dev: 'N', }; var nano_plastic_circ_conn = { nm: 'Nano plastic circular connectors', ds: 'Small, minimalistic round connectors with non-concentric contacts and highest contact density. Industry semi-standard. The plastic insert forms a simple cylindrical shroud. Keyed by the shape of the insert. Mating diamater less than 5.5 mm.', kw: [''], }; var micro_plastic_circ_conn = { nm: 'Micro plastic circular connectors', ds: 'Small, minimalistic round connectors with non-concentric contacts and highest contact density. Industry semi-standard. The plastic insert forms a simple cylindrical shroud. Keyed by the shape of the insert. Mating diamater more than 5.5 mm.', kw: [''], }; var nano_metal_circ_conn = { nm: 'Nano metal circular connectors', ds: 'Small, minimalistic round connectors with non-concentric contacts and highest contact density. Industry semi-standard. The plastic insert of a nano-plastic circular connector is installed in an outer metal shell. Keyed by the shape of the insert. Mating diamater less than 5.5 mm.', kw: [''], }; var micro_metal_circ_conn = { nm: 'Micro metal circular connectors', ds: 'Small, minimalistic round connectors with non-concentric contacts and highest contact density. Industry semi-standard. The plastic insert of a micro-plastic circular connector is installed in an outer metal shell. Keyed by the shape of the insert. Mating diamater more than 5.5 mm.', kw: [''], }; var trieco_plastic_circular_conn = { nm: 'Tri-eco plastic circular connectors', ds: 'Industry-standard circular connectors with 3-stud bayonet fastening. All plastic shell. Amphenol Sine Systems - ITT Cannon - Ecomate Aquarius, RM, RSSM; Trident Neptune, Trident Ringlock; Souriau - Trim Trio', kw: [''], }; var trieco_metal_ring_circular_conn = { nm: 'Tri-eco metal-ring circular connectors', ds: 'Industry-standard circular connectors with 3-stud bayonet fastening. Plastic shell with metal fasteing ring. Amphenol Sine Systems - ITT Cannon - Ecomate Aquarius, RM, RSSM; Trident Neptune, Trident Ringlock; Souriau - Trim Trio', kw: [''], }; var trieco_metal_circular_conn = { nm: 'Tri-eco metal circular connectors', ds: 'Industry-standard circular connectors with 3-stud bayonet fastening. All metal shell. Amphenol Sine Systems - ITT Cannon - Ecomate Aquarius, RM, RSSM; Trident Neptune, Trident Ringlock; Souriau - Trim Trio', kw: [''], }; var x_micro_plastic_circular_con = { nm: 'Micro X-style plastic circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, plug has a long shell. Usually 2-stud reverse-bayonet, but also threaded and twist-unlock. Plastic shell. Conxall design, copied by others. The mating diamater of the bayonet version is 9.2 mm. Variously named Micro or Mini.', kw: ['Mini','Micro'], term: 'CS', curr: 'M', hybr: 'HN', }; var x_mini_plastic_circular_con = { nm: 'Mini X-style plastic circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, plug has a long shell. Usually 2-stud reverse-bayonet, but also threaded and twist-unlock. Plastic shell. Conxall design, copied by others. The mating diamater of the bayonet version is 14.2 mm. Variously named Mini or Standard.', kw: ['Mini','Standard'], term: 'CSW', curr: 'M', hybr: 'HN', }; var x_middle_plastic_circular_con = { nm: 'Middle X-style plastic circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, plug has a long shell. Usually 2-stud reverse-bayonet, but also threaded and twist-unlock. Plastic shell. Conxall design, copied by others. The mating diamater of the bayonet version is 18.5 mm. Variously named Middle or Multi-con.', kw: ['Middle','Multi-con'], term: 'CSW', curr: 'M', hybr: 'HN', }; var x_maxi_plastic_circular_con = { nm: 'Maxi X-style plastic circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, plug has a long shell. Usually 2-stud reverse-bayonet, but also threaded and twist-unlock. Plastic shell. Conxall design, copied by others. The mating diamater of the bayonet version is 23 mm. Variously named Maxi or Large.', kw: ['Maxi','Large'], term: 'CSW', curr: 'M', hybr: 'HN', }; var x_mega_plastic_circular_con = { nm: 'Mega X-style plastic circular connectors', ds: 'Round connectors with non-concentric contacts. Small diameter, plug has a long shell. Usually 2-stud reverse-bayonet, but also threaded and twist-unlock. Plastic shell. Conxall design, copied by others. The mating diamater of the bayonet version is 27.3 mm.', kw: ['Mega'], term: 'CS', curr: 'M', hybr: 'N', }; var rd24_power_circular_conn = { nm: 'RD24 plastic power circular connectors', ds: 'Industry standard high-power, round connectors with non-concentric contacts and a sealed plastic shell (other than standard AC power connectors). Uses RD24x1/8 knurl thread. One circuit is dedicated for Earth.', kw: ['Plastic power','RD24'], curr: 'H', hybr: 'N', }; var thread_plastic_power_circular_conn = { nm: 'Threaded plastic power circular connectors', ds: 'High-power, round connectors with non-concentric contacts and a sealed plastic shell (other than standard AC power connectors). Proprietary, threaded fastening.', kw: ['Plastic power',''], curr: 'MHV', hybr: 'HN', }; var bayonet_plastic_power_circular_conn = { nm: 'Bayonet plastic power circular connectors', ds: 'High-power, round connectors with non-concentric contacts and a sealed plastic shell (other than standard AC power connectors). Proprietary, bayonet fastening.', kw: ['Plastic power',''], curr: 'MHV', hybr: 'HN', }; var misc_plastic_power_circular_conn = { nm: 'Misc.plastic power circular connectors', ds: 'High-power, round connectors with non-concentric contacts and a sealed plastic shell (other than standard AC power connectors). Proprietary, self-latching / some other release mechanism.', kw: ['Plastic power',''], curr: 'MH', hybr: 'N', }; var propr_plastic_unlatched_circ_conn = { nm: 'Unlatched plastic circular connectors', ds: 'Round connectors with non-concentric contacts that do not lock to the mate: slide-on or snap-on. They are pushed into the mate and are held in place by friction, a detent, a snap, or a magnet; they are unmated simply by pulling out. The shell is plastic.', kw: ['Slide-on circular','Push-on circular'], term: 'CSW', curr: 'MVH', mate: 'U', hybr: 'N', }; var propr_plastic_push_pull_circ_conn = { nm: 'Push-pull plastic circular connectors', ds: 'Round connectors with non-concentric contacts that latch automatically when mated, are unlatched by sliding a sleeve backward. The shell is plastic.', kw: ['Push-pull circular connectors',''], term: 'CS', curr: 'M', mate: 'L', hybr: 'N', }; var propr_plastic_metal_lever_circ_conn = { nm: 'Metal lever latch circular connectors', ds: 'Circular connectors with a plastic shell. Self-latching with a metal lever for a latch, pressed to relase.', kw: [''], term: 'CSW', curr: 'MH', mate: 'L', hybr: 'HN', }; var propr_plastic_press_release_circ_conn = { nm: 'Press-pull plastic circular connectors', ds: 'Round connectors with non-concentric contacts that latch automatically when mated, are unlatched by pressing a button. The shell is plastic.', kw: ['Button-unlatch circular connectors','Press-unlatch circular connectors'], term: 'CS', curr: 'M', mate: 'L', hybr: 'N', }; var propr_plastic_twist_release_circ_conn = { nm: 'Twist-pull plastic circular connectors', ds: 'Round connectors with non-concentric contacts that latch automatically when mated, are unlatched by twisting a ring. The shell is plastic.', kw: ['Twist-unlatch circular connectors',''], term: 'CS', curr: 'M', mate: 'L', hybr: 'N', }; var propr_plastic_bayonet_circ_conn = { nm: 'Bayonet plastic circular connectors', ds: 'Round connectors with non-concentric contacts that are latched manually by twisting a coupling ring a fraction of a turn, unlatched by turning it in the opposite direction. The shell is plastic.', kw: ['Bayonet circular',''], term: 'CS', curr: 'MH', mate: 'L', hybr: 'HN', }; var propr_plastic_threaded_circ_conn = { nm: 'Threaded plastic circular connectors', ds: 'Round connectors with non-concentric contacts that are latched manually by turning a coupling ring multiple turns, unlatched by turning it in the opposite direction. The shell is plastic.', kw: ['Threaded circular',''], term: 'CS', curr: 'MH', mate: 'L', hybr: 'HN', }; var ebike_signal_circ_conn = { nm: 'E-bike signal circular connectors', ds: 'Round connectors with non-concentric contacts for low power signals in electric bicycles.', kw: [''], acc: 'I', curr: 'M', vtg: 'L', mate: 'LU', hybr: 'HN', env: 'SW', prod: 'eB', }; var ebike_charger_circ_conn = { nm: 'E-bike charger circular connectors', ds: 'Round connectors with non-concentric contacts between the charger and the battery in electric bicycles.', kw: [''], acc: 'X', curr: 'M', vtg: 'L', mate: 'LU', hybr: 'HN', env: 'SW', prod: 'eB', }; var ebike_battery_circ_conn = { nm: 'E-bike battery circular connectors', ds: 'Round connectors with non-concentric contacts between the battery and the motor controller in electric bicycles.', kw: [''], acc: 'I', curr: 'M', vtg: 'L', mate: 'LU', hybr: 'HN', env: 'SW', prod: 'eB', }; var ebike_motor_circ_conn = { nm: 'E-bike motor circular connectors', ds: 'Round connectors with non-concentric contacts between the motor controller and the motor in electric bicycles.', kw: [''], acc: 'I', curr: 'M', vtg: 'L', mate: 'LU', hybr: 'HN', env: 'SW', prod: 'eB', }; var iso15170_circular_conn = { nm: 'ISO 15170 circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts. Bayonet fastening, plastic shell. Multiple keys in an inner shell of the shrouded mate point inward. Per the ISO 15170 standard.', kw: ['ISO 15170'], topo: 'W', curr: 'M', vtg: 'L', mate: 'L', hybr: 'N', env: 'HSW', prod: 'cil', }; var harsh_env_circ_conn = { nm: 'Harsh environment circular connectors', ds: 'Industry standard round connectors with non-concentric contacts and plastic shell used in harsh automotive environments.', kw: ['',''], topo: 'W', curr: 'M', vtg: 'L', mate: 'L', hybr: 'HN', env: 'HSW', prod: 'cil', }; var hsd_circular_conn = { nm: 'HSD circular connectors', ds: 'Industry standard round connectors with four contacts and a FAKRA plastic shell for infotainment systems in vehicles.', sa: ['rf_automotive_conn'], topo: 'w', curr: 'M', vtg: 'L', mate: 'L', hybr: 'HN', env: 'HSW', prod: 'cil', }; var traction_batt_circ_conn = { nm: 'Traction battery circular connectors', ds: 'Round connectors with non-concentric contacts for automotive traction batteries.', kw: ['',''], topo: 'W', curr: 'MH', vtg: 'MH', mate: 'L', hybr: 'H', env: 'SW', prod: 'cB', }; var misc_automotive_circ_conn = { nm: 'Misc. automotive circular connectors', ds: 'Round connectors with non-concentric contacts for automotive use.', kw: ['',''], topo: 'W', curr: 'M', vtg: 'L', mate: 'L', hybr: 'HN', env: 'SW', prod: 'cilt', }; var railway_circ_conn = { nm: 'Railway circular connectors', ds: 'Round connectors with non-concentric contacts for trains and railways.', kw: ['',''], b: 1, acc: 'X', curr: 'MH', vtg: 'MY', mate: 'L', hybr: 'HN', env: 'HSW', prod: 'r', }; var buffet_galley_circ_conn = { nm: 'Buffet/galley circular connectors', ds: 'Industry-standard round connectors with non-concentric contacts. Metal shell, unlatched. Used in the galley of passenger planes.', kw: ['Buffet','Galley'], acc: 'X', curr: 'M', vtg: 'MY', mate: 'U', hybr: 'H', env: 'R', prod: 'a', }; var aviation_circ_conn = { nm: 'Aviation circular connectors', ds: 'Round connectors with non-concentric contacts for use in airplanes.', kw: [''], acc: 'I', curr: 'M', vtg: 'MY', mate: 'L', hybr: 'HN', env: 'SW', prod: 'aL', }; var explosion_proof_circ_conn = { nm: 'Explosion-proof circular connectors', ds: 'Connectors with non-concentric contacts used in industrial applications, able to withstand an explosion.', kw: [''], b: 1, acc: 'X', curr: 'LM', vtg: 'LM', panl: 'TN', mate: 'L', hybr: 'HN', ind: 'F', loc: 'F', env: 'EW', prod: 'N', dev: 'N', }; var nuclear_circ_conn = { nm: 'Nuclear circular connectors', ds: 'Connectors with non-concentric contacts used in nuclear applications.', kw: [''], curr: 'M', acc: 'X', vtg: 'M', panl: 'TN', mate: 'L', hybr: 'HN', ind: 'F', loc: 'FL', env: 'NW', prod: 'N', dev: 'N', }; var unshr_rubber_wet_mate_circ_conn = { nm: 'Unshrouded rubber wet-mate circular conn.', ds: 'Semi-standard round connectors with an unshrouded rubber body and non-concentric contacts connected and used under-water.', kw: [''], curr: 'M', panl: 'N', mate: 'U', hybr: 'N', }; var shrouded_rubber_wet_mate_circ_conn = { nm: 'Shrouded rubber wet-mate circular connectors', ds: 'Semi-standard round connectors with a shrouded rubber body and non-concentric contacts connected and used under-water.', kw: [''], curr: 'M', panl: 'TN', mate: 'U', hybr: 'HN', }; var ktk_circular_conn = { nm: 'KTK circular connectors', ds: 'Industry standard hermaphrodite, unshrouded round connectors suitable for immersion, wet-wate or down-well in oil wells. , uses RD24x1/8 knurl thread. One circuit is dedicated for Earth.', kw: ['wet-mate','down-well'], curr: 'M', panl: 'N', mate: 'U', hybr: 'N', }; var metal_dry_mate_circ_conn = { nm: 'Metal dry-mate circular connectors', ds: 'Round connectors with a metal shell and non-concentric contacts used under-water but connected when dry. The insert is normal.', kw: [''], curr: 'M', panl: 'T', mate: 'L', hybr: 'HN', }; var metal_wet_mate_circ_conn = { nm: 'Metal wet-mate circular connectors', ds: 'Rround connectors with a metal shell and non-concentric contacts connected and used under-water. The insert is normal.', kw: [''], curr: 'M', panl: 'T', mate: 'L', hybr: 'HN', }; var segmented_dry_mate_circ_conn = { nm: 'Segmented dry-mate circular connectors', ds: 'Semi-standard round connectors with non-concentric contacts used under-water but connected when dry. The insert is a circle with a segment cut-off to provide keying.', kw: [''], curr: 'M', panl: 'T', mate: 'L', hybr: 'HN', }; var led_lighting_circ_conn = { nm: 'LED lighting circular connectors', ds: 'Round connectors with non-concentric contacts for use in LED lighting.', kw: [''], topo: 'W', curr: 'M', vtg: 'L', panl: 'N', mate: 'LU', hybr: 'N', ind: 'N', loc: 'R', env: 'RW', prod: 'L', dev: 'L', }; // Anomalous circular connector var circle_hex_conn = { nm: 'Circle-hex connectors', ds: 'Round connectors with non-concentric contacts with an unshrouded hexagonal plastic shell and a meltal twist latch.', curr: 'L', vtg: 'L', }; var misc_unshrouded_circular_conn = { nm: 'Misc. nshrouded circular connectors', ds: 'Round connectors with non-concentric contacts with a plastic shell but no shroud.', kw: ['unshrouded',''], curr: 'M', vtg: 'M', }; var public_addr_circ_conn = { nm: 'Public address circular connectors', ds: 'Round connectors with non-concentric contacts for use on a stage, music recording, broadcasting.', kw: [''], sa: ['genderless_circular_conn'], b: 1, topo: 'wW', curr: 'M', vtg: 'LM', panl: 'TN', mate: 'L', hybr: 'N', ind: 'B', loc: 'S', env: 'RW', prod: 'AVL', dev: 'N', }; var misc_genderless_circular_conn = { nm: 'Misc. genderless circular connectors', ds: 'Round connectors with flat contacts in a circle flush against the housing.', kw: [''], sa: ['public_addr_circ_conn'], topo: 'W', wire: 'C', term: 'CS', curr: 'L', vtg: 'L', panl: 'N', mate: 'U', hybr: 'N', ind: 'S', loc: 'FPW', env: 'W', prod: 'AW', }; var wearable_circ_conn = { nm: 'Wearable circular connectors', ds: 'Easy-to-clean, semi-standard round connectors with non-concentric contacts for muddy conditions. For equipment worn by uniformed personnell. One mate has pogo pins that may retract when unmated. The other mate has flush targets.', ds: 'Round connectors with non-concentric contacts .', kw: [''], sa: ['hi_density_circ_conn','pogo_circular_conn'], panl: 'N', mate: 'U', hybr: 'HN', ind: 'S', loc: 'P', env: 'FW', prod: 'AW', dev: 'N', }; var misc_pogo_circular_conn = { nm: 'Misc. pogo pin circular connectors', ds: 'Round connectors with pogo pins.', kw: [''], sa: ['wearable_circ_conn'], panl: 'N', mate: 'U', hybr: 'HN', ind: 'S', loc: 'P', env: 'FW', prod: 'AW', dev: 'N', }; var multi_sub_circular_conn = { nm: 'Multi-sub-circular connectors', ds: 'Multiple circular connectors within a circular connector. For example, for multiple Ethernet channels.', kw: ['Multi circular',''], curr: 'M', vtg: 'M', spd: 'CLR', panl: 'T', mate: 'L', hybr: 'CN', }; var multi_coax_circular_conn = { nm: 'Multi-coax connectors', ds: 'Multiple coaxial connectors within a circular connector. For example, for multiple radio frequency channels.', kw: ['Multi coax',''], curr: 'L', vtg: 'L', spd: 'R', panl: 'T', mate: 'L', hybr: 'N', }; var misc_compound_circ_conn = { nm: 'Misc. compound circular connectors', ds: 'Some other circular connectors with internal sub-connectors.', kw: [''], curr: 'LM', vtg: 'LM', spd: 'LH', }; // 9 Compression components family var pogo_pins = { nm: 'Pogo pins', ds: 'Round spring-loaded pistons. Not a test fixture test probe. Genderless. They have no mate: they contact PCB pads or a "target" component. Machined in a lathe by turning.', kw: ['plunger pin','pogo pin','spring loaded pin','pin','test probe',''], sa: ['test_fixture_probes'], ckts: 'S', topo: 'Bqw', wire: 'N', prod: 'DE', wir: 'E', }; var pogo_pin_hdrs = { nm: 'Pogo-pin headers', ds: 'Headers with two or more spring-loaded pistons. Genderless. They have no mate: they contact PCB pads or a "target" component.', kw: [''], sa: ['pogo_pins','test_fixture_probes', 'spring_leaf_hdrs','spring_loaded_targets'], ckts: 'M', topo: 'Bq', wire: 'W', prod: 'BD', wir: 'E', }; var pcb_spring_leaves = { nm: 'PCB-mount spring leaves', ds: 'Flat-spring-based board terminals (not pins). Connect a PCB to a metal panel or other conductive target.', kw: [''], ckts: 'S', topo: 'DBq', wire: 'N', prod: 'B', wir: 'EG', }; var panel_spring_leaves = { nm: 'Panel-mount spring leaves', ds: 'Flat-spring-based panel-mount terminals (not pins). Connect a metal chassis to a metal panel or other conductive target.', kw: [''], topo: 'Z', wire: 'N', ckts: 'S', prod: 'N', wir: 'G', }; var finger_stock = { nm: 'Finger stock', ds: 'Strip of spring leaves cut to length, or a ring of spring leaves. Block radio waves for EMI prevention.', kw: [''], topo: 'Z', wire: 'N', ckts: 'S', prod: 'N', wir: 'G', }; var spring_leaf_hdrs = { nm: 'Spring leaf headers', ds: 'Connectors with spring-leaves. Genderless. They have no mate: they contact PCB pads or a "target" component.', kw: [''], sa: ['pogo_pins','test_fixture_probes', 'pogo_pin_hdrs','spring_loaded_targets','e_pi_b2b_conn'], ckts: 'M', topo: 'Bq', wire: 'W', prod: 'B', wir: 'E', }; var pcb_clips = { nm: 'PCB clips', ds: 'PCB-mounted terminal that can clips into something (other than a cell of fuse), removably. Mey be used for EMI shielding', kw: [''], sa: ['pcb_fuse_clips','pcb_cyl_cell_contacts','pcb_9v_battery_snaps'], topo: 'D', wire: 'N', ckts: 'S', prod: 'N', dev: 'Z', wir: 'E', }; var spring_loaded_targets = { nm: 'Spring-loaded targets', ds: 'Components with flat landing pads. Genderless. They have no mate: designed to be contacted by spring-loaded headers.', kw: [''], sa: ['spring_leaf_hdrs', 'pogo_pin_hdrs'], ckts: 'M', topo: 'B', wire: 'W', prod: 'BD', wir: 'E', }; var socketless_test_fixture_probes = { nm: 'Socketless test fixture probes', ds: 'Long, thin contacts with a spring-loaded plunger at the top, soldered directly to a wire at the bottom. Used in a "bed-of-nails" test fixtures for temporary connection to a pad in PCB assembly under In Circuit Test (ICT / FCT).', kw: ['plunger pin','spring loaded pin','board test fixture probe','in-circuit test probe','ICT probe','function circuit test probe','FCT probe','test fixture probe', 'probe','pogo pin',''], struct: 'S', spd: 'L', }; var socketed_test_fixture_probes = { nm: 'Socketed test fixture probes', ds: 'Long, thin contacts with a spring-loaded plunger at the top. Inserted into a matching socket. Used in a "bed-of-nails" test fixtures for temporary connection to a pad in PCB assembly under In Circuit Test (ICT / FCT).', kw: ['plunger pin','spring loaded pin','board test fixture probe','in-circuit test probe','ICT probe','function circuit test probe','FCT probe','test fixture probe', 'probe','pogo pin',''], struct: 'D', spd: 'L', }; var double_end_test_fixture_probes = { nm: 'Double-end test fixture probes', ds: 'Long, thin contacts with two spring-loaded plungers, one at each end. Used in a "bed-of-nails" test fixtures for temporary connection to a pad in PCB under test on the top, and another part of the fixture at the bottom.', struct: 'D', kw: [''], spd: 'L', }; var coaxial_test_fixture_probes = { nm: 'Coaxial test fixture probes', ds: 'Long, thin probe with a spring-loaded plunger with two concentric contacts. Used in a "bed-of-nails" test fixtures for temporary connection to a coaxial pattern in PCB under test.', struct: 'D', spd: 'R', kw: [''], }; var pcb_pad_direct_plugs = { nm: 'PCB pad direct plugs', ds: 'Plugs that mate directly to flush pads on a PCB. They may use spring-loaded test-fixture probes or pogo pins.', kw: [''], }; var plated_thru_hole_direct_plugs = { nm: 'Plated-thru holes direct plugs', ds: 'Plugs that mate directly to plated-thru holes in a PCB. They use split pins.', kw: [''], }; var castellated_edge_conn = { nm: 'Castellated holes direct plugs', ds: 'Plugs that mate directly to the half-holes along the edge of a PCB. They use springs.', kw: [''], }; var zebra_strips = { nm: 'Elastomeric (Zebra) strips', ds: 'Strip with alternating conductive and insulating regions in a elastomer matrix. Best known as "Zebra" connectors.', kw: ['Zebra'], spd: 'L', prod: 'E', b: 1, }; var double_end_spring_interposer = { nm: 'Double-ended spring interposer', ds: 'Loose, flat component with an array of spring-loaded contacts on both faces. Placed between two PCBs to connect them together.', kw: [''], sa: ['zebra_strips'], spd: 'H', prod: 'N', }; var led_strip_splices = { nm: 'LED strip splices', ds: 'Joins two LED strips end-to end by pressing against traces.', kw: [''], spd: 'L', prod: 'E', }; // EMI Shielding var emi_shielding_material = { nm: 'EMI shielding material', ds: 'Resilient (spongy) sheets, tubes and gaskets that ground across a gap between two conductive surfaces to block radio interference.', kw: [''], }; // 10 Unshrouded connectors family var unshrouded_male_headers_1 = { nm: '1 mm unshrouded male PCB connectors', ds: 'Unshrouded male pin PCB headers. 1 mm pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_male_headers_1p27 = { nm: '1.27 mm unshrouded male PCB connectors', ds: 'Unshrouded male pin PCB headers. 1.27 mm (0.05 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_male_headers_2 = { nm: '2 mm unshrouded male PCB connectors', ds: 'Unshrouded male pin PCB headers. 2 mm pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_male_headers_2p54 = { nm: '2.54 mm unshrouded male PCB connectors', ds: 'Unshrouded male pin PCB headers. 2.54 mm (0.1 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. Compatible with prismatic connectors. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_male_headers_3p96 = { nm: '3.96 mm unshrouded male PCB connectors', ds: 'Unshrouded male pin PCB headers. 3.96 mm (0.156 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_male_headers_5p08 = { nm: '5.08 mm unshrouded male PCB connectors', ds: 'Unshrouded male pin PCB headers. 5.08 mm (0.2 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_male_headers_misc = { nm: 'Misc. pitch unshrouded male PCB connectors', ds: 'Unshrouded male pin PCB headers. Other pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_fem_headers_1 = { nm: '1 mm unshrouded female PCB connectors', ds: 'Unshrouded female socket PCB headers. 1 mm pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_fem_headers_1p27 = { nm: '1.27 mm unshrouded female PCB connectors', ds: 'Unshrouded female socket PCB headers. 1.27 mm (0.05 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_fem_headers_2 = { nm: '2 mm unshrouded female PCB connectors', ds: 'Unshrouded female socket PCB headers. 2 mm pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_fem_headers_2p54 = { nm: '2.54 mm unshrouded female PCB connectors', ds: 'Unshrouded female socket PCB headers. 2.54 mm (0.1 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. Compatible with prismatic connectors. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_fem_headers_3p96 = { nm: '3.96 mm unshrouded female PCB connectors', ds: 'Unshrouded female socket PCB headers. 3.96 mm (0.156 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_fem_headers_5p08 = { nm: '5.08 mm unshrouded female PCB connectors', ds: 'Unshrouded female socket PCB headers. 5.08 mm (0.2 inch) pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_fem_headers_misc = { nm: 'Misc. pitch unshrouded female PCB connectors', ds: 'Unshrouded female socket PCB headers. Other pitch. Used inside a product (not accessible by the end-user) except possibly to move a programming jumper. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_stackers_2p54 = { nm: '2.54 mm unshrouded stackers', ds: 'Unshrouded male-male connectors with two plastic strips. 2.54 mm (0.1 inch) pitch. Used inside a product (not accessible by the end-user) . Compatible with prismatic connectors. As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_stackers_misc = { nm: 'Misc. pitch unshrouded stackers', ds: 'Unshrouded male-male connectors with two plastic strips. Other pitch. Used inside a product (not accessible by the end-user) . As they are unshrouded, they are able to mate to other connectors and other components as well.', kw: [''], }; var unshrouded_plugs_2 = { nm: '2 mm unshrouded plugs', ds: 'Plain plug housings with a 2 mm pitch that may be fitted with socket or pin contacts. Flat walls, unkeyed and unlatched. Mate to unshrouded PCB headers or plugs of opposite gender. Used inside a product (not accessible by the end-user). Can mate to other connectors (such as prismatic connectors) and other components.', kw: [''], }; var unshrouded_plugs_2p54 = { nm: '2.54 mm unshrouded plugs', ds: 'Plain plug housings with a 2.54 mm (0.1 inch) pitch that may be fitted with socket or pin contacts. Flat walls, unkeyed and unlatched. Mate to unshrouded PCB headers or plugs of opposite gender. Used inside a product (not accessible by the end-user). Can mate to other connectors (such as prismatic connectors) and other components.', kw: [''], }; var unshrouded_plugs_misc = { nm: 'Misc. unshrouded plugs', ds: 'Plain plug housings with some other pitch that may be fitted with socket or pin contacts. Flat walls, unkeyed and unlatched. Mate to unshrouded PCB headers or plugs of opposite gender. Used inside a product (not accessible by the end-user). Can mate to other connectors (such as prismatic connectors) and other components.', kw: [''], }; var fem_unsrouded_jumpers = { nm: 'Female jumpers, shunts', ds: 'Female programming jumpers (shunts) that mate to male PCB headers. Used inside a product, though it may be accessible by the end-user to move the jumper. ', kw: [''], ckt: 'SM', }; var male_unsrouded_jumpers = { nm: 'Male jumpers, shunts', ds: 'Male programming jumpers (shunts) that mate to female PCB headers. Used inside a product, though it may be accessible by the end-user to move the jumper. ', kw: [''], ckt: 'S', }; // 11 Rectangular connectors family // Board-to-board connectors var c_i_b2b_conn = { nm: 'C-I genderless board-to-board connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together, usually in parallel ("mezzanine"). Genderless contacts in two rows. The cross-section of one header looks like a "I" with contacts on either side of the trunk of the "I". The cross-section of the other header looks like a "C" with contacts wrapped around three sides. Rather than bottoming out and snapping together.', }; var c_t_b2b_conn = { nm: 'C-T genderless board-to-board connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together, usually in parallel ("mezzanine"). Genderless contacts in two rows. The cross-section of one header looks like a "T" with contacts on either side of the trunk of the "T". The cross-section of the other header looks like a "C" with contacts on the inner sides. Rather than bottoming out and snapping together, the mates may be inserted a varying depths, to accomodate different spacing between the two boards. Includes families with a wide blade n the middle for shielding.', kw: ['',''], }; var c_e_b2b_conn = { nm: 'C-E genderless board-to-board connectors', ds: 'Very small PCB headers used inside a product specifically designed to mate two PCBs together, usually in parallel ("mezzanine"). Genderless contacts in two rows. The cross-section of one header looks like a "C" with two humps ("beams"); usually, contacts are wrapped around each beam like saddles (though, in some cases, the contacts cover a smaller portion of the beam). The cross-section of the other header looks like a "E" with contacts on the inner sides. The mates bottom out and snap together. To accomodate different spacing between the two boards, the family may include headers with different heights. Includes families with a wide blade n the middle for shielding.', kw: ['',''], hybr: 'N', }; var e_pi_b2b_conn = { nm: 'E-Π mezzanine connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together in parallel ("mezzanine"). One header has a pocket surrounded by a rectangular wall with genderless contacts. The other header has a boss surrounded by a shell. The cavity between them has genderless contacts.', kw: ['mezzanine'], }; var open_e_pi_b2b_conn = { nm: 'Open E-Π mezzanine connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together in parallel ("mezzanine"). One header has two bosses with genderless contacts. The other one has two pockets with genderless contacts.', kw: ['','mezzanine'], }; var misc_small_genderless_b2b_conn = { nm: 'Misc. small genderless board-to-board conn.', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. Small, genderless, other than C-E, C-T, or C-Π. May be mezzanine (PCBs paralel to each other), backplane (at right angles) or coplanar. The family does not include any wire-mounted parts.', kw: ['',''], mate: 'U', prod: 'N', }; var din41612_b2b_conn = { nm: 'DIN 41612 connectors', ds: 'DIN 41612 standard connectors, usually for backplane applications, to mount daughterboards (with a right-angle male header) at right angle to a motherboard (with a straight female header). Though, also for mezzanine (both PCBs use straight headers) or coplanar (both PCBs use right-angle headers) applications.', kw: [''], spd: 'L', mate: 'U', hybr: 'HN', }; var hard_metric_array_b2b_conn = { nm: 'Hard Metric board-to-board connectors', ds: 'Hard Metric standard PCB headers used inside a product specifically designed to mate two PCBs together in any orientation: paralel ("mezzanine"), right angles ("backplane"), besides each other ("coplanar"), or in intersecting planes ("orthogonal"). Discrete circuits or differential pairs with shields. 5~10 rows or 12 rows. Used for the FUTUREBUS computer bus', kw: [''], spd: 'L', mate: 'BU', hybr: 'N', }; var discrete_array_b2b_conn = { nm: 'Discrete circuit array brd-to-brd connectors', ds: 'PCB headers used inside a product specifically designed to mate two PCBs together in any orientation: paralel ("mezzanine"), right angles ("backplane"), besides each other ("coplanar"), or in intersecting planes ("orthogonal"). Pins and sockets. A large number of contacts are in a grid, such as 8 rows by 12 columns. Suitable for high speed signals; does not include shields.', kw: ['',''], spd: 'L', mate: 'BU', hybr: 'N', }; var differential_pair_array_b2b_conn = { nm: 'Differential pair array brd-to-brd connectors', ds: 'PCB headers used inside a product specifically designed to mate two PCBs together in any orientation: paralel ("mezzanine"), right angles ("backplane"), besides each other ("coplanar"), or in intersecting planes ("orthogonal"). Pins and sockets with some inusual function.', kw: ['differential pair',''], spd: 'H', mate: 'U', hybr: 'N', }; var special_gendered_array_b2b_conn = { nm: 'Special gendered array brd-to-brd connectors', ds: 'PCB headers used inside a product specifically designed to mate two PCBs together in any orientation: paralel ("mezzanine"), right angles ("backplane"), besides each other ("coplanar"), or in intersecting planes ("orthogonal"). Usually uses pins and sockets, but it could use genderless contacts, such as balls or springs. A large number of contacts are in a grid, such as 8 rows by 12 columns. Suitable for high speed signals; does not include shields.', kw: ['interposer'], spd: 'L', mate: 'BU', hybr: 'N', }; var genderless_array_b2b_conn = { nm: 'Genderless array board-to-board conn.', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. Genderless contacts in 4 or more rows, not on beams. May be self-mating', sa: ['self_mating_b2b_conn'], kw: [''], spd: 'L', mate: 'U', hybr: 'N', }; var genderless_beam_array_b2b_conn = { nm: 'Genderless beam array board-to-board conn.', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. 4 or more beams with genderless contacts. May be self-mating', sa: ['self_mating_b2b_conn'], kw: [''], spd: 'L', mate: 'BU', hybr: 'N', }; var hermaph_blade_b2b_conn = { nm: 'Hermaph. & self-mate blade board-to-board', ds: 'Medium current PCB headers specifically designed for lighting applications, to mate two PCBs together, usually besides each other ("coplanar"). Single row. Unshrouded, self-mating hermaphrodite: blades and sockets alternate.', kw: ['high-current b2b','lighting','hermaphrodite','self-mating'], mate: 'U', hybr: 'N', prod: 'L', }; var battery_blade_b2b_conn = { nm: 'Battery blade board-to-board connectors', ds: 'High current connectors for laptop batteries with a single row of large, parallel blades. Unshrouded. The female housing has slits that can be penetrated from any angle.', kw: [''], mate: 'B', hybr: 'N', prod: 'CB', }; var parall_blade_b2b_conn = { nm: 'Parallel blades board-to-board connectors', ds: 'High current PCB headers with a single row of large, parallel blades. May be hybrid and/or blind mate (alignment pegs). Eiehr unshrouded or the male is shrouded. Specifically designed to mate two PCBs together at right angles ("backplane"), or besides each other ("coplanar").', kw: [''], mate: 'B', hybr: 'H', prod: 'DP', }; var split_blade_b2b_conn = { nm: 'Split blades board-to-board connectors', ds: 'High current PCB headers. The male is shoruded and has a single row of large, parallel contacts, each consisting of two heavy-duty, parallel spring leaves that fit inside the female socket. Not not mistake the male for a female: the male leaves fit inside the female leaves. May be hybrid and blind mate (alignment pegs). Specifically designed to mate two PCBs at right angles ("backplane"), or besides each other ("coplanar").', kw: [''], mate: 'B', hybr: 'H', prod: 'DP', }; var coplanar_blade_b2b_conn = { nm: 'Coplanar blade board-to-board connectors', ds: 'High current PCB headers with a single row of large, coplanar blades. May be hybrid and/or blind mate (alignment pegs). Specifically designed to mate two PCBs together at right angles ("backplane"), or besides each other ("coplanar").', kw: [''], mate: 'B', hybr: 'H', prod: 'DP', }; var array_compl_blade_b2b_conn = { nm: 'Array-complement blade board-to-board conn.', ds: 'High current PCB headers placed next to array connectors to complement them into a hybrid connection. The male is shrouded and has one or more rows of large blades. Specifically designed to mate two PCBs together at right angles ("backplane"), or besides each other ("coplanar").', kw: [''], mate: 'BU', hybr: 'N', prod: 'N', }; var pwr_post_b2b_conn = { nm: 'Power post board-to-board connectors', ds: 'High current PCB connectors that use large round posts. May be hybrid and/or blind mate (alignment pegs). Specifically designed to mate two PCBs together at right angles ("backplane"), or besides each other ("coplanar").', kw: [''], mate: 'B', hybr: 'H', prod: 'BD', }; var med_gendered_1row_b2b_conn = { nm: 'Medium, 1-row, gendered board-to-board conn.', ds: 'Medium-sized PCB headers used inside a product specifically designed to mate two PCBs together. 2.5 or 3.96 mm pitch, single row. Backplane (at right angles). Male connector has pins and female has sockets. In many, the female housing grabs the edge of the PCB and the male is unshrouded (same as the Molex kk-100 series wire-to-board).', kw: ['',''], mate: 'U', prod: 'N', }; var partitioned_b2b_conn = { nm: 'Partitioned board-to-board connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. May be mezzanine (PCBs paralel to each other), backplane (at right angles) or planar. Male connector has pins in individual cavities and female has sockets that are individually shrouded. Often blind-mate.', kw: ['',''], mate: 'B', prod: 'D', }; var self_mating_b2b_conn = { nm: 'Self-mate board-to-board connectors', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. Self mate, mezzanine (PCBs paralel to each other). Either genderless or gendered hermaphrodite. The family does not include any wire-mounted parts.', kw: ['',''], mate: 'U', prod: 'N', }; var small_gendered_b2b_conn = { nm: 'Small gendered board-to-board conn.', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. 1.27 mm pitch or less, one or two rows. May be mezzanine (PCBs paralel to each other), backplane (at right angles) or coplanar. Male connector has pins and female has sockets. The family does not include any wire-mounted parts.', kw: ['',''], mate: 'U', prod: 'N', }; var unshrouded_b2b_conn = { nm: 'Unshrouded gendered board-to-board conn.', ds: 'Large PCB headers used inside a product specifically designed to mate two PCBs together. Unshrouded, usually 2.54 mm pitch, two to four rows. Qualified for use in space. May be mezzanine (PCBs paralel to each other), backplane (at right angles) or coplanar. Male connector has pins and female has sockets.', kw: ['',''], curr: 'L', mate: 'B', prod: 'D', }; var misc_lg_gendered_b2b_conn = { nm: 'Misc. large gendered board-to-board conn.', ds: 'Other type of PCB headers used inside a product specifically designed to mate two PCBs together. Pins and sockets contacts in any number of rows.', kw: ['','',''], curr: 'H', mate: 'U', prod: 'L', }; var misc_lg_genderless_b2b_conn = { nm: 'Misc. large genderless board-to-board conn.', ds: 'Small PCB headers used inside a product specifically designed to mate two PCBs together. Genderless contacts in any number of rows. Some other characteristics, such as: the cross section is something other than "T-C" or "C-E" (for example "E" and a 5-point "comb"); or, some other combination of shields, differential pair contacts, power contacts.', kw: ['','',''], curr: 'L', mate: 'BU', prod: 'LP', }; // General purpose rectangular connectors var prismatic_wings_conn = { nm: 'Winged prismatic connectors', ds: 'Industry standard wire-to-board or FFC-to-board connectors. The female plug has four mostly flat walls with two wings on one wide side for keying. The male header has two mostly flat walls with gaps for the wings, or four mostly flat walls with slots for the wings. The header has one or two rows of square pins. Usually 2.54 mm (0.1") pitch, not latched. The plug is compatible with unshrouded headers and the header is compatible with unshrouded female plugs.', //" kw: ['','',], sa: ['unshrouded_male_headers'], wire: 'RW', term: 'C', mate: 'U', prod: 'N', }; var prismatic_keyed_conn = { nm: 'Keyed prismatic connectors', ds: 'Industry standard wire-to-board or wire-to-wire connectors. The female plug has four mostly flat walls, keyed in some other way. The header has one or two rows of square pins in a grid. Usually 2.54 mm (0.1") pitch, not latched. The plug is compatible with unshrouded headers and the header is compatible with unshrouded female plugs.', //" kw: ['','',], sa: ['unshrouded_male_headers'], wire: 'RW', term: 'C', mate: 'L', prod: 'R', }; var prismatic_bump_crimp_conn = { nm: 'Crimp bump connectors', ds: 'Industry standard wire-to-board connectors. The female plug has four mostly flat walls with a prismatic key on one wide side. The housing holds wires crimped to wires. Its width is exactly the number of contacts in a row times the pitch (unlike the wider "IDC bump" plug). The male header has two mostly flat walls with a single rectangular gap for the key, and one or two rows of square pins in a grid. Usually 2 mm or 2.54 mm (0.1") pitch, not latched. The plug is compatible with unshrouded headers and the header is compatible with unshrouded female plugs.', //" sa: ['unshrouded_male_headers'], wire: 'W', term: 'CM', mate: 'LU', prod: 'D', }; var prismatic_bump_idc_conn = { nm: 'IDC bump connectors', ds: 'Industry standard cable-to-board connectors usually for ribbon-cable connections. The female plug has four mostly flat walls with a prismatic key on one wide side. A ribbon cable is mass-terminated to the plug, with an optional cable strain relief. Housings for crimped wires are also available for a wire-to-cable connection. Its width is wider than the number of contacts in a row times the pitch to accomodate the snaps from the cable cover (unlike the narrower "IDC crimp" plug). Male plugs are also available for a cable-to-cable connection. The male header has two mostly flat walls with a single rectangular gap for the key, and two rows of square pins in a grid. It may be unlached, or with two latch/ejectors at the two end (either short or long) or two metal latches on one wide side. Usually 1.27, 2, or 2.54 mm (0.1") pitch. The plug is compatible with unshrouded headers and the header is compatible with unshrouded female plugs.', //" kw: ['bump','IDC','insulation displacement','ribbon','mass termination'], sa: ['prismatic_bump_crimp_conn', 'unshrouded_male_headers'], wire: 'RW', term: 'CM', mate: 'LU', prod: 'N', }; var prismatic_latch_conn = { nm: 'Latched prismatic connectors', ds: 'Industry standard wire-to-board or wire-to-wire connectors. The female plug has four mostly flat walls with a latch on one wide side. The male header has four mostly flat walls with a catch for the latch. The header has one row of square pins. Usually 2 or 2.54 mm (0.1") pitch. The plug is compatible with unshrouded headers and the header is compatible with unshrouded female plugs.', //" kw: ['','',], sa: ['unshrouded_male_headers'], wire: 'W', term: 'C', mate: 'LU', prod: 'N', }; var single_wall_conn_2p5 = { nm: 'Single-wall connectors, ~2.5 mm', ds: 'Industry standard, single-row connectors, usually wire-to-board. 2.5 or 2.54 mm (0.1 inch) pitch, unlatched (friction lock). The PCB male header has a single wall, straight or right-angle. May be polarized. The female plug either consists of a housing with wire-crimp contacts, or uses insulation displacement for unstripped wire. In a few cases, male plugs and 4-wall male PCB headers are available. Sometimes known by their manufacturers\' series names as "KK", "MTA" or "VH".', kw: ['KK','MTA','wire-to-board','PCB header','header','housing'], vtg: 'L', mate: 'U', }; var single_wall_conn_4 = { nm: 'Single-wall connectors, 3.96 mm, no latch', ds: 'Industry standard, single-row connectors, usually wire-to-board. 3.96 mm (0.156 inch) pitch, unlatched (friction lock). The PCB male header has a single wall, straight or right-angle (wall below the pins or above them), usually square posts, and may be breakaway. May be polarized. The female plug either consists of a housing with wire-crimp contacts, or uses insulation displacement for unstripped wire. In a few cases, male plugs and 4-wall male PCB headers are available. Sometimes known by their manufacturers\' series names as "KK", "MTA" or "VH".', kw: ['KK','MTA','wire-to-board','PCB header','header','housing'], vtg: 'M', mate: 'L', }; var single_wall_conn_4_latch = { nm: 'Single-wall connectors, 3.96 mm, latched', ds: 'Industry standard, single-row connectors, usually wire-to-board. 3.96 mm (0.156 inch) pitch, latched. The PCB male header has a single wall, straight or right-angle (wall below the pins or above them), and may be breakaway. May be polarized. The female plug either consists of a housing with wire-crimp contacts, or uses insulation displacement for unstripped wire. In a few cases, male plugs and 4-wall male PCB headers are available. Sometimes known by their manufacturers\' series names as "KK", "MTA" or "VH".', kw: ['KK','wire-to-board','PCB header','header','housing'], vtg: 'M', mate: 'U', }; var single_wall_conn_5 = { nm: 'Single-wall connectors, ~5 mm', ds: 'Industry standard, single-row connectors, usually wire-to-board. 5 or 5.08 mm (0.2 inch) pitch, unlatched (friction lock). The PCB male header has a single wall, straight or right-angle (wall below the pins or above them), usually square posts, and may be breakaway. May be polarized. The female plug either consists of a housing with wire-crimp contacts, or uses insulation displacement for unstripped wire. In a few cases, male plugs and 4-wall male PCB headers are available. Sometimes known by their manufacturers\' series names as "KK", "MTA" or "VH".', ds: 'Two-part wire-to-board connectors. Single row, , unsealed, may be polarized. Wires are in-line with the mating direction. The PCB male header has a single wall and usually square posts; it is through-hole, straight or right-angle (wall below the pins or above them), and it may be breakaway. The female is either a housing for single-wire crimp contacts (leaves, not sockets) or a IDC connector fo single wires.', kw: ['KK','wire-to-board','PCB header','header','housing'], vtg: 'M', mate: 'LU', }; var single_wall_conn_8 = { nm: 'Single-wall connectors, 7.92 mm', ds: 'Industry standard, single-row connectors, usually wire-to-board. 7.92 mm (0.312 inch) pitch (achieved by skipping every other pin of a 0.156 inch pitch header; the female has a 0.156 inch pitch), unlatched (friction lock). The PCB male header has a single wall, straight or right-angle (wall below the pins or above them), usually square posts, and may be breakaway. May be polarized. The female plug either consists of a housing with wire-crimp contacts, or uses insulation displacement for unstripped wire. In a few cases, male plugs and 4-wall male PCB headers are available. Sometimes known by their manufacturers\' series names as "KK", "MTA" or "VH".', kw: ['KK','wire-to-board','PCB header','header','housing'], vtg: 'M', mate: 'LU', }; var pin_socket_std_comm_062 = { nm: 'Standard/commercial "Pin and socket", 0.062 "', ds: 'Two-part connectors for individual wires, either wire-to-wire or wire-to-board. Each row ends with a triangle. The hollow pins have a nominal diameter of 0.062 inch (1.57 mm). Single to five rows. Discrete wires are crimped in contacts. Old standard connectors for appliances and automotive. On the street they may be called "Molex".', kw: ['0.062 pin','Pin and socket','Molex',], mate: 'U', }; var pin_socket_std_comm_093 = { nm: 'Standard/commercial "Pin and socket", 0.093 "', ds: 'Two-part connectors for individual wires, either wire-to-wire or wire-to-board. Each row ends with a triangle. The hollow pins have a nominal diameter of 0.093 inch (2.36 mm). Single to five rows. Discrete wires are crimped in contacts. Old standard connectors for appliances and automotive. On the street they may be called "Molex".', kw: ['0.093 pin','Pin and socket','Molex',], mate: 'U', }; var pin_socket_comm_matenlok_084 = { nm: 'Commercial Mate-n-lok "Pin and socket"', ds: 'Two-part connectors for individual wires, wire-to-wire. Two square notches on the far ends. The hollow pins have a nominal diameter of 0.084 inch (2.13 mm). Single to five rows. Discrete wires are crimped in contacts.', kw: ['0.084 pin','Pin and socket',], mate: 'LU', }; var pin_socket_comm_matenlok_140 = { nm: '0.14 " Mate-n-lok "Pin and socket" connectors', ds: 'Two-part connectors for individual wires, wire-to-wire. Each row ends with a half circle. The hollow pins have a nominal diameter of 0.14 inch (3.55 mm). Single row or 3 rows. Discrete wires are crimped in contacts.', kw: ['0.093 pin','Pin and socket','Molex','plug','header','PCB header',], mate: 'LU', }; var pin_socket_disk_drv_084 = { nm: 'Disk drive "Pin and socket" connectors', ds: 'Two-part connectors for individual wires, wire-to-wire or wire-to-board. Two chamfers on the far ends. The hollow pins have a nominal diameter of 0.084 inch (2.13 mm). Four contacts, single row. Discrete wires are crimped in contacts. Male pin is hollow. Used to power disk drives.', kw: ['0.084 pin','Pin and socket',], mate: 'LU', }; var pin_socket_misc_conn = { nm: 'Misc. "Pin and socket" connectors', ds: 'Two-part connectors for individual wires, either wire-to-wire or wire-to-board. Hollow pins. Some other type of pin-and-socket.', kw: ['Pin and socket','Molex','plug','header','PCB header',], mate: 'LU', }; var partitioned_shroud_round_conn = { nm: 'Rounded partitions connector', ds: 'Connector with partitioned shroud: each socket in the female is individually shrouded and each pin in the male is in an individual cavity. The cross section of each individual shroud varies (for keying) and is round, square, or square with one or more rounded corners.', kw: ['Mate-N-Lok'], curr: 'M', panl: 'N', hybr: 'N', prod: 'DR', }; var partitioned_shroud_micro_fit_conn = { nm: 'Micro-fit connectors', ds: 'Industry-standard wire-to-wire / wire-to-board rectangular connectors for interior use. 3 mm pitch, 1- or 2-row, outward latch on the wide side. Each socket in the female is individually shrouded (square cross-section, some are chamfered for keying); each pin in the male is in an individual cavity. Individual wires are crimped to contacts. Black housing.', kw: ['Micro MATE-N-LOK'], curr: 'M', panl: 'N', hybr: 'HN', prod: 'N', }; var partitioned_shroud_mini_fit_jr_conn = { nm: 'Mini-fit jr connectors', ds: 'Industry-standard rectangular wire-to-wire / wire-to-board connectors for interior use. 4.2 mm pitch, 2-row, outward latch on the wide side. Each socket in the female is individually shrouded (square cross-section, some are chamfered for keying); each pin in the male is in an individual cavity. Individual wires are crimped to contacts. Nylon housings, natural, white or black.', kw: ['VAL-N-LOK'], curr: 'M', panl: 'N', hybr: 'HN', prod: 'D', }; var partitioned_shroud_misc_fit_conn = { nm: 'Misc. "Fit" connectors', ds: 'Rectangular wire-to-wire / wire-to-board connectors for interior use. Pitch other than 3 or 4.2 mm, 1-row, outward latch on the wide side. Each socket in the female is individually shrouded (square cross-section, some are chamfered or have a wing for keying); each pin in the male is in an individual cavity. Individual wires are crimped to contacts. Black housing.', kw: [''], curr: 'M', panl: 'N', hybr: 'N', prod: 'N', }; var partitioned_shroud_tall_conn = { nm: 'Tall partitioned shroud conn.', ds: 'Rectangular wire-to-board connectors for interior use. 1 or 2 rows, inward latch on the wide side. Each socket in the female is individually shrouded (tall rectangular cross-section with a single hole); each pin in the male is in an individual cavity. Individual wires are crimped to contacts.', kw: [''], curr: 'M', panl: 'N', hybr: 'N', prod: 'H', }; var partitioned_shroud_2hole_conn = { nm: '2-hole partitioned shroud conn.', ds: 'Rectangular wire-to-wire / wire-to-board connectors for interior use. 1 to 3 rows, latch on the wide side. Each socket in the female is individually shrouded (square or rectangular cross-section with two holes, one for the pin and one for an extraction tool); each pin in the male is in an individual cavity. Individual wires are crimped to contacts.', kw: [''], curr: 'M', panl: 'TN', hybr: 'N', prod: 'N', }; var partitioned_shroud_blade_conn = { nm: 'Blade partitioned shroud conn.', ds: 'High-power rectangular wire-to-wire / wire-to-board connectors for interior use. The male has blade contactss. 1 or 2 rows, latch on the wide side or two latches on narrow sides. Each socket in the female is individually shrouded (usually a square cross-section); each pin in the male is in an individual cavity. Individual wires are crimped to contacts.', kw: [''], curr: 'MH', panl: 'TN', hybr: 'N', prod: 'H', }; var partitioned_shroud_misc_conn = { nm: 'Misc. partitioned shroud conn.', ds: 'Rectangular wire-to-wire / wire-to-board connectors for interior use. Each socket in the female is individually shrouded; each pin in the male is in an individual cavity. Individual wires are crimped to contacts.', kw: [''], curr: 'MH', panl: 'TN', hybr: 'N', prod: 'N', }; var lo_prof_1r_w2b_conn_1 = { nm: 'Single-row, low-profile W2B conn., 1 mm', ds: 'Low-profile wire-to-board connector. Four-wall male PCB header, straight or right-angle. Straight plug for individial wires, crimp or insulation displacement, no latch. One row, about 1 mm pitch. Used inside a product (not accessible by the end-user).', kw: [''], curr: 'L', panl: 'N', mate: 'LU', hybr: 'N', }; var lo_prof_1r_w2b_conn_1p2 = { nm: 'Single-row, low-profile W2B conn., 1.2 mm', ds: 'Low-profile wire-to-board connector. Four-wall male PCB header, straight or right-angle. Straight plug for individial wires, crimp or insulation displacement, may have latch. One row, about 1.2 mm pitch. Used inside a product (not accessible by the end-user).', kw: [''], curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', }; var lo_prof_1r_w2b_conn_1p5 = { nm: 'Single-row, low-profile W2B conn., 1.5 mm', ds: 'Low-profile wire-to-board connector. Four-wall male PCB header, straight or right-angle. Straight plug for individial wires, crimp or insulation displacement, may have latch. One row, about 1.5 mm pitch. Used inside a product (not accessible by the end-user).', kw: [''], curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', }; var lo_prof_1r_w2b_conn_2 = { nm: 'Single-row, low-profile W2B conn., 2 mm', ds: 'Low-profile wire-to-board connector. Four-wall male PCB header, straight or right-angle. Straight plug for individial wires, crimp or insulation displacement, may have latch. One row, about 2 mm pitch. Used inside a product (not accessible by the end-user).', kw: [''], curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', }; var lo_prof_1r_w2b_conn_2p5 = { nm: 'Single-row, low-profile W2B conn., 2.5 mm', ds: 'Low-profile wire-to-board connector. Four-wall male PCB header, straight or right-angle. Straight plug for individial wires, crimp or insulation displacement, may have latch. One row, about 2.5 mm pitch. Used inside a product (not accessible by the end-user).', kw: [''], curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', }; var lo_prof_2r_w2b_conn_2 = { nm: 'Two-row, low-profile W2B conn., 2 mm', ds: 'Low-profile wire-to-board connector. Four-wall male PCB header, straight or right-angle. Straight plug for individial wires, crimp or insulation displacement, may have latch. Two rows, about 2 mm pitch. Used inside a product (not accessible by the end-user).', kw: [''], curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', }; var lo_prof_2r_w2b_conn_misc = { nm: 'Two-row, low-profile W2B conn., other pitch', ds: 'Low-profile wire-to-board connector. Four-wall male PCB header, straight or right-angle. Straight plug for individial wires, crimp or insulation displacement, may have latch. Two rows, other than 2 mm pitch. Used inside a product (not accessible by the end-user).', kw: [''], curr: 'L', panl: 'N', mate: 'U', hybr: 'N', }; var lo_prof_sidelined_w2b_conn = { nm: 'Low-prof. sidelined W2B connectors', ds: 'Low-profile wire-to-board connector. Header may have pins against a wall (male), fork contact with two blades, one against each wall (female), or a single spring leaf (genderless). The plug may gave a I-shaped spring-leaf pin or a a U-shaped contact exposed on the front and back that touches both blades of the fork in the header (male), a 3-sided socket (female), or a U-shaped blad that touches the spring leaf in the header (genderless),', kw: [''], panl: 'N', mate: 'LU', hybr: 'N', }; var parallel_mate_w2b_conn = { nm: 'Parallel mate, wire-to-board connectors', ds: 'Two-part wire-to-board connectors. Wire are parallel to the PCB, yet the connector is flat against PCB. Individual stripped wire are crimped into sockets and inserted in a female housing. Then the female is positioned parallel to the male PCB header and snapped into it. To release, the female is pulled up. The pitch ranges from 1.2 to 13 mm. Single row, unlatched (snap lock).', kw: ['Parallel mate','PCB header','wire-to-board','header','housing'], panl: 'N', mate: 'U', hybr: 'N', }; var lvds_wire_w2b_conn = { nm: 'Discrete wire LVDS connectors', ds: 'Wire-to-board connector, flat against the PCB, suitable for LVDS (Low Voltage Differential Signaling). Terminated to individual wires parallel to the PCB. Straight plug into a right-angle PCB header. Or, Right-angle plug into a straight header. Genderless contacts.', kw: ['LVDS','',], wire: 'RW', }; var lvds_fpc_w2b_conn = { nm: 'FFC/FPC LVDS connectors', ds: 'Wire-to-board connector, flat against the PCB, suitable for very high data rate. Terminated to a flat cable (FFC or FPC) parallel to the PCB. Straight plug into a right-angle PCB header. Or, Right-angle plug into a straight header. Genderless contacts.', kw: ['LVDS','',], wire: 'F', sa: ['ffc_fpc_latch_sockets'], }; var lvds_coax_w2b_conn = { nm: 'Coax LVDS connectors', ds: 'Wire-to-board connector, flat against the PCB, suitable for very high data rate. Terminated to an array of coax cables parallel to the PCB. Straight plug into a right-angle PCB header. Or, Right-angle plug into a straight header. Genderless contacts.', kw: [''], wire: 'X', }; var metrimate_trident_conn = { nm: 'Metrimate / MR / Trident connectors', ds: 'Large rectangular connetors with as many as 9 rows, two outward latches on the male, chamfers and triangular keys.', kw: ['','',], topo: 'wW', wire: 'CW', term: 'C', vtg: 'M', panl: 'TN', mate: 'LU', hybr: 'N', }; var miniflex_conn = { nm: 'Miniflex connectors', ds: 'Mass terminated (insulation displacement) ribbon cable. Two rows in a staggered pattern. Originally the TE Micro-MaTch connector but now widely copied.', kw: ['Micro-MaTch','',], topo: 'BwW', wire: 'R', term: 'M', vtg: 'L', panl: 'N', mate: 'U', hybr: 'N', }; var dynamic_jfa_conn = { nm: 'Dynamic / JFA connectors', ds: 'A group of dissimlar conectors grouped under TE\'s "Dynamic" brand or JST\' "JFA" brand. Includes some partitioned connectors and some sensor connectors.', sa: ['sensor_conn'], kw: ['','',], topo: 'wW', wire: 'W', term: 'C', vtg: 'LM', panl: 'N', mate: 'L', hybr: 'N', }; var step_ends_conn = { nm: 'Stepped-end housing connectors', ds: 'Mass terminated (insulation displacement) ribbon cable. Single row or two rows in a grid. The housing is stepped at the two ends.', kw: ['Micro-MaTch','',], topo: 'Bw', wire: 'RW', term: 'CM', vtg: 'L', panl: 'N', mate: 'L', hybr: 'N', }; var propr_w2w_rect_conn = { nm: 'Wire-to-wire rectangular connectors', ds: 'General purpose wire-to-wire connector families. Fully shrouded male plus female plug. Wires are crimped to terminals, or uses insulation displacement on individual unstripped wires.. Used inside a product (not accessible by the end-user).', kw: [''], topo: 'W', b: 1, term: 'C', curr: 'M', vtg: 'M', }; var std_prof_w2b_conn = { nm: 'Standard prof. wire-to-board rectangular conn.', ds: 'General purpose wire-to-board connector families. Fully shrouded male plus female plug. Wires are crimped to terminals, or uses insulation displacement on individual unstripped wires.. Used inside a product (not accessible by the end-user).', sa: ['lo_prof_w2b_conn'], kw: [''], topo: 'w', term: 'CI', curr: 'M', vtg: 'M', }; var propr_rect_conn_1 = { nm: '~1 mm proprietary regular rectangular conn.', ds: 'General purpose connector families that include more than one function: wire-to-wire, wire-to-board, or board-to-board. Less than to 1.2 mm pitch. Fully shrouded male plus female plug. Wires are crimped to terminals, or uses insulation displacement on individual unstripped wires.. Used inside a product (not accessible by the end-user).', kw: [''], topo: 'w', term: 'CI', curr: 'L', vtg: 'L', }; var propr_rect_conn_2 = { nm: '~2 mm proprietary regular rectangular conn.', ds: 'General purpose connector families that include more than one function: wire-to-wire, wire-to-board, or board-to-board. 2.0 to 2.4 mm pitch. Fully shrouded male plus female plug. Wires are crimped to terminals, or uses insulation displacement on individual unstripped wires.. Used inside a product (not accessible by the end-user).', kw: [''], topo: 'w', term: 'CM', curr: 'M', vtg: 'M', }; var propr_rect_conn_2p5 = { nm: '~2.5 mm proprietary regular rectangular conn.', ds: 'General purpose connector families that include more than one function: wire-to-wire, wire-to-board, or board-to-board. 2.5 to 2.9 mm pitch (such as 2.54 mm). Fully shrouded male plus female plug. Wires are crimped to terminals, or uses insulation displacement on individual unstripped wires.. Used inside a product (not accessible by the end-user).', kw: [''], topo: 'wW', term: 'C', curr: 'M', vtg: 'M', }; var propr_rect_conn_misc = { nm: 'Misc. proprietary regular rectangular conn.', ds: 'General purpose connector families that include more than one function: wire-to-wire, wire-to-board, or board-to-board. Pitch other than 1 or 2.5 mm. Fully shrouded male plus female plug. Wires are crimped to terminals, or uses insulation displacement on individual unstripped wires.. Used inside a product (not accessible by the end-user).', kw: [''], topo: 'wW', term: 'N', curr: 'M', vtg: 'M', }; var unshrouded_keyed_conn = { nm: 'Ushrouded keyed rectangular connectors', ds: 'Neither mate is shrouded, or at most, header has two small posts or plug has a simple wall. Keyed: only mates with the intended mate (unlike unkeyed unshrouded connectors).Used inside a product (not accessible by the end-user).', kw: [''], sa: ['unshrouded_conn'], topo: 'w', b: 1, wire: 'RW', term: 'CIM', curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', env: 'R', prod: 'N', }; var ra_3wall_rec_conn = { nm: '3-wall R.A. header rectangular connectors', ds: 'The male header is right-angle and has 3 walls (the PCB forms the 4th wall). Used inside a product (not accessible by the end-user).', kw: [''], topo: 'w', wire: 'W', term: 'CM', curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', env: 'R', prod: 'c', }; var rounded_rect_conn = { nm: 'Roundish rectangular connectors', ds: 'The mating face is more of a circle than a rectangle. Other than that, the connector has all the characteristics of a rectangular connector (and few of a circular connector). Used inside a product (not accessible by the end-user).', kw: [''], topo: 'wW', wire: 'W', term: 'CS', curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', env: 'R', prod: 'c', }; var sealed_rect_conn = { nm: 'Sealed rectangular connectors', ds: 'Sealed connectors used inside a product (not accessible by the end-user), usually wire-to-wire.', kw: [''], sa: ['sealed_automotive_conn'], topo: 'wW', wire: 'W', term: 'C', curr: 'M', panl: 'N', mate: 'L', hybr: 'N', env: 'W', prod: 'c', }; var genderless_rect_conn = { nm: 'Genderless rectangular connector', ds: 'Rectangular connector with genderless contacts. Used inside a product (not accessible by the end-user).', kw: ['','',], topo: 'wW', wire: 'RW', term: 'CI', curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', env: 'R', prod: 'N', }; var metal_latch_rect_conn = { nm: 'Metal latch connector', ds: 'Rectangular connector with two metal latches at the narrow ends. Used inside a product (not accessible by the end-user).', kw: ['','',], topo: 'wW', wire: 'W', term: 'C', curr: 'M', panl: 'N', mate: 'L', hybr: 'N', env: 'R', prod: 'I', }; var screw_latch_rect_conn = { nm: 'Screw latch connector', ds: 'Rectangular connector with two screws for latching at the narrow ends. Used inside a product (not accessible by the end-user).', kw: ['','',], topo: 'wW', wire: 'W', term: 'C', curr: 'M', panl: 'N', mate: 'L', hybr: 'HN', env: 'R', prod: 'I', }; var misc_gen_purp_rect_conn = { nm: 'Misc. irregular rectangular connectors', ds: 'General purpose connector families that include more than one function: wire-to-wire, wire-to-board, or board-to-board. Not quite rectangular or fastening other than latches, or otherwise non-standard. Used inside a product (not accessible by the end-user).', kw: [''], topo: 'wW', wire: 'W', term: 'CSW', curr: 'M', panl: 'N', mate: 'LU', hybr: 'N', env: 'R', prod: 'R', }; // Application specific connectors var faston_boots = { nm: 'Faston boots', ds: 'Housings for quick-connect female disconnects. Not conforming to the RAST standard. Female mates to individual quick-connect (Faston) tabs on a PCB, or to a male mate with tabs.', kw: ['appliances','tab','quick-connect','quick-disconnect','fastin','faston',], sa: ['rast_5_conn'], topo: 'wW', term: 'C', }; var timer_sockets = { nm: 'Timer sockets', ds: 'Connectors designed for use inside home appliances (e.g., washing machines). Female only, single-row, 5 mm pitch. Not conforming to the RAST standard. Mates to individual quick-connect (Faston) tabs on a PCB.', kw: ['appliances','tab','quick-connect','quick-disconnect','fastin','faston',], sa: ['rast_5_conn'], topo: 'w', term: 'C', }; var rast_5_conn = { nm: 'RAST 5 appliance connectors', ds: 'Connectors designed for use inside home appliances (e.g., washing machines). Conforming to the RAST 5 standard. 5 mm pitch. The female is on wires and the male has a set of quick-connect tabs (either a PCB header or wire-mounted connector); also mates to individual quick-connect tabs on a PCB.', kw: ['RAST 5','appliances','tab','quick-connect','quick-disconnect','fastin','faston','header','IDC','crimp',], sa: ['faston_boots', 'rast_2p5_card_edge_plugs','rast_5_card_edge_plugs'], topo: 'w', term: 'M', }; var unsealed_automotive_conn = { nm: 'Unsealed automotive connectors', ds: 'Connectors designed for use inside a vehicle (e.g., a passenger car). Rectangular connector that provides high reliability: latched, TPA (Terminal Position Assurance), positive click, hole for a pin extractor tool on the mating face. Wire-to-wire or wire-to-board. Not sealed.', kw: ['',], sa: ['sealed_rect_conn'], wire: 'W', curr: 'M', vtg: 'L', spd: 'L', panl: 'N', hybr: 'HN', env: 'S', prod: 'bceilm', dev: 'N', }; var sealed_automotive_conn = { nm: 'Sealed automotive connectors', ds: 'Connectors designed for use inside a vehicle (e.g., a passenger car). Rectangular connector that provides high reliability: latched, TPA (Terminal Position Assurance), positive click, hole for a pin extractor tool on the mating face. Wire-to-wire or wire-to-board. Sealed.', kw: ['Yazaki',], wire: 'W', curr: 'M', vtg: 'L', spd: 'L', panl: 'N', hybr: 'HN', env: 'SW', prod: 'bceilmr', dev: 'N', }; var rf_automotive_conn = { nm: 'RF automotive connectors', ds: 'Radio frequency (RF) connectors designed for use inside a vehicle (e.g., a passenger car). Includes FAKRA.', kw: ['FAKRA',], sa: ['microwave_conn','hsd_circular_conn'], wire: 'X', curr: 'L', vtg: 'L', spd: 'CR', panl: 'N', hybr: 'C', env: 'S', prod: 'cl', dev: 'A', }; var high_pwr_interior_ev_conn = { nm: 'High-power interior EV connectors', ds: 'Connectors for more than 100 V and more than 50 A designed for use inside an electric vehicle (e.g., a passenger EV, HEV or PHEV). Two or three conductors. May be shielded. May include 2 signal wires for a interlock loop.', kw: ['Yazaki',], sa: ['ev_dc_power_conn'], wire: 'LW', curr: 'HV', vtg: 'M', spd: 'L', panl: 'N', hybr: 'HN', env: 'SW', prod: 'clm', dev: 'B', }; var automobile_2p8mm_conn = { nm: '2.8 mm blade "Automobile" connectors', ds: 'Uses 2.8 mm wide quick-connect disconnects. Latch on the shrouded male. Generic connector found on Chinese sites, no known manufacturer. Based on an obsolete Molex quick-connect boot. Despite its name, it is not an automotive connector.', kw: ['','',], wire: 'W', curr: 'M', vtg: 'L', spd: 'L', panl: 'N', hybr: 'N', env: 'S', prod: 'm', dev: 'N', }; // Drawer var unshrouded_drawer_con = { nm: 'Unshrouded drawer connectors', ds: 'Connectors placed at the back of modules or PCB cards that slide into a rack and mate to connectors at the back of the rack. Unshrouded. Signal, power, or hybrid. Usually, both mates use the same housing, one with pins and one with sockets. May be turned into a cable-to-panel connector by adding a metal hood.', kw: ['drawer','rack and panel','NIM'], kw: [''], term: 'C', curr: 'M', vtg: 'M', panl: 'N', hybr: 'HN', prod: 'D', dev: 'N', }; var genderless_drawer_conn = { nm: 'Genderless drawer connectors', ds: 'Connectors placed at the back of modules or PCB cards that slide into a rack and mate to connectors at the back of the rack. Shrouded, flat genderless contacts. May be turned into a cable-to-panel connector by adding a metal hood.', kw: ['drawer','rack and panel'], kw: [''], term: 'CS', curr: 'M', vtg: 'M', panl: 'N', hybr: 'N', prod: 'D', dev: 'N', }; var signal_drawer_conn = { nm: 'Signal drawer connectors', ds: 'Blind-mate connectors placed at the back of modules or PCB cards that slide into a rack and mate to connectors at the back of the rack. Has only signal contacts. May use pegs to align the mates. The user cannot see the two mates as they are mated. The mates may float to allow for some mismatch.', kw: ['drawer','rack and panel','blind mate','pegs'], kw: [''], term: 'C', curr: 'M', vtg: 'L', panl: 'N', hybr: 'HN', prod: 'D', dev: 'N', }; var pwr_drawer_conn = { nm: 'Power drawer connectors', ds: 'Blind-mate connectors placed at the back of modules or PCB cards that slide into a rack and mate to connectors at the back of the rack. Has only power contacts. The user cannot see the two mates as they are mated. The shape of the body aligns the mates. The mates may float to allow for some mismatch.', kw: ['drawer','rack and panel','blind mate'], kw: [''], term: 'C', curr: 'H', vtg: 'M', panl: 'N', hybr: 'N', prod: 'BDP', dev: 'B', }; var hybrid_drawer_conn = { nm: 'Hybrid drawer connectors', ds: 'Blind-mate connectors placed at the back of modules or PCB cards that slide into a rack and mate to connectors at the back of the rack. Hybrid: has both power and signal contacts. The user cannot see the two mates as they are mated. The shape of the body aligns the mates. The mates may float to allow for some mismatch.', kw: ['drawer','rack and panel','blind mate'], kw: [''], term: 'C', curr: 'MH', vtg: 'M', panl: 'N', hybr: 'H', prod: 'BDP', dev: 'B', }; var drawer_conn_frame = { nm: 'Drawer connector frames', ds: 'Configurable frame that accepts sub-connectors for signals and contacts for power. When assembled, forms a hybrid blind-mate connector. Placed at the back of modules that slide into a rack and mate to connectors at the back of the rack. The user cannot see the two mates as they are mated. The shape of the body aligns the mates. The mates may float to allow for some mismatch.', kw: ['drawer','rack and panel','blind mate','adapter', 'complex connector'], term: 'C', curr: 'MH', vtg: 'M', panl: 'N', hybr: 'H', prod: 'BD', dev: 'N', }; // Hot-pluggable var sata_hot_pluggable_conn = { nm: 'SATA hot-pluggable connectors', ds: 'Interior connectors for SATA computer peripherals. One mate is a card-edge socket, the other one is a plastic blade that emulates a PCB edge.', }; var sas_pcie_hot_pluggable_conn = { nm: 'SAS, PCIe hot-pluggable connectors', ds: 'Interior connectors for SAS, PCIe computer peripherals. One mate is a card-edge socket, the other one is a plastic blade that emulates a PCB edge.', }; var sfp_hot_pluggable_conn = { nm: 'SFP, PCIe hot-pluggable connectors', ds: 'Interior connectors for SFP computer peripherals. One mate is a card-edge socket, the other one uses a PCB edge.', }; var misc_hot_pluggable_conn = { nm: 'Misc. hot-pluggable connectors', ds: 'Interior connectors for some other computer peripherals. One mate is a card-edge socket, the other one uses a PCB edge.', }; // Misc. Appl. Specific var high_pwr_rc_conn = { nm: 'Hi-power RC model connectors', ds: 'Connectors for more than 50 A designed for use inside a radio controller model (e.g., a car, airplane) or a drone. Two or three conductors.', kw: ['XT30','XT60','XT90','EC-2','EC-3','EC-5','EC-8','TRX','Traxxas'], sa: ['misc_power_exposed_pin_conn','prismatic_keyed_conn','misc_gen_purp_rect_conn','partitioned_shroud_round_conn'], b: 1, topo: 'wW', term: 'S', curr: 'HV', vtg: 'L', panl: 'N', mate: 'U', hybr: 'N', ind: 'N', loc: 'N', env: 'R', prod: 'R', dev: 'B', }; var sensor_conn = { nm: 'Sensor connectors', ds: 'Two-part connectors for individual wires, either wire-to-wire or wire-to-board. Single row, latches on the sides. Discrete wires are terminated through insulation displacement or stripped and held in a spring cage, or crimped in contacts.. Multi-port PCB headers accept 2 to 4 plugs. Application include sensors and CC-Link communications.', kw: ['IDC','insulation displacement','poke-in','mass terminated','spring cage','multi-header','CC-Link'], sa: ['dynamic_jfa_conn'], topo: 'w', term: 'C', curr: 'L', vtg: 'L', panl: 'N', mate: 'L', hybr: 'N', ind: 'F', loc: 'F', env: 'R', prod: 'K', dev: 'Z', }; var thermocouple_conn = { nm: 'Thermocouple connectors', ds: 'Two-circuit connectors with contacts made of two different metals to match the two metals in a thermocouple.', kw: [''], topo: 'wW', term: 'C', curr: 'L', vtg: 'L', panl: 'N', mate: 'U', hybr: 'N', dev: 'H', ind: 'F', loc: 'FL', env: 'R', prod: 'K', dev: 'N', }; var back_light_conn = { nm: 'Back-light connectors', ds: 'Wire-to-board and wire-to-wire connectors for back lights in flat screens. Two to four contacts, may have a wide pitch for high voltage.', kw: ['multi-header',], topo: 'w', term: 'C', curr: 'M', vtg: 'L', panl: 'N', mate: 'LU', hybr: 'N', ind: 'N', loc: 'R', env: 'R', prod: 'CE', dev: 'N', }; var misc_appl_specific_conn_ = { nm: 'Misc. application specific connectors', ds: 'Other rectangular connectors for a specific application.', kw: ['',], sa: ['board_sockets'], topo: 'wW', term: 'C', curr: 'M', vtg: 'M', panl: 'N', mate: 'LU', hybr: 'N', ind: 'X', loc: 'W', env: 'I', prod: 'BO', dev: 'N', }; // 16 Exterior signal connectors family var d_sub_conn = { nm: 'D-sub connectors', ds: 'Medium-sized connectors with a trapezoidal (D-shaped) mating face for communications and industrial applications. 2.77 mm pitch, gendered. For exterior use (accessible to the end-user, outside equipment). Includes DE-09 (incorrectly called "DB9"), DB-25 and "VGA".', kw: ['DB-25','VGA','DE-09','',''], b: 1, topo: 'wW', curr: 'MH', spd: 'CLR', mate: 'LU', hybr: 'CHN', ind: 'FIR', loc: 'FL', prod: 'CEIQ', }; var micro_d_conn = { nm: 'Micro-D connectors', ds: 'Small-sized connectors with a trapezoidal (D-shaped) mating face for communications and industrial applications. 1.27 mm pitch, gendered, smaller than a D-sub. For exterior use (accessible to the end-user, outside equipment).', kw: [''], topo: 'wW', curr: 'M', spd: 'L', mate: 'U', hybr: 'N', ind: 'N', loc: 'N', prod: 'N', }; var nano_d_conn = { nm: 'Nano-D connectors', ds: 'Small connectors with a trapezoidal (D-shaped) mating face for communications and industrial applications. 0.064 mm pitch, gendered, much smaller than a D-sub. For exterior use (accessible to the end-user, outside equipment).', kw: [''], topo: 'wW', curr: 'M', spd: 'L', mate: 'LU', hybr: 'N', ind: 'N', loc: 'N', prod: 'N', }; var micro_ribbon_conn = { nm: 'Micro ribbon ("Centronics") connectors', ds: 'Medium-sized connectors with a trapezoidal (D-shaped) mating face for communications and industrial applications. 2.2 mm pitch. Same shell as D-Sub. Same genderless contacts as "Blue Ribbon" drawer connector: shrouded mate has a central rib with slide contacts on either side; other mate has s slot with slide contacts on the outer surfaces. 24-circuit used for the GPIB (HPIB, IEEE 388) interface. 36-circuit used for IEEE 1284 ("Centronics") computer printer parallel interface. 50-circuit used for SCSI computer link and for RJ21X office telephone connectors. For exterior use (accessible to the end-user, outside equipment).', kw: ['IEEE 488','IEEE 1284','Parallel printer','GPIB','HPIB','Centronics','SCSI','RJ21X',''], sa: ['d_sub_conn', 'drawer_conn'], topo: 'wW', curr: 'M', spd: 'L', mate: 'LU', hybr: 'N', ind: 'FR', loc: 'L', prod: 'CIQ', }; var mini_d_ribbon_conn = { nm: 'Mini-D ribbon connectors', ds: 'Medium-sized connectors with a trapezoidal (D-shaped) mating face for communications and industrial applications. 1.27 mm pitch. Smaller than Blue Ribbon. Genderless: shrouded mate has a central rib with slide contacts on either side; other mate has s slot with slide contacts on the outer surfaces. 24-circuit used for the GPIB (HPIB, IEEE 388) interface. 36-circuit used for IEEE 1284 ("Centronics") computer printer parallel interface. 50-circuit used for SCSI computer link and for RJ21X office telephone connectors. For exterior use (accessible to the end-user, outside equipment).', kw: [''], topo: 'BwW', curr: 'M', spd: 'L', mate: 'U', hybr: 'N', ind: 'N', loc: 'N', prod: 'C', }; var misc_d_shell_conn = { nm: 'Misc. D-shell connectors', ds: 'Connectors with a trapezoidal (D-shaped) mating face, other than D-sub or Mini-D ribbon. Including Micro-D, SCSI-3 and 4. For exterior use (accessible to the end-user, outside equipment).', kw: ['Micro-D', 'SCSI-3', 'SCSI-4'], topo: 'BwW', curr: 'M', spd: 'L', mate: 'U', hybr: 'N', ind: 'N', loc: 'N', prod: 'N', }; var modular_conn = { nm: 'Modular connectors', ds: 'Standard connectors for tepephones. Now adopted for data I/O, such as Etherenet RJ45. The in-line male is crimped on a flat cable and has exposed contacts; it has no shell. Exterior connector for 2 to 8 circuits.', kw: ['Modular','RJ11','RJ45','Ethernet'], b: 1, topo: 'wW', spd: 'H', }; var country_specific_phone_conn = { nm: 'Telephone wall connectors', ds: 'Connectors for land-line telephones in variuos countries, other than modular.', kw: [''], topo: 'W', wire: 'CW', term: 'CW', spd: 'L', panl: 'T', ind: 'T', loc: 'R', prod: 'T', wir: 'T', }; var usb_conn = { nm: 'USB data I/O connectors', ds: 'USB connnectors for computer data. For exterior use (accessible to the end-user, outside equipment).', kw: ['USB'], b: 1, curr: 'LM', mate: 'U', }; var firewire_conn = { nm: 'Firewire data I/O connectors', ds: 'Firewire (IEEE 1394) connnectors for computer data. For exterior use (accessible to the end-user, outside equipment).', kw: ['Firewire','IEEE 1394'], curr: 'L', mate: 'U', }; var esata_conn = { nm: 'eSATA data I/O connectors', ds: 'eSATA connnectors for computer data. For exterior use (accessible to the end-user, outside equipment).', kw: ['SATA', 'eSATA'], curr: 'L', mate: 'U', }; var lightning_conn = { nm: 'Apple Lightning data I/O connectors', ds: 'Apple Lightning connnectors for computer data. For exterior use (accessible to the end-user, outside equipment).', kw: ['Lightning', 'Apple'], curr: 'L', mate: 'U', }; var displayport_conn = { nm: 'DisplayPort video connectors', ds: 'Connnectors for video and monitors, DisplayPort and mini-DisplayPort (which is also ThunderBolt 1, 2). For exterior use (accessible to the end-user, outside equipment).', kw: ['DisplayPort','ThunderBolt 1, 2'], curr: 'L', mate: 'U', }; var dvi_conn = { nm: 'DVI video connectors', ds: 'Connnectors for video and monitors, DVI standard. For exterior use (accessible to the end-user, outside equipment).', kw: ['DVI'], curr: 'L', mate: 'LU', }; var hdmi_conn = { nm: 'HDMI video connectors', ds: 'Connnectors for video and monitors, HDMI standard. For exterior use (accessible to the end-user, outside equipment).', kw: ['HDMI'], curr: 'L', mate: 'U', }; var scart_conn = { nm: 'SCART video connectors', ds: 'Connnectors for video and monitors, SCART standard. For exterior use (accessible to the end-user, outside equipment).', kw: ['SCART'], curr: 'L', mate: 'U', }; var misc_data_io_conn = { nm: 'Misc. data I/O connectors', ds: 'Connnectors for computer data, some other standard. For exterior use (accessible to the end-user, outside equipment).', kw: [''], curr: 'L', mate: 'U', }; var misc_ext_other_signal_conn = { nm: 'Misc. various shape ext. signal conn.', ds: 'Misc. signal connector for exterior use (accessible to the end-user, outside equipment) with shape other than rectangular or trapezoidal.', kw: [''], topo: 'wW', wire: 'C', term: 'N', spd: 'L', panl: 'N', ind: 'N', loc: 'N', prod: 'N', wir: 'N', }; // 17 Exterior power connectors family var cee7_ac_power_conn = { nm: 'CEE7 AC power connectors', ds: 'European AC power outlet connectors per the CEE7 standard.', kw: [''], b: 1, topo: 'W', wire: 'CWZ', term: 'BCSW', mate: 'U', loc: 'R', env: 'R', prod: 'CELMOP', wir: 'R', }; var nema_ac_power_conn = { nm: 'NEMA AC power connectors', ds: 'North-American AC power outlet connectors per the NEMA standard. Includes twistlock.', kw: [''], b: 1, topo: 'W', wire: 'CWZ', term: 'BCSW', mate: 'U', loc: 'R', env: 'R', prod: 'CELMOP', wir: 'R', }; var misc_country_specific_ac_power_conn = { nm: 'Country-specific AC power connectors', ds: 'AC power outlet connectors other than the CEE7 and NEMA standards', kw: [''], topo: 'W', wire: 'CWZ', term: 'BCSW', mate: 'U', loc: 'R', env: 'R', prod: 'CELMOP', wir: 'R', }; var iec_60320_ac_power_conn = { nm: 'IEC 60320 AC appliance couplers', ds: 'Connectors that connect the power cord to the product. IEC 60320 standard. For line voltage AC power, for high current (more than 10 A) and high voltage (more than 100 V). Designed to be accessible by the end-user, on the outside a product.', kw: ['IEC AC power', '60320'], b: 1, topo: 'wW', wire: 'CWZ', term: 'CS', mate: 'U', loc: 'FR', env: 'R', prod: 'CEIMP', wir: 'N', }; var vintage_appliance_couplers = { nm: 'Vintage AC appliance couplers', ds: 'Connectors that connect the power cord to the product. Non-standard. For line voltage AC power, for high current (more than 10 A) and high voltage (more than 100 V). Designed to be accessible by the end-user, on the outside a product.', b: 1, topo: 'wW', wire: 'CWZ', term: 'CS', mate: 'U', loc: 'FR', env: 'R', prod: 'CEIMP', wir: 'N', }; var nema_twist_lock_ac_power_conn = { nm: 'NEMA twist-lock AC power connectors', ds: 'North-American AC power connectors that are locked by twisting. NEMA standard', kw: [''], topo: 'W', wire: 'CW', term: 'B', mate: 'L', loc: 'F', env: 'R', prod: 'HI', wir: 'R', }; var iec_60309_pin_and_sleeve_conn = { nm: 'IEC 60309 Pin & sleeve AC power conn.', ds: 'Large round connectors with non-concentric contacts for AC power. Per the IEC 60309 standard (EU).', kw: ['AC power','Pin & sleeve', '60309', 'IEC'], b: 1, topo: 'W', wire: 'CW', term: 'W', mate: 'L', loc: 'F', env: 'HW', prod: 'HI', wir: 'I', }; var nema_pin_and_sleeve_conn = { nm: 'NEMA Pin & sleeve AC power connectors', ds: 'Large round connectors with non-concentric contacts for AC power. Per the NEMA standard (US).', kw: ['AC power','Pin & sleeve', 'NEMA'], topo: 'W', wire: 'CW', term: 'W', mate: 'L', loc: 'F', env: 'HW', prod: 'HI', wir: 'I', }; var ev_charge_power_conn = { nm: 'EV charging connectors', ds: 'Large AC or DC power connectors to charge an Electric Vehicle', kw: [''], b: 1, topo: 'W', wire: 'C', term: 'W', curr: 'HV', panl: 'T', mate: 'L', hybr: 'H', ind: 'V', loc: 'AR', env: 'W', prod: 'ceil', }; var misc_industry_specific_power_conn = { nm: 'Misc. industry-specific power connectors', ds: 'Some other high power connector for a specific industry.', kw: [''], b: 1, topo: 'wW', wire: 'C', term: 'CW', curr: 'H', panl: 'N', mate: 'U', hybr: 'N', ind: 'B', loc: 'S', env: 'R', prod: 'L', }; // DC var dc_couplers = { nm: 'DC couplers', ds: 'Connectors at the end of cord fron an AC adapter or transformer and at the power inlet of a product.', kw: ['',], topo: 'wW', wire: 'CWZ', term: 'CS', panl: 'T', mate: 'U', hybr: 'N', ind: 'N', loc: 'R', env: 'R', prod: 'CEP', }; var forklift_batt_conn = { nm: 'Forklift battery connectors', ds: 'High power DC connector for a low voltage traction battery, such as for forklifts. In the USA. Based on the Anderson Powerpole SB connector. in Europe. Based on the EN 1175-1, DIN VDE 0623-589 standard.', kw: ['charging','forklift','Anderson','battery','powerpole','SB','EN 1175-1','VDE 0623-589','DIN 0623-589','EBC'], sa: ['powerpole_conn','high_pwr_interior_ev_conn'], b: 1, topo: 'wW', wire: 'L', term: 'C', curr: 'V', panl: 'N', mate: 'U', hybr: 'N', ind: 'V', loc: 'F', env: 'R', prod: 'iB', }; var e_bike_charge_conn = { nm: 'e-bike charge connectors', ds: 'High power DC connector from the charger to the traction battery of an electric bicycle.', sa: ['powerpole_conn','high_pwr_interior_ev_conn'], b: 1, topo: 'wW', wire: 'L', term: 'C', curr: 'H', panl: 'N', mate: 'U', hybr: 'N', ind: 'V', loc: 'F', env: 'R', prod: 'iB', }; var misc_ev_dc_power_conn = { nm: 'Misc. battery charge connectors', ds: 'High power DC connector for a low voltage traction battery for other vehicles, such as golf carts.', topo: 'wW', wire: 'L', term: 'C', curr: 'H', panl: 'N', mate: 'U', hybr: 'N', ind: 'V', loc: 'F', env: 'R', prod: 'iB', }; var sae_j928_conn = { nm: 'SAE J928 connectors', ds: 'Hermaphrodite power connector based on bullet disconnects.', kw: ['SAE'], wire: 'RW', term: 'C', panl: 'NT', ind: 'V', loc: 'A', prod: 'mt', wir: 'A', }; var cinch_jones_conn = { nm: 'Cinch Jones connectors', ds: 'Vintage power connector, unsrouded, with blades and forks.', kw: ['Cinch Jones'], wire: 'CW', term: 'S', panl: 'T', ind: 'N', loc: 'N', prod: 'N', wir: 'N', }; // 18 Industrial connectors family var zif_conn = { nm: 'ZIF industrial connectors', ds: 'Large connectors for industrial use that mate with no force, then force is applied to the contacts when they are fastened.', kw: [''], }; var screw_lock_conn = { nm: 'Screw-lock industrial connectors', ds: 'Large connectors for industrial use that are mated and securde with a screw in the middle', kw: [''], }; // 19 Inter-class adapters family var concentric_coax_adapters = { nm: 'Concentric/coax adapters', ds: 'Adapters from a concentric connector to a coax connector.', kw: [''], }; var concentric_circ_adapters = { nm: 'Concentric/circular adapters', ds: 'Adapters from a concentric connector to a circular connector.', kw: [''], }; var coax_circ_adapters = { nm: 'Coax/circular adapters', ds: 'Adapters from a coax connector to a circular connector.', kw: [''], }; var round_banana_adapters = { nm: 'Round/banana adapters', ds: 'Adapters from a round connector to banana.', kw: [''], }; var concentric_term_blk_adapters = { nm: 'Concentric/terminal block adapters', ds: 'Adapters from a concentric connector to a terminal block.', kw: [''], }; var circ_ext_adapters = { nm: 'Circular/exterior adapters', ds: 'Adapters from a circular connector an exterior connector.', kw: [''], }; var ext_signal_adapters = { nm: 'Exterior signal adapters', ds: 'Adapters between two exterior signal connectors of different classes.', kw: [''], }; var ext_power_adapters = { nm: 'Exterior power adapters', ds: 'Adapters between two exterior power connectors of different classes.', kw: [''], }; var misc_adapters = { nm: 'Misc. adapters', ds: 'Adapters between some other classes of connectors.', kw: [''], }; // 20 Non-electric components family var glass_fiber_optic_conn = { nm: 'Glass fiber-optic connector', ds: 'Connectors terminated to glass optical fibers.', kw: [''], loc: 'ART', }; var pof_fiber_optic_conn = { nm: 'POF fiber-optic connector', ds: 'Connectors terminated to plastic optical fibers. 1.0 mm, snap-in, single or dual', kw: [''], loc: 'A', }; var waveguide_flanges = { nm: 'Wave guide flanges', ds: 'Installed at the end of wave guide tubes.', b: 1, acc: 'I', panl: 'T', ind: 'FIRT', loc: 'LFT', prod: 'QW', kw: [''], }; var wireless_pwr_conn = { nm: 'Wireless power connectors', ds: 'Transfer power wirelessly.', acc: 'X', panl: 'N', ind: 'N', loc: 'R', prod: 'CE', kw: [''], }; var keystone_plates = { nm: 'Keystone plates', ds: 'Wall-mount plate into which sub-connectors are snapped: phone, Ethernet, TV, video, speakers.', kw: [''], acc: 'X', panl: 'T', }; var rectangular_frames = { nm: 'Rectangular connector frames', ds: 'Holders into which any combination of rectangualr connector is snapped.', kw: [''], acc: 'I', panl: 'N', }; var cable_glands_bushings = { nm: 'Cable glands, bushings', ds: 'Protect a cable as it goes through a panel. May be sealed. May offer strain relief', acc: 'IX', panl: 'T', }; var ribbon_cable_guides = { nm: 'Board-in ribbon cable guides', ds: 'Mounted to PCB first to hold stripped ribbon cable (round conductors) while it is being soldered directly to the PCB. Permanent. No plug is installed on the ribbon cable.', kw: ['ribbon cable','socket',], sa: ['prismatic_bump_idc_conn','ffc_fpc_lif_sockets'], acc: 'I', panl: 'N', };