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
U3
F1
J1
Q2
Q3
U2

Refine this doc
Ask about this doc
Design Notes
Functional architecture
  • Implement a functional equivalent of the Beckhoff PLC to XRD 4343 / XRD-FGe Opto LVDS interface board.
  • CH1 converts one PLC trigger output into one isolated LVDS trigger pair on the DB9 field connector.
  • CH2 and CH3 convert two incoming LVDS status pairs from the DB9 field connector into two isolated PLC-side 24 V sourcing status outputs suitable for Beckhoff EL1008 inputs.
  • Support selectable 5 V or 24 V PLC trigger input conditioning using jumper-select resistor paths based on the reference image values (820 ohm for 5 V, 4.7k for 24 V).
  • Include DB9 line protection, field-power input protection, reverse-polarity protection, isolated low-voltage power generation, and polarity selection for the trigger path.
Planned interface mapping
  • DB9 pin 1 / 6: Frame Enable return pair
  • DB9 pin 2 / 7: Frame Sync return pair
  • DB9 pin 3 / 8: Trigger output pair
  • DB9 pin 4 / 9: Spare LVDS pair reserved
  • DB9 pin 5: Isolated signal ground reference
Architecture choices
  • Use a single LVDS driver for the trigger output pair.
  • Use a dual LVDS receiver for the two detector return status pairs.
  • Use an isolated 24 V to 5 V converter for the LVDS / field-side domain.
  • Use a 3.3 V LDO from isolated 5 V for modern LVDS parts if required.
  • Use a high-speed logic optocoupler for the outgoing trigger isolation path.
  • Use phototransistor optocouplers plus PNP high-side transistor stages to generate PLC-side 24 V status outputs for EL1008-compatible inputs.
  • Use generic passives first, then assign production MPNs and footprints during physical-constraints work.
Current layout decisions
  • Keep the project on a 4-layer stackup with a solid ground reference and separate power-plane layer because the board mixes isolated 24 V field wiring, low-voltage logic, and LVDS pairs.
  • Use a 160 mm x 100 mm rectangular outline with 2 mm corner radius to comfortably fit the DB9 connector, PLC terminal block, and separated functional zones.
  • Place the PLC / 24 V entry block on the left edge around J2, F1, D1, D2, C3, C4, and PS1.
  • Place the trigger conditioning and jumper block along the top-center around JP2, JP3, R1, R5, R6, R7, R8, Q1, and IC2 for easy configuration access.
  • Place the LVDS / DB9 front end on the right side around J1, U5, IC1, U2, and R2-R4 to keep differential-pair stubs short.
  • Place the return-channel isolation and PLC output stage between the LVDS section and the PLC connector around U3, U4, Q2, Q3, and R9-R14.
  • Preserve a visible gap between PLC-side and isolated-side circuitry to support creepage review and easier manual routing.
Verification status
  • Schematic ERC checks are clean for floating pins, single-pin nets, and undriven nets.
  • All components currently have footprints.
  • PCB placement is functionally grouped and fits easily on the current board area.
  • PCB routing is still incomplete; the current review still reports unrouted copper connections (airwires), so the board is not yet fabrication-ready.
  • Functional architecture

  • Planned interface mapping

  • Architecture choices

  • Current layout decisions

  • Verification status

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