Illuminated USB and network connectors representing the integration of legacy and modern equipment into a LIMS

APIs and Middleware in LIMS: How to Centralize Data from Legacy and Modern Equipment on a Single Platform

Key facts

  • ISO/IEC 17025:2025, published on September 27, 2025, incorporates for the first time specific provisions on networked instrumentation and automated data pipelines in laboratories.
  • SiLA 2, the open connectivity standard for laboratory instruments, runs on gRPC over HTTP/2 and enables automatic (“plug-and-play”) discovery of equipment on the network.
  • The legacy ASTM E1394/E1381 protocol — now maintained by CLSI as LIS02-A2 and LIS01-A2 — remains the backbone of thousands of active RS-232 interfaces in analyzers over twenty years old.
  • OPC UA LADS (Laboratory and Analytical Device Standard), developed by the OPC Foundation together with the Allotrope Foundation, extends the industrial OPC UA standard to analytical and laboratory instruments.
  • Regulators worldwide are moving toward structured electronic reporting for water-quality data — an integration that many laboratories still resolve by hand.

Table of contents

1. The real problem: one laboratory, three generations of equipment under the same roof

A twelve-year-old automatic titrator outputs its results to a text file over a serial port. A newly purchased liquid chromatograph exposes a documented REST API. And between the two, someone is still copying figures by hand into a spreadsheet so they can be entered into the LIMS afterward.

This scene, with variations, repeats across most water testing laboratories. It isn’t a technology shortage — it’s an interoperability problem. Equipment from different generations “speaks different languages,” and no one has connected them systematically.

The cost isn’t only time. Every manual transcription is an opportunity for error, and in a sector where analytical data must hold up under an ISO/IEC 17025 accreditation audit, a regulatory data submission, or a health inspection, that error carries consequences that go well beyond a mistyped figure: it compromises the traceability required under ALCOA+ principles.

The good news is that fixing this doesn’t require replacing the entire instrument fleet. What’s needed is an intermediate layer — middleware — that translates, normalizes, and centralizes the data, regardless of how old the instrument generating it is.

2. What laboratory middleware is (and how it differs from a LIMS)

Laboratory middleware is the software that sits between the physical instrument and the LIMS. Its job is to translate each instrument’s native communication protocol — serial, flat file, API — into a structured, common format the LIMS can interpret, validate, and store.

It’s worth distinguishing three layers that are often confused:

Instrument driver: Software specific to a single instrument that translates its raw signal or output into readable data. It doesn’t orchestrate anything beyond that one instrument.

Middleware: A layer that groups several drivers, normalizes their formats, and manages communication from multiple instruments upward. It is “device-agnostic”: it doesn’t depend on a specific manufacturer.

LIMS: The system of record. It receives already-normalized data from the middleware, associates it with the corresponding sample, method, and analyst, and manages the workflow, quality control, and final report.

A common pattern in laboratories digitizing legacy and modern equipment at the same time is the “hardware gateway”: a bridge module that captures the signal from legacy instruments (over a serial port, for example) and converts it into a format the rest of the architecture already knows how to work with, while new equipment connects natively over the network.

3. “Legacy” equipment: how it does (or doesn’t) speak to the digital world

3.1 RS-232 and flat files

RS-232 is a serial communication standard the electronics industry has defined since 1969. USB displaced it from most computer peripherals years ago, but it remains common in industrial machinery, network equipment, and — notably — scientific instrumentation: balances, titrators, spectrophotometers, and analyzers that have been in the lab for a decade or two still deliver their results through this port, usually as plain text.

3.2 The ASTM E1394/E1381 legacy, now CLSI’s LIS02-A2 and LIS01-A2

Many laboratory analyzers installed over the last three decades implement a pair of specifications originally developed by ASTM International for clinical instruments: E1381 (a low-level protocol for transferring messages) and E1394 (the structure of those messages’ content). ASTM formally withdrew E1394 as a standard in 2002 and transferred its maintenance to the Clinical and Laboratory Standards Institute (CLSI), which continues to publish them as LIS01-A2 and LIS02-A2.

Despite that change in ownership — and the fact that it is no longer, strictly speaking, an active ASTM standard — in practice it remains the most widespread bidirectional interface in mid-range analyzers and equipment over a decade old, particularly those originally aimed at the clinical sector and later adapted to other analytical uses, including water and environmental testing.

4. Modern equipment: the open standards that were actually built for integration

4.1 SiLA 2 — Standardization in Lab Automation

SiLA was founded in 2009 as a non-profit initiative to create open connectivity for laboratory automation. Its current version, SiLA 2, runs on gRPC over HTTP/2 and defines a “Feature Definition Language” (FDL) that describes, in machine-readable form, every command and property an instrument offers. It also includes automatic network device discovery (mDNS/Zeroconf), so a new instrument can announce itself to the rest of the system without manual configuration. The result is middleware platforms that are genuinely manufacturer-agnostic, built for “plug-and-play” equipment.

4.2 OPC UA and the LADS specification

OPC UA (Open Platform Communications - Unified Architecture) is a platform-neutral protocol of industrial origin, capable of carrying complex data models with high performance. Its adoption has extended into LIMS as well, where it facilitates data exchange between instruments and management systems with integrity guarantees. The OPC Foundation, together with the Allotrope Foundation, has developed the complementary LADS specification (Laboratory and Analytical Device Standard), which adapts OPC UA to analytical instruments and models results using standardized ontologies (Allotrope Foundation Ontologies) in the ASM format (Allotrope Simple Model), designed to make a result findable, accessible, and interoperable across platforms.

4.3 REST/JSON APIs — the common language of cloud software

Alongside these lab-automation-specific standards, the most widespread integration mechanism in modern software generally — and increasingly in laboratory instrumentation — is the REST API over HTTP with data in JSON format. A cloud LIMS with a documented REST API can receive results from an instrument that publishes them automatically, send data to an ERP, or deliver files to a regulatory portal without manual intervention, provided a connector or integration is configured on both ends.

Network switch with multiple connected cables, representing the centralization of instrument data

5. Integration architecture: how it all connects in practice

In a typical integration architecture, each layer performs a specific function:

Physical instrument: Generates the raw signal or result (serial, file, native API).

Middleware / hardware gateway: Captures that output, translates it, and normalizes it into a common structured format, regardless of the source protocol.

Data bus / central API: Transports the already-normalized records to the management system, typically via REST requests or message queues.

LIMS: Receives the structured data, associates it with the sample and method, applies quality-control rules, and makes it available for reporting and audit.

An increasingly common pattern is a “central laboratory server” that channels all instrument communication — both network-connected “smart” equipment and legacy equipment routed through a bridge module — while maintaining a single record of every measurement, task, and result generated. That centralization is precisely what lets the LIMS act as the single point of entry for process management, rather than merely being a final repository for data already entered by hand.

6. What regulation already requires: ISO/IEC 17025:2025, traceability, and reporting systems

Instrument integration has stopped being purely a matter of operational efficiency. The new edition of ISO/IEC 17025:2025 updates the vocabulary and adds specific provisions on information technology: networked instrumentation, cloud LIMS, and automated data pipelines are now explicitly contemplated within laboratories’ technical competence framework.

This regulatory update reinforces a requirement that accreditation audits already emphasized: data traceability aligned with ALCOA+ principles (attributable, legible, contemporaneous, original, and accurate, among others). Data that enters the LIMS through automatic integration from the instrument carries that record built in from the source; data transcribed by hand depends entirely on operator discipline to avoid losing that traceability.

For drinking water laboratories specifically, this requirement has a very practical expression: water-quality authorities increasingly require analytical results to be submitted through structured electronic formats rather than manual entry. Some reference laboratories already offer this submission automated as part of their service; for the rest, it remains a manual process that a LIMS with real integration capability — and middleware able to hand over the data already structured — can turn into an automatic workflow.

Spain’s SINAC as an example. In Spain, the national drinking water information system (SINAC) requires laboratories to upload analytical results via XML file — a concrete, long-standing illustration of the structured-reporting requirement described above, and one that many Spanish laboratories still resolve manually.

7. Tangible benefits of centralizing legacy and modern equipment

Fewer transcription errors: Data travels from the instrument to the LIMS without passing through an intermediate spreadsheet.

Shorter turnaround time: The gap between obtaining a result on the instrument and having it available for the report gets shorter.

Unified traceability: A single audit trail covers both modern and legacy equipment, instead of maintaining disparate records.

Real scalability: Onboarding a new instrument becomes a middleware configuration exercise, not a months-long project.

Less single-vendor dependence: Manufacturer-agnostic middleware avoids being locked into the proprietary architecture of a single instrument or integrator.

8. How to evaluate a LIMS’s integration capability before choosing one

Before contracting or migrating to a new LIMS, it’s worth explicitly verifying its integration capability against the laboratory’s actual instrument fleet — not just its catalog of the latest-generation instruments:

  • Does it support bidirectional connection to instruments over a serial port/RS-232 for the laboratory’s oldest equipment?
  • Does it offer native connectors for the equipment already in use, or does every integration require custom development, with the cost and timeline that implies?
  • Does it expose a documented REST API that allows integration with regulatory reporting portals, the laboratory’s ERP, or other internal systems?
  • Is it compatible with — or does it have a published roadmap for — open standards like SiLA 2 or OPC UA for equipment that will be added in the future?
  • How is the traceability of data entered through automatic integration recorded, versus data entered manually?
  • What happens operationally when the laboratory onboards a new instrument: is it a months-long project or a days-long configuration?
Laboratory professional interacting with a digital tablet showing a LIMS dashboard next to water samples

Frequently Asked Questions (FAQ)

What’s the difference between an instrument driver and laboratory middleware?

The driver translates the output of a single instrument into readable data. Middleware groups several drivers, normalizes their formats with one another, and centrally manages communication from all instruments to the LIMS. The driver solves one instrument; the middleware solves the whole laboratory.

Do I have to replace my legacy equipment to connect it to a modern LIMS?

In most cases, no. If the instrument delivers results over a serial port or exports a text file, middleware or a bridge module can capture that output, normalize it, and send it to the LIMS without needing to replace the instrument. Replacement is usually only justified for analytical reasons or end-of-life, not for connectivity alone.

Is integrating equipment with the LIMS a regulatory requirement?

There’s no blanket requirement for automatic integration, but ISO/IEC 17025:2025 already explicitly addresses networked instrumentation and automated data pipelines, and regulatory bodies increasingly require results in structured formats. In practice, the ALCOA+ traceability that an accreditation audit demands is far easier to sustain with automatic integration than with manual transcription.

Do I need standards like SiLA 2 or OPC UA if I run a mid-sized water testing laboratory?

Not necessarily. SiLA 2 and OPC UA LADS deliver the most value in high-throughput or heavily automated environments. For most water testing laboratories, a middleware solution that handles serial-port connections to legacy equipment well and consumes the REST APIs of modern equipment covers the real need, at much lower complexity and cost.

How long does it take to integrate a new instrument into a LIMS?

It depends on the type of connectivity. A modern instrument with a documented REST API can be integrated within days. Legacy equipment with a proprietary serial protocol and no documentation can require several weeks of custom development. That’s precisely why it’s worth asking about this capability before choosing a LIMS, rather than discovering it midway through an integration project.

Ready to centralize your legacy and modern equipment data in one LIMS?

Interoperability    /     Posted 07/09/2026
Susana Martín Castaño

Susana Martín Castaño

International Sales Consultant

With over 20 years of experience in the UK and Spain, she is a laboratory IT expert specialising in Zendo LIMS implementations. As the current head of international sales, she has optimized operations for around 40 laboratories in nearly 50 countries.

LinkedIn | Author page