Skip to main content

PlantPulse Edge Manual

If you're new, follow this order
  1. Connect one PLC end-to-end — You can try it now with our public demo, no installation required. Video included.
  2. Quick Start — Your first PLC in 5 minutes
  3. Installation — From selection to validationChange initial password
  4. Work process — Who does what, when, in the field

The Edge reads data from field PLCs and instruments and sends it to the PlantPulse Platform. This manual is written for equipment managers and field operators to use directly in their work.

2026.05 — Transition to container deployment

From this release, deployment is via a single Docker container image (docker.kopens.io/pe/plantpulse-edge). For installation, see Quick Install; for day-to-day operations, see Container Mode Operations Guide; for OTA upgrades, automatic rollback, and pre-snapshot, see Upgrade. REST API additions include /api/v1/system/health (per-component status) and /api/v1/system/version (build_date / image_tag) for easier fleet monitoring.


What you can do with this gateway

What you want to doWhat this system does
Collect values from factory PLCs in one placeConnect simultaneously to virtually all PLCs: OPC-UA, Modbus, Mitsubishi, Siemens, LS, AB, and more
Send values to cloud or SCADAAutomatic transmission via API, MQTT, or Sparkplug B
Process and store valuesApply formulas to each tag for unit conversion and zero-point correction
Receive values from external systems tooExternal systems can push values in HTTP push mode
Test in an environment without a PLCAuto-run simulator to generate fake PLC data
Monitor motor vibration and status as wellMotor Sense integration mode supported

For first-time users

Follow the steps in order and you'll connect your first PLC in about 5 minutes.

  1. Quick Start — From screen access to first PLC connection
  2. Add a new PLC connection — Detailed registration procedure
  3. Register tags — Specify which values to read
  4. View real-time values — Verify data is coming in

For existing users

Collection of frequent tasks.

What you want to doPage
Add a new PLCAdd a new PLC connection
Add / edit / delete tagsRegister tags
Apply unit conversion to valuesApply formulas
Time series history / graphsView collection history
Companion apps (Grafana / Node-RED, etc.)Manage applications
Backup / restore settingsBackup / Restore
Values aren't coming in / Connection won't workTroubleshooting
Unfamiliar terminologyGlossary

Registration guide by PLC type

Choose the guide that matches your PLC model.

PLC / SystemPage
Compatible everywhere — the standardOPC-UA
Most instruments / inverters / industrial standardModbus TCP
Mitsubishi (Q / iQ-R / iQ-F series)Mitsubishi MELSEC
Siemens (S7-1200 / S7-1500, etc.)Siemens S7
LS ELECTRIC (XGI / XBC / XBM)LS Electric
Allen-Bradley (ControlLogix)AB EtherNet/IP
External system pushes valuesHTTP Push

See PLC types at a glance for a full comparison table.


For integration and development partners

REST API, Sparkplug B, calculation function reference, and other technical documentation needed to integrate with external systems are collected in the Advanced / Integration Partners section.