Creating PCB from Diagram

Yes — I can work from this image, but not as a one-click PCB conversion.
From the diagram, I can already tell it is a 3-channel interface board between a Beckhoff PLC and an XRD 4343 / XRD-FGe Opto LVDS interface, with:
  • CH1: PLC output to LVDS trigger
  • CH2: LVDS frame enable back to PLC input
  • CH3: LVDS frame sync back to PLC input
  • a DB9 interface
  • selectable 5 V / 24 V input conditioning
  • isolation, LVDS drivers/receivers, protection, and power blocks
The attachment workflow for schematic images says the right approach is to:
  • identify the topology
  • read visible labels/values
  • connect the findings to your current project
  • then offer to recreate the circuit in Flux rather than pretend the image can be imported directly
So the practical answer is:

Table


What I can do from this imageWhat I cannot do directly
Recreate the schematic in Flux based on the blocks and labels shownAuto-import this image as a finished PCB
Help choose actual parts for the isolators, LVDS transceivers, connectors, protection, and power stageInfer exact component part numbers if they are not specified in the diagram
Build the PCB after the schematic is capturedGuarantee correctness of hidden details not shown in the image
The main missing piece is that this image is a block/functional diagram, not a full electrical schematic. It shows functions like “high-speed optocoupler / digital isolator,” “LVDS driver DS90LV011A or SN65LVDS31,” “LVDS receiver SN65LVDS32 or DS90LV032,” “100 Ω differential termination,” polarity select, fuse/polyfuse, TVS/ESD, and optional isolated DC/DC + LDO, but it does not show the exact pin-level wiring for every device or the full power implementation
If you want, I can recreate this board in your current Flux project. The next step would be for me to build a plan for:
  • the connectors and I/O mapping
  • channel-by-channel schematic capture
  • power/protection section
  • then PCB layout
Before I do that, I need one clarification:
Do you want me to build
  1. a functional equivalent of this interface board from the diagram, or
  2. a close reproduction using the exact device families named in the image, like DS90LV011A, SN65LVDS31, SN65LVDS32, and DS90LV032?
build a functional equivalent of this interface board from the diagram
I've made a plan, and started work on it.

Started implementing a plan

# Goal

- Design and implement a functional equivalent of the Beckhoff PLC to XRD 4343 / XRD-FGe Opto LVDS interface board. The board will provide one PLC output to an LVDS trigger channel, two LVDS-to-PLC return status channels, a DB9 field interface, and selectable 5 V or 24 V trigger input conditioning with built-in isolation, protection, and basic power handling. The design will be developed in Flux following schematic capture and PCB layout implementation.

# Implementation plan

1. **Schematic Design and Functional Block Capture**

1. Capture the functional requirements and signal mapping from the reference interface including:

- PLC output to LVDS trigger channel

- Two LVDS-to-PLC status channels

- DB9 interface for field connections

- Selectable 5 V / 24 V trigger input conditioning

- Isolation and protection mechanisms

2. Define power handling and conditioning blocks, ensuring selectability and proper isolation across domains.

2. **Component Selection and Schematic Build**

1. Select and add components to implement the three channels:

- Add a PLC output driver circuit interfaced to an LVDS trigger driver circuit

- Add LVDS receiver circuits for the two return channels routed to PLC inputs

2. Add a DB9 connector and connect it to the field interface circuits correctly.

3. Integrate a selector (or circuitry) to choose between 5 V and 24 V trigger input, and add isolation, protection components (e.g., TVS diodes, optocouplers) in both trigger and return paths.

3. **Schematic Verification and Footprint Assignment**

1. Review the schematic to ensure all functional blocks and signal connections are properly captured.

2. Assign PCB-ready parts and configure footprints for critical components.

4. **PCB Layout Preparation**

1. Define board outline and layout constraints.

2. Group components by functional blocks (trigger channels, status channels, power conditioning, and DB9 interface) and place them accordingly on the board.

3. Configure layout design rules including isolation clearances and trace width for signal integrity.

5. **Layout Finalization and Review**

1. Route all nets using automatic and manual methods where necessary, ensuring proper connections between blocks.

2. Perform layout and manufacturability review to confirm that all components are properly placed and all wiring is correct.

# Success criteria

- The schematic accurately captures the required channels and interfaces including PLC to LVDS trigger, two LVDS-to-PLC status channels, DB9 field interface, selectable trigger input conditioning, isolation, protection, and power handling.

- Components are selected, placed, and assigned PCB footprints, and the board layout meets functional, isolation, and manufacturability requirements.

- The project is ready for further detailed verification and production-level testing.

Working on your request...

17:50

Continue
I've made a plan, and started work on it.
Add USB-C details
Run schematic checks
Pick USB footprint

Started implementing a plan

# Goal

- Implement a functional equivalent of the Beckhoff PLC to XRD 4343 / XRD-FGe Opto LVDS interface board. This design will include one PLC-output-to-LVDS trigger channel, two LVDS-to-PLC status return channels, a DB9 field interface, selectable 5 V or 24 V trigger input conditioning, isolation, protection, and basic 24 V power handling, all based on the uploaded reference diagram.

# Implementation plan

1. Schematic Capture

1. Capture the overall interface architecture including the three channels and DB9 field connector mapping.

2. Add a selectable input conditioning block for 5 V or 24 V triggers, ensuring proper switching, isolation, and conditioning based on reference design.

3. Incorporate isolation and protection circuits (e.g., opto-isolators, TVS diodes) for both trigger and status lines, as well as for the power input.

4. Define power handling and regulation circuitry for the 24 V supply.

2. Component Selection and Placement

1. Select and add suitable LVDS transceivers and isolation components from the Flux parts library.

2. Add necessary passive components (resistors, capacitors) and protection elements into the schematic.

3. Map the DB9 connector signals to the appropriate channels in the design.

3. Schematic Wiring and Connectivity

1. Connect the PLC-output-to-LVDS trigger channel with its dedicated conditioning, isolation, and protection circuitry.

2. Connect two LVDS-to-PLC status return channels to their respective protection circuits, ensuring correct signal routing back to the PLC.

3. Wire the DB9 field interface to correctly interface with external hardware, replicating signal paths from the reference design.

4. PCB Setup and Layout

1. Assign footprints to all selected components and define the board outline with constraints matching project requirements.

2. Place components by functional block: one for the trigger channel, one for the status channels, and one for the DB9 connector and power conditioning.

3. Use auto-placement and auto-routing tools to route nets, ensuring proper clearance and manufacturability.

5. Verification and Review

1. Review the schematic to ensure all signal paths, isolation, and protection measures are consistent with the reference board behavior.

2. Verify PCB layout for routing completeness, manufacturability, and adherence to design rules and isolation requirements.

# Success criteria

- A complete and functional schematic capturing all required channels, DB9 mapping, and selectable input conditioning is created.

- Essential components for LVDS conversion, isolation, and protection are selected and correctly placed.

- PCB layout with correct footprints, board outline, and routed nets is generated and verified for manufacturability.

- The design functions as a functional equivalent of the reference Beckhoff PLC interface board.

Working on your request...

16:44:59

Q1 C - R8 P2
JP3 1 - R1 P1
J2 3 - JP3 2
U2 RO2 - R10 P1
Q3 C - J2 5
IC1 OUT- - U5 I/O 6
PS1 -VOUT - C5 P2
J2 2 - D2 A
R14 P2 - Q3 B
PS1 -VOUT - C5 P2
J2 2 - D2 A
J1 1 - U5 I/O 1
JP3 3 - R5 P1
PS1 +VOUT - C5 P1
R7 P2 - Q1 B
PS1 -VOUT - C5 P2
U1 VO - C8 P1
IC2 VO1 - R6 P2
U1 VO - C8 P1
U4 COL - R14 P1
U2 RO1 - R9 P1
PS1 -VOUT - C5 P2
J1 1 - U5 I/O 1
R1 P2 - R5 P2
J1 2 - U5 I/O 3
J1 6 - U5 I/O 2
U4 COL - R14 P1
R7 P2 - Q1 B
R14 P2 - Q3 B
D1 CATHODE - D2 K
PS1 +VOUT - C5 P1
D1 CATHODE - D2 K
J1 1 - U5 I/O 1
JP2 2 - IC1 IN
J1 2 - U5 I/O 3
IC1 OUT- - U5 I/O 6
PS1 -VOUT - C5 P2
R14 P2 - Q3 B
IC1 OUT+ - U5 I/O 5
PS1 +VOUT - C5 P1
PS1 -VOUT - C5 P2
IC1 OUT+ - U5 I/O 5
U2 RO2 - R10 P1
PS1 +VOUT - C5 P1
IC1 OUT- - U5 I/O 6
J1 6 - U5 I/O 2
J1 7 - U5 I/O 4
J2 2 - D2 A
D1 CATHODE - D2 K
J2 3 - JP3 2
J1 SHIELD__1 - U3 CAT
IC2 VO1 - R6 P2
J1 6 - U5 I/O 2
IC1 OUT- - U5 I/O 6
D1 CATHODE - D2 K
J2 2 - D2 A
R1 P2 - R5 P2
F1 ~ - D1 ANODE
Q1 C - R8 P2
R9 P2 - U3 AN
U3 COL - R13 P1
IC1 OUT+ - U5 I/O 5
J1 2 - U5 I/O 3
PS1 +VOUT - C5 P1
U1 VO - C8 P1
Q3 C - J2 5
PS1 -VOUT - C5 P2
D1 CATHODE - D2 K
PS1 -VOUT - C5 P2
JP3 3 - R5 P1
PS1 +VOUT - C5 P1
PS1 +VOUT - C5 P1
PS1 +VOUT - C5 P1
J1 SHIELD__1 - U3 CAT
J2 2 - D2 A
R1 P2 - R5 P2
IC2 VO1 - R6 P2
J1 SHIELD__1 - U3 CAT
J2 2 - D2 A
PS1 +VOUT - C5 P1
J1 6 - U5 I/O 2
R10 P2 - U4 AN
D1 CATHODE - D2 K
J1 SHIELD__1 - U3 CAT
J2 1 - F1 ~
D1 CATHODE - D2 K
PS1 +VOUT - C5 P1
J2 2 - D2 A
PS1 +VOUT - C5 P1
U1 VO - C8 P1
Q1 C - R8 P2
PS1 -VOUT - C5 P2
J1 2 - U5 I/O 3
J2 2 - D2 A
J1 7 - U5 I/O 4
D1 CATHODE - D2 K
PS1 -VOUT - C5 P2
PS1 -VOUT - C5 P2
Q2 C - J2 4
J1 7 - U5 I/O 4
J1 7 - U5 I/O 4
R13 P2 - Q2 B
J2 1 - F1 ~
R13 P2 - Q2 B
PS1 +VOUT - C5 P1
IC1 OUT+ - U5 I/O 5
J1 1 - U5 I/O 1
R9 P2 - U3 AN
IC2 VO1 - R6 P2
U3 COL - R13 P1
R10 P2 - U4 AN
JP2 2 - IC1 IN
JP3 1 - R1 P1
PS1 -VOUT - C5 P2
Q2 C - J2 4
F1 ~ - D1 ANODE
J1 SHIELD__1 - U3 CAT
D1 CATHODE - D2 K
U2 RO1 - R9 P1
R13 P2 - Q2 B
PS1 -VOUT - C5 P2
C11
Capacitance
100nF
C8
Capacitance
1uF
U1
Q1
J2
R3
Resistance
100R Ω
C5
Capacitance
10uF
C9
Capacitance
100nF
R13
Resistance
4.7kΩ
R11
Resistance
10kΩ
R8
Resistance
10kΩ
R1
Resistance
820R Ω
R10
Resistance
330R Ω
C6
Capacitance
100nF
R9
Resistance
330R Ω
R12
Resistance
10kΩ
R5
Resistance
4.7kΩ
R2
Resistance
100R Ω
C7
Capacitance
1uF
C4
Capacitance
100nF
C3
Capacitance
10uF
C10
Capacitance
100nF
R6
Resistance
10kΩ
R7
Resistance
10kΩ
R4
Resistance
100R Ω
R14
Resistance
4.7kΩ
IC2
D2
JP3
JP2
IC1
D1
U4
U5
PS1
F1
J1
Q2
U3
Q3
U2

Refine this doc
Ask about this doc
Project Specification
Design Summary
Status: Draft
Manufacturing target: Prototype
Software / firmware: Not applicable - hardware interface board

Scope
Purpose
This board is a functional equivalent of the Beckhoff PLC to XRD 4343 / XRD-FGe Opto LVDS interface board. It converts one PLC-side trigger signal into an isolated LVDS trigger pair, converts two incoming LVDS status pairs into PLC-side 24 V status outputs, and provides protected 24 V field-power handling with selectable 5 V or 24 V trigger conditioning.
In scope
  • One PLC trigger input channel converted to one LVDS trigger output pair
  • Two LVDS return status channels converted to PLC-compatible 24 V outputs
  • DB9 field connector with protection on exposed LVDS lines
  • 24 V field power input with resettable fuse, reverse polarity protection, and surge suppression
  • Isolated low-voltage domain for LVDS and isolation circuitry
  • Selectable trigger conditioning for either 5 V or 24 V PLC outputs
  • PCB implementation in Flux through schematic capture and layout preparation
Out of scope
  • Exact clone of the original vendor PCB layout
  • Detector-side protocol beyond the documented LVDS trigger and status lines
  • Final production validation, EMC certification, and environmental qualification

System context
This board sits between a Beckhoff PLC I/O stack and an XRD detector / frame-grabber LVDS interface. The PLC side uses 24 V industrial signaling, while the detector side uses LVDS over a DB9 connector. The board isolates these domains and conditions the trigger / status signals so the PLC and detector can interoperate safely.
Key interfaces
  • Power input: 24 V field power from PLC-side wiring terminal
  • PLC I/O: one trigger input, two status outputs, and 0 V reference
  • Detector interface: DB9 carrying one LVDS trigger pair, two LVDS status pairs, one spare pair, and signal ground
  • Configuration: trigger voltage select jumper and trigger polarity select jumper
Architecture

Diagram


24V PLC field power PTC fuse and reverse protection TVS on node_24V input Isolated node_24V to node_5V converter 3.3V LDO for LVDS side PLC trigger input 5V or node_24V select jumper High speed optocoupler Polarity select jumper LVDS driver DB9 trigger pair DB9 frame enable pair ESD array Dual LVDS receiver Optocoupler channel 1 PNP node_24V output stage PLC frame enable output DB9 frame sync pair ESD array Optocoupler channel 2 PNP node_24V output stage PLC frame sync output DB9 spare pair Reserved

Requirements
Functional
  • The board shall accept one PLC trigger signal and produce one isolated LVDS trigger differential pair.
  • The board shall accept two incoming LVDS detector status pairs and produce two isolated PLC-side status outputs.
  • The board shall expose the detector interface on a DB9 connector.
  • The board shall support selectable trigger input conditioning for either 5 V or 24 V PLC output levels.
  • The board shall provide polarity selection for the outgoing trigger logic.
  • The board shall preserve galvanic isolation between the PLC-side signaling path and the detector LVDS domain.
Electrical
  • Input power: nominal 24 V field supply
  • Protected input path: resettable fuse, reverse polarity protection, and surge suppression
  • Isolated rail: isolated 5 V from the 24 V field input
  • LVDS / logic rail: optional 3.3 V generated from the isolated 5 V rail for transceivers and logic-side optocoupler outputs
  • LVDS channels: one output differential pair, two input differential pairs, one spare differential pair reserved
  • PLC status outputs: 24 V sourcing outputs compatible with Beckhoff EL1008-style digital inputs
Mechanical / environmental
  • PCB-mounted DE-9 female connector for field interface
  • PCB-mounted multi-position terminal block for PLC-side wiring
  • Prototype-friendly PCB with conservative spacing and industrial connector handling

Key constraints
  • Keep the board within a practical prototype size tier for low-volume fabrication
  • Use parts that are active and available in the Flux library when possible
  • Protect every externally exposed field connection
  • Maintain clear functional partitioning between PLC-side wiring, isolation, and LVDS field-side circuitry
  • Prefer robust through-hole connectors for external wiring interfaces

Dependencies and risks
Dependencies
  • Availability of suitable DE-9 connector and isolation parts in the Flux library
  • Final detector-side mating-cable mechanical details
  • PLC field wiring conventions on the Beckhoff installation
Key risks
  • Exact timing margin of optocoupler-based status return channels may need bench verification
  • Differential-pair protection devices must not add excessive loading to LVDS lines
  • PNP 24 V output stages must be confirmed against the actual Beckhoff input wiring convention during validation

Validation
Success criteria
  • The schematic captures one trigger output channel, two return status channels, DB9 mapping, 5 V or 24 V trigger selection, isolation, protection, and power handling.
  • The PCB is prepared with footprints, board outline, constraints, and grouped component placement suitable for further routing and review.
  • The design is ready for bench verification and production-oriented refinement.
Planned checks
  • Schematic review against the reference image and intended signal mapping
  • ERC review for floating pins, missing decoupling, and unconnected power pins
  • Layout review for connector placement, isolation spacing, and differential-pair routing strategy
  • Bench bring-up plan for trigger polarity, trigger level selection, and PLC status output behavior

Release-facing notes
Expected deliverables
  • Schematic
  • PCB layout
  • BOM
  • Manufacturing package
  • Bring-up notes
Special release notes
  • One DB9 pair is reserved as a spare and may remain DNP on first prototype revision
  • Trigger select and polarity select jumpers must be clearly silkscreened
  • External interfaces require protection and labeling on the PCB

Change notes / open questions
Changes in this revision
  • Converted the approved plan into a formal project specification
  • Captured the architecture and signal flow as a block diagram
  • Chose an isolated LVDS-side domain with protected 24 V field power input
Open questions
  • Whether the spare LVDS pair should be fully routed or left only as protected connector pins on revision A
  • Whether final production should keep the optocoupler-based return path or migrate to a faster isolator-based implementation after lab timing checks
  • Design Summary

  • Scope

  • System context

  • Requirements

  • Functional

  • Electrical

  • Mechanical / environmental

  • Key constraints

  • Dependencies and risks

  • Validation

  • Release-facing notes

  • Change notes / open questions

Remarkable Harlequin Gadget Copter

Remarkable Harlequin Gadget Copter thumbnail
Isolated PLC-to-LVDS interface board with one trigger output, two LVDS status return channels, DB9 field connector, selectable 5 V or 24 V trigger conditioning, and protected 24 V power input.

Properties

Properties describe core aspects of the project.

Pricing & Availability

Distributor

Qty 1

Arrow

$8.02–$10.81

Digi-Key

$32.75–$35.39

LCSC

$10.37–$10.45

Mouser

$46.16

TME

$12.74

Verical

$41.10–$88.44

Controls