Products

Universal Manufacturing

Posted: 2024-08-29 Edited: 2024-08-29

PostERP Integrates MES

PostERP integrates MES
devices for manual input of production data
Mobile phone applications, tablet computer reporting software, etc. are used for production site personnel to input production data manually.
Production counter
Counters attached to the machine, detectors next to the production line, etc.
Situation Room Dashboard
Displays production data in graphs and tables.
  • Pull: [Dashboard] regularly requests production data from [Production Data Collector].
  • Push type: [Production Data Collector] actively sends production data to [Dashboard].
Production data collector
  • Receives data from [Manual input production data device].
  • Receive data from [Production Counter].

    In order to prevent large production data descrepencies caused by downtime, every piece of data received should be written to the local database immediately and should not be temporarily stored in the memory.

  • This collector batch reports to PostERP of timed or quantitative subtotaling or totaling of production data.
    • Slow reporting: Calling PostERP's RESTful API.
    • High-speed reporting: Calls PostgreSQL's libpq and directly write to PostERP's PostgreSQL database.
    After each batch of production data is reported, the PostgreSQL function or procedure should be called immediately to generate accounting entries.
  • Output information to the [Situation Room Dashboard].
Features ❯

Back to Universal Manufacturing