WaterlyConnect SDKs and gateway integration guides.
Every guide here connects to the same WaterlyConnect payload schema and the same single endpoint. Pick the runtime that matches your deployment environment — whether that's a server-side service, a Windows automation script, or an industrial gateway on the plant floor.
Client libraries for server-side runtimes
Typed packages and single-file modules for services, scripts, and automation jobs that run outside the plant floor.
TypeScript-first package with generated schema types and an axios-based HTTP client. Best for adapters, ETL jobs, and integration services.
Single-file module with no external dependencies. Drop it alongside your script and import it. Best for utility scripts and cron jobs.
Import a .psm1 module and call cmdlet-style helpers to build and post WaterlyConnect payloads from Windows environments.
Plant-floor and edge gateway integrations
Importable project archives and device-side scripts for industrial gateways that submit directly without an intermediate server.
Importable ZIP archive with a gateway script library. Bind a scheduled event to post selected tag paths from any Ignition tag provider to Waterly.
A .SRC script module and CSV tag list using VTScada's native HTTPSend. Define which tags to send and on what schedule — no external server needed.
A timed BASIC script that runs directly on the Flexy device. No external server needed — the gateway reads its own tags and POSTs to WaterlyConnect.