FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Machine Telemetry and Factory Metering API
How-ToWeb Development

Machine Telemetry and Factory Metering API

via Dev.to JavaScriptPavel Lukasenko15h ago

Factory machines are a silent source of valuable insights. By collecting just a single metric from different machines, it is possible to visualize the load of the entire factory by hour, identify when shifts start and end, and detect the busiest workstations. So I decided to create this guide to show how I collect readings from a bending machine UI and store them in a PostgreSQL table. 1. Goal Capture changes in the machine’s bend counter and store them as time-series records. The goal is to build useful telemetry inside the factory ERP. 2. Structure I defined a PostgreSQL table structure suitable for storing timestamp-based readings. An example is shown below. The screenshot is taken from Adminer, which I use as a web interface to interact with my PostgreSQL database. I find it great for basic tasks, although there are probably better alternatives. Next, I created a separate folder that works as an extension inside my ERP system. This is where the API endpoints reside. Its purpose is

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
3 views

Related Articles

How to Use Value Objects to Solve Primitive Obsession — Part 1: Understanding the Problem and…
How-To

How to Use Value Objects to Solve Primitive Obsession — Part 1: Understanding the Problem and…

Medium Programming • 11h ago

Backbone’s versatile pro controller is nearly matching its best price to date
How-To

Backbone’s versatile pro controller is nearly matching its best price to date

The Verge • 11h ago

I recommend this bestselling DeWalt cordless power tool set to everyone - and it's nearly 50% off
How-To

I recommend this bestselling DeWalt cordless power tool set to everyone - and it's nearly 50% off

ZDNet • 11h ago

Why Building Projects Is the Fastest Way to Learn Coding
How-To

Why Building Projects Is the Fastest Way to Learn Coding

Medium Programming • 12h ago

Ninja’s star Creami ice cream maker is on sale for $169
How-To

Ninja’s star Creami ice cream maker is on sale for $169

The Verge • 12h ago

Discover More Articles