Development platform

S1 Foundry
The development platform for industrial systems

S1 Foundry is where you build, debug, and deploy on the ULTRAMEGA S1 layer. Integrated development environment, 295 production-ready modules spanning 261 vendors, and a complete runtime that follows your program from bench prototype to factory floor.

What is S1 Foundry?

One platform from prototype to production

S1 Foundry is a development platform for industrial test and automation systems. It gives test engineers an integrated IDE, a library of 295 vendor-neutral instrument modules spanning 261 vendors, and a managed runtime. The same program you debug on the bench is the binary that ships to the factory floor.

It replaces the patchwork of custom driver layers, vendor-specific tooling, and integration glue that most production teams maintain by hand.

Integrated IDE

Author sequences, configure instruments, debug with live hardware, and package for production. One workspace for the full lifecycle.

295 instrument modules

Production-ready modules across 261 vendors and 35 instrument categories. Swap hardware without changing test logic.

Managed runtime

The S1 Gateway handles hosting, lifecycle, communication, and fault recovery. Your modules run, you don't babysit infrastructure.

NI TestStand interoperability

Use S1 as the instrument layer inside TestStand, or run standalone with the built-in sequence engine and operator HMIs.

The problem

The test infrastructure trap

Production test teams rarely struggle with the test logic itself. The problem is everything around it. Vendor-specific driver calls are wired directly into test sequences. Station scripts drift apart between sites. Factory integration is held together by custom glue that one or two engineers maintain. When an instrument goes end-of-life, or a supply chain issue forces a vendor swap, the result is the same: weeks of rework and revalidation that have nothing to do with the test.

In regulated environments, instrument changes trigger formal revalidation. A single DMM swap can cascade into documentation and qualification work that dwarfs the actual hardware effort.

How most stations work Test logic, drivers, and factory glue mixed together Test Logic Vendor API calls Integrations MES / PLC glue With S1 Foundry Test logic stays stable S1 module + gateway boundary Hardware and factory systems change safely
How it works

More than a driver layer

S1 Foundry is not just an abstraction over vendor APIs. It is a complete development and execution platform. Write test programs against vendor-neutral interfaces, debug them with live instrument connections, and ship the same binaries to production.

Development environment

One workspace for the full lifecycle. The S1 Foundry app is the central development environment for the S1 platform. Author sequences, configure module connections, inspect live instrument state, and step through test programs in the same workspace you use to package them for production.

Vendor-agnostic

261 vendors, one interface per instrument type. 295 production-ready modules in 35 instrument categories. A Keysight DMM and a Keithley DMM expose the same programming interface. Swap one for the other, update the config file, and your test sequences keep running.

Executive-agnostic

Works with TestStand, without it, or both. Keep your existing TestStand sequences and add S1 as the instrument layer. Or use the S1 Foundry app with its built-in sequence engine and operator HMIs as a standalone platform. The modules and gateway are the same either way.

Protocol-rich

21 industrial protocols in the same gateway. OPC UA, PROFINET, EtherCAT, IO-Link, Modbus, CAN, MQTT Sparkplug B, DNP3, IEC 61850, and more. Test instruments and factory systems connect through one gateway. No separate middleware, no custom protocol integration.

By the numbers

Maintained, regression-tested, shipped as a single MSI installer

261 Supported vendors
295 Production modules
35 Instrument categories
21 Industrial protocols
Build vs. buy

Why this cannot be built internally

Most test and automation teams have tried building internally or relying on a single vendor. Both approaches eventually hit the same wall: internal frameworks are maintained by one to three engineers, coverage stalls at 10–20 vendors, and knowledge leaves when people do. Vendor-specific suites lock you into one ecosystem, and every instrument change becomes a migration project. The total cost is rarely visible in budgets. It shows up as slower commissioning, longer swap cycles, and engineering time diverted from production to driver maintenance.

Internal frameworks

  • Maintained by one to three engineers
  • Coverage stalls at 10–20 vendors because each handler takes weeks
  • Inconsistent diagnostics between instruments
  • Works fine until the person who built it leaves

Vendor-specific suites

  • NI LabVIEW/TestStand: deep PXI integration, subscription-only since 2023
  • Keysight PathWave: strong for Keysight RF, single-vendor by design
  • Neither covers IO-Link, OPC UA, PROFINET, EtherCAT, or cross-vendor abstraction

S1 Foundry

  • 261 vendors, maintained and regression-tested by ULTRAMEGA A/S
  • Uniform interfaces, health monitoring, and diagnostics on every module
  • Works with any test executive, or standalone
  • 21 industrial protocols in the same gateway
Deployment

Three ways to deploy

Pick the path that fits your current setup. All three share the same modules, gateway, and operational model.

Path 1: S1 Foundry native

Develop in the S1 Foundry app, deploy to the S1 runtime. Sequence engine, four operator HMIs (SingleSocket, ParallelSocket, BatchTray, BurnIn), .NET SDK, and REST/WebSocket/gRPC/GraphQL APIs.

Path 2: S1 Foundry + TestStand

TestStand keeps running your legacy sequences while S1 Foundry handles new programs. Same modules, same gateway. Migrate at whatever pace makes sense for your team.

Path 3: Keep TestStand

Install S1 as the instrument layer inside your existing TestStand sequences. 444 step types, 47 palettes. Your validated logic stays untouched while hardware becomes interchangeable. Roll out station by station.

Your situation Recommended path Business outcome
New station program, no legacy to carry Path 1: S1 Foundry native One platform for development, execution, and operations
TestStand renewal coming up, want to reduce lock-in Path 2: Hybrid, S1 Foundry + TestStand in parallel Gradual migration, controlled risk
Production lines run validated TestStand sequences Path 3: Keep TestStand, insert S1 module layer Decouple from vendor APIs without touching validated sequences
Regulated environment with revalidation pressure Any path: module boundaries contain revalidation scope Instrument swaps do not trigger sequence revalidation
Track record

Production heritage since 2017

The modules in S1 Foundry come from real deployments; the development environment from real engineering workflows. 90,000+ regression tests, pilot-friendly licensing, and direct engineering support from the team that builds it.

Since 2017

Industrial automation heritage. The modules come from real deployments, the development environment from real engineering workflows.

261 vendors

Maintained and regression-tested by ULTRAMEGA A/S. 90,000+ regression tests across the module catalog.

Pilot-ready

Low-risk adoption path with pilot-friendly licensing and direct engineering support from the development team.

Architecture

How it works

Every module runs inside the ULTRAMEGA S1 Gateway, a managed runtime that owns fault isolation, lifecycle, and diagnostics.

Fault isolation

Each module runs in its own process. A misbehaving driver cannot take down the test executive, other instruments, or the station. The gateway detects the failure and restarts the module.

Lifecycle management

Startup sequencing, health monitoring, graceful shutdown, and automatic recovery. Unresponsive modules get restarted without operator intervention.

Live module updates

Swap or reconfigure a module without restarting the gateway or the station. Driver updates happen without downtime.

Centralized diagnostics

Module traffic visible through one diagnostic interface. When something fails, you see the module, the instrument, and the command that caused it.

Deliverables

What ships in the box

One MSI installer. Everything below is included.

295 production modules

Instruments, industrial protocols, data pipelines, compliance workflows, and factory integrations. 261 vendors in 35 categories, uniform programming interface.

S1 Gateway runtime

Managed runtime with fault isolation, lifecycle management, live updates, and centralized diagnostics. Runs as a Windows Service.

S1 Foundry development environment

The S1 development environment. Author and debug sequences, configure modules, inspect live instrument state, manage deployment targets, and version-control your programs.

4 operator HMIs

SingleSocket, ParallelSocket, BatchTray, and BurnIn. Ready-to-deploy operator interfaces connected to the gateway.

444 TestStand step types

47 palettes for direct use in existing TestStand sequences. Drop in S1 module calls without changing your test executive or validation state.

4 API protocols

REST (OpenAPI 3.0), WebSocket, gRPC, and GraphQL. Full .NET SDK for custom integration. Connect from Python, C#, or any HTTP client.

Platform specifications

.NET 10.0 | x64 and ARM64 | Windows 10/11, Server 2019+, Ubuntu 22.04+, macOS | TestStand 2019 SP1+ | 4 GB min (8 GB recommended) | No build-time dependencies

Module catalog

35 module categories

Bench instruments, factory floor systems, and everything in between. One maintained catalog.

Core instrumentation

Precision measurement instruments including DMMs, SMUs, power supplies, scopes, and switch matrices.

Industrial connectivity

OPC UA, Modbus, MQTT Sparkplug, Profinet, EtherNet/IP, EtherCAT, and more.

Production automation

MES connectivity, traceability, barcode/RFID, SPC, and recipes.

Data & observability

Databases, message streaming, logging, telemetry, and traceability pipelines.

Regulatory compliance

Audit trails, e-signatures, batch records, and regulatory reporting.

Test data management

WATS integration, STDF v4/ATXML export, SPC warehouse, LIMS and QMS connectors.

Wireless test frameworks

5G NR, LTE, WiFi 6/7, Bluetooth 5.x, UWB, and IoT conformance testing. One measurement interface per standard, independent of the RF platform underneath.

Protocol analysis

USB, PCIe, HDMI/DisplayPort, DDR memory, and Ethernet bus capture, decode, and export. Same capture interface whether the analyzer is Teledyne LeCroy, Keysight, or Ellisys.

HIL & simulation

Closed-loop hardware-in-the-loop testing with real-time plant models and fault injection.

Embedded development

JTAG/SWD debug, flash programming, boundary scan, and MCU automation.

Reliability testing

Burn-in, accelerated life, endurance, and long-duration lifecycle validation.

PXI & modular

Chassis control, timing sync, and modular instrument abstraction for NI, Keysight, and ADLINK.

Defense & aerospace

MIL-STD-1553, ARINC 429, AFDX, hard real-time, and ITAR/EAR compliance support.

Semiconductor production

Probe station control, wafer mapping, component handlers, binning engines, and STDF data output for high-volume semiconductor test.

SCADA protocols

DNP3 (IEEE 1815), IEC 61850 MMS/GOOSE, IEC 60870-5-104 telecontrol, and BACnet/IP for utility, substation, and building automation integration.

Optical / photonic test

OTDR fiber characterization, optical spectrum analysis, tunable laser source control, and polarization analysis. Covers EXFO, Viavi, Yokogawa, and others through a shared measurement interface.

Materials / mechanical QC

Universal testing machines, CMMs, surface profilers, hardness testers, and torque meters. Supports Instron, MTS, ZwickRoell, Zeiss, Hexagon, Mitutoyo, and others through uniform instrument interfaces.

Environmental chambers

Salt spray/corrosion, altitude/vacuum, UV weathering, AGREE combined stress, and particle counter/clean room monitoring. Supports Ascott, Weiss, Q-Lab, Thermotron, CSZ, Atlas, TSI, Lighthouse, and others. ASTM B117, MIL-STD-810, ASTM G154/G155, ISO 14644.

Energy / EV testing

Solar PV I-V curve tracing, EV charger conformance (CCS/CHAdeMO), grid simulation with anti-islanding and ride-through, battery pack EIS/BMS verification. Supports Keysight, Chroma, NH Research, AMETEK, Bitrode, Arbin, Pasan, Berger Lichttechnik, dSPACE. IEC 60904, IEC 61851, SAE J1772, ISO 15118, IEEE 1547, IEC 62660.

Waveform recorders

Transient capture and multi-channel waveform recording for power line events, surge analysis, and high-speed signal acquisition. Hioki, Yokogawa, and Dewetron share the same recorder interface.

Impedance analyzers

Frequency sweep measurement and equivalent circuit fitting for component characterization, material analysis, and battery EIS. Supports Keysight, Solartron, and Hioki.

X-ray inspection

CT scanning, BGA/solder joint inspection, and void analysis for electronics and material verification. Nikon, YXLON, and Nordson Dage.

Particle size analysis

Laser diffraction, dynamic light scattering, and Coulter counting for particle size distribution in powders, suspensions, and emulsions. Malvern, Horiba, and Beckman Coulter.

Rheometers

Flow curve measurement, oscillation rheology, and creep testing for polymer, coating, and formulation characterization. TA Instruments, Anton Paar, Thermo Fisher.

Thermal conductivity

Steady-state guarded hot plate, laser flash diffusivity, and transient plane source measurement for materials thermal characterization. TA Instruments, Netzsch, C-Therm.

Highlights only on this page. Category overview in the technical catalog overview. Full module lists are shared in technical discussions. Contact us.

Industries

Built for regulated, high-mix, and multi-site production

Most useful where vendor diversity, compliance overhead, and multi-site scaling compound.

Aerospace & defense

Avionics and EMC qualification programs often span years. When an instrument reaches end-of-life mid-program, only the module config changes. Compliance evidence and test logic carry forward.

Automotive

New model lines mean new stations, new vendors, and tighter timelines. S1 Foundry lets teams reuse validated sequences across plants and scale by duplicating configurations, not rewriting code.

Pharmaceutical

GxP environments require formal revalidation after equipment changes. The module boundary contains that scope. An instrument swap triggers a config review, not a full IQ/OQ cycle.

Medical devices

Design verification and production test under FDA 21 CFR Part 820. Test programs reference module interfaces, so instrument firmware updates and replacements stay outside the regulated boundary.

Electronics manufacturing

High-mix PCB and PCBA lines cycle through fixtures and instruments constantly. S1 Foundry treats each swap as a config change with no downtime for test program edits.

Wireless & IoT

5G NR, WiFi 7, Bluetooth LE, and Zigbee conformance tests against Keysight, R&S, or Anritsu platforms. One measurement sequence, multiple RF back-ends.

Wind energy

Nacelle, blade, and drivetrain validation campaigns run for months. S1 Foundry decouples test logic from specific DAQ and power analyzer models so hardware refreshes do not restart the campaign.

Industrial automation

PLC handshakes, MES reporting, and robot cell coordination through protocol modules. Write the integration once, deploy it across lines regardless of which Siemens, Rockwell, or Beckhoff hardware is on the floor.

Machine vision

Cognex, Keyence, Basler, and FLIR cameras behind a common inspection interface. Add a new camera model without rewriting alignment or defect-detection routines.

Energy systems

Grid-tied inverter testing, transformer dielectric analysis, and high-voltage safety checks involve expensive, long-lead-time equipment. When units rotate between labs, the test programs follow without rework.

Semiconductor

Wafer-level and package-level test programs move between probe stations, handlers, and fabs. Multi-site correlation becomes a deployment exercise instead of a porting project.

Utility & building automation

SCADA gateways, substation IEDs, and BAS controllers speak different protocols. S1 Foundry's protocol modules bridge them into one test environment without custom middleware.

Photonics & telecom

Insertion loss, OTDR trace analysis, and polarization-mode dispersion measurement across EXFO, Viavi, and Yokogawa platforms. Lab-to-production portability without rewriting acquisition code.

Manufacturing & QC

Tensile testing on an Instron today, a ZwickRoell tomorrow. Hardness, CMM, and surface roughness instruments behind the same module interface. Results feed one quality database.

Environmental & reliability

HALT, HASS, thermal cycling, and salt spray chambers from Espec, Thermotron, or Weiss. Long-duration stress profiles run identically regardless of which chamber is available.

EV & battery

Cell characterization, pack cycling, and BMS validation with Bitrode, Arbin, or Maccor cyclers. Recipes transfer between R&D and production without instrument-specific rewrites.

Specialty instruments

Impedance analyzers, X-ray CT systems, particle sizers, rheometers. Niche equipment that changes infrequently but causes outsized rework when it does. Module interfaces absorb the difference.

Build test programs that outlast your instruments

Start with a single station pilot. Develop in S1 Foundry, integrate with TestStand, or run hybrid. Direct engineering support from the development team.

Get started

Talk to us about licensing, pilot rollout, and technical support for S1 Foundry.