Signal Masts Breakout Board Assembly Guide

Table of contents
  1. Signal Masts Breakout Board Assembly Guide
    1. Introduction
    2. Assembly and Component Placement
    3. Tools Required
    4. Safety Precautions
    5. Testing and Verification
      1. Visual Inspection
      2. Functional Testing
    6. Troubleshooting
    7. Appendences
      1. Specifications
      2. How It Works
      3. Protection
      4. Connections
      5. References

Introduction

Train at Signal

The Signal Masts Breakout Board , used in tandem with the PWM Card, is designed to manage the operation of signaling mast lamps. In a standard LCC Fusion Node Cluster, this board connects to the signal mast lamps (typically LEDs), interfacing with a PWM Card to adjust signal aspects in response to LCC Events. These events are often generated by configured Logics and Conditions, which monitor variables such as track block occupancy, the status of other signal masts, and the positions of turnout points.

flowchart LR; 
can["CAN Network"];
subgraph layout ["Train Layout"];
n["Node Card"]; 
pwm["PWM Card"];
direction LR;
can --> |"LCC Event <br/> (on/off/speed"| n;
n --> |"PWM Signal <br/> (on/off, brightness)"| pwm;
pwm --> |"PWM Signal <br/> (on/off, brightness)"| bb["Signal Masts <br/> Breakout Board (16x)"];
bb --> |"Lamp Control <br/>(on/off, brightness)"| m("Mast Signal Heads <br/> (8x 2-lamp, 5x 3-lamp)");
end;
classDef lSalmonStyle fill:#FFA07A,stroke:#333,stroke-width:2px,font-size:24px;
class bb lSalmonStyle;
classDef lightGrayStyle fill:#d3d3d3,stroke:#333,stroke-width:2px,font-size:24px;
class layout lightGrayStyle; 
## Terminology

For other terms, please refer to the full Terminology Guide.

Assembly and Component Placement

This section combines both the component specifications and the assembly instructions to ensure a smooth assembly process. Below is a comprehensive list of components, their placement on the PCB, and orientation details to assist you during assembly.

High-Level Steps for Assembly:

Print PCB Signal Masts Breakout Board PCB
Print
Component Identifier Count Type Value Package Required when using PWM Card V+ Required when using ACC BUS V+ Purpose Orientation
Capacitors                
C1 1 Capacitor-Polymer Solid 100 µF, 35 V 6.3x5.8mm SMD Optional Required Used by 5V voltage regulator for input filtering. Anode positioned toward PCB top edge
C2 1 Capacitor-Ceramic 0.33uF, 50 V 1206 X7R Optional Required Used by 5V voltage regulator for input filtering. None
C3 1 Capacitor-Ceramic 0.1uF 1206 X7R Optional Required Used by 5V voltage regulator for output filtering. None
C4 1 Capacitor-Ceramic 22uF 1206 X7R Optional Required Used by 5V voltage regulator for output filtering. None
Diodes                
D1 1 TVS Diode SMAJ5A SMA Optional Optional GPIO pin Transient Voltage Spike (TVS) protection Cathode end has a white line and positioned towards PCB right edge
D2 1 Diode-Schottky SS310 SMA Optional Optional Protects against reverse polarity on ACC BUS (Crow Bar) Cathode end has a white line and positioned towards PCB right edge
D3 1 Diode-Schottky SS310 SMA Optional Optional Protects against reverse current of V+ for output COM Cathode end has a white line and positioned towards PCB right edge
Fuses & Protection                
F1 1 Fuse-PTC Polymer JK30, 1.5A, 16 V (or more) 5.1mm pitch, PTH Optional Required Protects from sustained overcurrent conditions, used by Crowbar diode for when reverse polarity occurs. None
Connectors                
J1 - J5 5 JST XH Socket 4P, 2.54mm PTH Required when using 3-Lamp signals Required when using 3-Lamp signals Connectors to Mast 3-Lamp Head Position connection outward from the PCB
J6 - J13 8 JST XH Socket 3P, 2.54mm PTH Required when using 2-Lamp signals Required when using 2-Lamp signals Connectors to Mast 2-Lamp Head Position connection outward from the PCB
J14 1 JST XH Socket or 2-Position Spring Terminal Connector 2P, 2.54mm PTH Optional Required Connector to accessory bus (V+, GND) None
J15, J16 2 RJ45 Socket 8P8C PTH Required Required Network cable (CAT5/6) connection from PWM Card. None
Selectors                
JP1 1 Male Header 3-Pin PTH Required Required Use for selecting V+ for use with all LEDs (common Anode). None
JP2, JP3 1 Male Header 3-Pin PTH Required Required Use for setting lines 8 and 16 to be either an outline line or V+ None
SH1, SH3 3 Jumper Cap (Shunt) 2.54mm - Required Required Used for setting Line 16 settings (JP1, JP2) N/A
Voltage Regulators                
VR1 1 Voltage Regulator L7805CV PTH Optional Required 5V voltage regulator for driving LEDs when V+ is configured for ACC BUS Heat sink towards PC top edge

Tools Required

List of recommended tools.

Safety Precautions

Testing and Verification

Visual Inspection

  1. Initial Check: Examine the board for any obvious issues like missing components, solder bridges, or components that are misaligned or not fully seated.

  2. Solder Joint Inspection: Use a magnifying glass or a microscope to inspect solder joints. Look for cold solder joints, insufficient or excessive solder, or any shorts between pads.

  3. Use an Digital Multimeter (DMM) to test for continuity between the input connection pins and the output connection pins as follows:

    Socket (Pin#) JST (Pin #) Socket (Pin#) JST (Pin #)
    J15 (1) J1 (1) and J6 (1) J16 (1) J3 (3) and J10 (1)
    J15 (2) J1 (2) and J6 (2) J16 (2) J4 (1) and J10 (2)
    J15 (3) J1 (3) and J7 (1) J16 (3) J4 (2) and J11 (1)
    J15 (4) J2 (1) and J7 (2) J16 (4) J4 (3) and J11 (2)
    J15 (5) J2 (2) and J8 (1) J16 (5) J5 (1) and J12 (1)
    J15 (6) J2 (3) and J8 (2) J16 (6) J5 (2) and J12 (2)
    J15 (7) J3 (1) and J9 (1) J16 (7) J5 (3) and J13 (1)
    J15 (8) J3 (2) and J9 (2) J16 (8) J13 (2)
           
    JP1 (1) J1 (3) JP2 (1) J14 (1)
    JP1 (2) J2 (2) JP2 (2) n/a
    JP1 (3) J5 (3) JP2 (3) JP14 (2)

Functional Testing

Refer to PWM Card for details on testing the BOD Card with the BOD Card.

Troubleshooting

Appendences

Specifications

Specifications for the BOD Card include:

Characteristic Value
Max Lamps 15
Max 3-Lamp Heads 5
Max 2-Lamp Heads 8
Max Total Current1 1000 mA
Maximum Signal Masts Breakout Boards per PWM Card 1
  1. Max current with CAT6 23awg wiring. Signal Masts Breakout Board uses 48mil traces that support up to 3+A, allowing for more current across all output lines.

How It Works

The Signal Masts Breakout Board simply provides direct connections from the network cable inputs to the sockets that connect to signal lamps.

The Signal Masts Breakout Board is for use with LEDs that have a common Anode (V+) connection, witht their cathodes (GND) connected to each of the boards output lines.

Configuring Selections

There are three selectors that can be set as follows:

Selector Label Components Indicator Options Description
VOLTAGE JP1 LINE, ACC Configures the V+ source for all LEDs:
- LINE mode: V+ is sourced from the PWM Card (via line 8 or 16). One of these lines must be configured as V+.
- ACC mode: V+ is sourced from the ACC BUS. Ensure the ACC BUS and Node Card share the same ground plane.
LINE 8 JP2 OUTPUT, V+ Configures line 8 for either:
- OUTPUT mode: Functions like output lines 1 - 7.
- V+ mode: Connects PWM Card’s 5V/12 V power to all lines for use with common anode LEDs.
LINE 16 JP3 OUTPUT, V+ Configures line 16 for either:
- OUTPUT mode: Functions like output lines 9 - 15.
- V+ mode: Connects PWM Card’s 5V/12 V power to all lines for use with common anode LEDs.

For Signaling details, refer to the PWM Card How it Works section.

Protection

The Signal Masts Breakout Board includes several key protection mechanisms to safeguard both the board and the connected devices. Below is a detailed table outlining the protection provided against flyback voltage, reverse voltage, and current surges, ensuring the longevity and reliability of your setup.

Protected Component Protection Component Function Specifications Location
Entire Board (Relays, Devices, Voltage Regulator) Crowbar Diode, Resettable Fuse Crowbar Protection protects against reverse polarity by short-circuiting the power supply when connected backward, blowing the fuse to protect the circuit Diode becomes forward-biased if reverse polarity occurs Across the power supply input (ACC V+ to ACC GND) C V+ to ACC GND)
Accessory Power (ACC V+) TVS Diode Provides overvoltage protection to prevent damage from voltage spikes on the accessory bus Voltage clamp at specified level (e.g., 12 V) Across the ACC V+ and ACC GND power lines

Connections

The purpose of the Signal Masts Breakout Board and its connectors is to facilitate quick and easy connections between the LCC Fusion cards. For setups with requiring expansion, the Node Bus Hub provides connections to additional hubs.

Component Designator Connector Label Connector Type Connection Number Description
J1, J2, J3, J4, J5 LAMPS JST XH 4P 1 - 4 Connection to 3 Lamps and their common connection
J6 - J13 LAMPS JST XH 3P 1 - 3 Connection to 2 Lamps and their common connection
J14 ACC BUS JST XH 2P, Terminal Connector 1 - 2 V+ and GND connection to layout accessory bus (DC)
J15, J16 NODE BUS RJ45 Socket 1 - 8 Each pin connects to a lamp (LED).

References


Last updated on: May 10, 2025 © 2025 Pat Fleming