← Back to projects

Engineering Systems

Low-Latency Remote Engineering Environment

Designed a low-latency remote CAD workflow by decoupling secure connectivity from interactive performance layers.

Year

2025

Role

Engineer / Systems Designer

Client / Context

Internal engineering capability

Duration

Workflow redesign and staged implementation

Private remote connectivityLow-latency CAD interactionWorkstation and server accessFuture shared-compute model

Context

Problem Context

Early remote PDM testing exposed a structural workflow issue: engineering files opened acceptably over LAN, but remote access introduced 15–20 seconds of delay before fetch even began, followed by normal SolidWorks load time. The result was that remote engineering work became frustrating enough that the team continued using Dropbox-based file sharing despite known revision-control problems.

Constraints

Constraints and Operating Conditions

  • CAD workflows were highly sensitive to latency rather than bandwidth alone
  • No practical budget for long evaluation cycles or expensive remote-access platforms
  • Remote workflow needed to remain secure without adding excessive friction
  • Solution had to be maintainable for a small team with limited onboarding tolerance

Decision Process

System Design and Decisions

The remote workflow was re-architected around separate network and interaction layers. Rather than continuing to optimize file-based CAD access over an overlay network, secure connectivity was treated as one problem and low-latency interaction as another. ZeroTier was used as the private network layer, while Parsec provided the responsive remote session layer better suited to engineering use.

Architecture

Workflow Shift

Workflow Comparison

Shift from file-centric remote access to interaction-centric remote use

The original remote workflow treated engineering file access and user interaction as the same problem. The redesigned model separated secure connectivity from latency-sensitive CAD interaction, replacing a structurally slow file path with a controlled remote session model.

Before

File-centric remote workflow

CAD ran on the local machine while engineering files were accessed remotely through the overlay network path. This worked on LAN, but introduced enough delay remotely to make PDM-based engineering use frustrating and impractical.

Local workstation
Overlay / VPN path
Remote engineering files / PDM
Latency-sensitive file fetch

Observed Failure

Remote file open introduced roughly 15–20 seconds of delay before fetch even began, after which normal SolidWorks load time still followed.

After

Interaction-centric remote workflow

Secure connectivity and interactive responsiveness were treated as separate layers. ZeroTier handled controlled private access, while Parsec handled low-latency remote interaction better suited to CAD use.

Secure private connectivityZeroTier
Remote interactive sessionParsec
Engineering machine / workstation
Usable CAD interaction

Architectural Shift

The workflow moved away from repeated remote file operations and toward low-latency interaction over a controlled private network path.

Implementation

Implementation Sequence

01

Test remote engineering access against the PDM environment and compare LAN vs remote behavior.

02

Identify that the failure point was not CAD itself, but the latency-sensitive file access path used remotely.

03

Reject continued tuning of the original access model because even large improvements would still leave disruptive delay.

04

Separate the problem into two layers: secure connectivity and interactive responsiveness.

05

Implement ZeroTier as the private network layer for controlled remote access.

06

Implement Parsec as the low-latency interaction layer for practical CAD use.

07

Validate the workflow against real engineering usage rather than generic remote-desktop success criteria.

Engineering Decisions

Key Design Decisions

  • Observed 15–20 second delay before remote file fetch during early PDM testing, while LAN behavior remained acceptable.
  • Identified that the architecture of remote file access was the issue, not only the specific remote tool.
  • Shifted the workflow from file-centric remote access toward interaction-centric remote use.
  • Separated secure network transport from latency-sensitive user interaction to improve system clarity and maintainability.
  • Created a foundation for future shared-workstation use, reducing pressure to provision every engineer with maximum local compute.

Execution

Tools and Platforms

ZeroTierParsecSolidWorksSolidWorks PDMWindows workstations

Outputs

System Outputs

  • Low-latency remote engineering access model
  • Validated remote CAD workflow suitable for real use
  • Architecture direction for future workstation-sharing strategy

Outcome

Result and Impact

The resulting environment established a practical remote engineering access model for latency-sensitive CAD work, reduced dependence on high-friction VPN-style file access, and created a foundation for future shared-workstation usage with lower hardware and licensing overhead.

Limitations and Lessons

Limitations and Lessons

  • Latency-sensitive engineering workflows fail long before general office workflows do.
  • Improving a weak architecture is not always better than replacing it with a better interaction model.
  • Secure connectivity and interactive usability should be treated as separate design concerns.
  • Remote workflow adoption depends as much on user friction as on technical capability.

Next Step

Need to structure or implement a similar system?

This project reflects an engineering approach centered on system structure, operating constraints, and long-term usability. If you are working through a similar infrastructure, workflow, or remote engineering challenge, get in touch.