Skip to main content

node-red-contrib-trexmes-oee-calculator

TrexMes OEE Calculator from IoBox Data

Version: 1.1.8Weekly Downloads: 3,878Author:Asaf YurdakulUpdated: Apr 9, 2024

node-red-contrib-trexmes-oee-calculator

This is a Node-Red is produced to provide instant calculation of OEE industrial values with the data coming from the IoBox serial communication hardware device used in Trex Mes systems.
At the end of the production cycle time, instant Availability, Performance, Quality and OEE values are calculated and sent to the node output.
A continuous data feed is required for calculations to be made. The expected input data should be as follows.

{
	stoppage: "0"
	working: "1"
	itemcount: "17"
	wasteitemcount: "3"
	interval: 15
	expecteditemcount: 6
}

Here
stoppage : Digital (0 / 1) signal at the time of stop
working : Digital (0 / 1) working signal from the machine
itemcount : Total number of production instantly
wasteitemcount : Instantly total waste production
interval : Production Cycle time or production frequency to be calculated
expecteditemcount : The expected production number within the entered cycle time.

Example output of the node.

{
    availability: "0.83",
    performance: "0.80",
    quality: "0.80",
    oee: "0.53"    
}

https://trexakademi.com/oee/

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-trexmes-oee-calculator

Requirements

The package currently requires Node.js 18.16 or higher.

Authors

Asaf Yurdakul

Installation

Install in Node-RED via the palette manager.

Animation of the Node-RED palette manager: open Manage Palette, search for the node, then click Install.Node-RED Palette Manager dialog with the node selected and the Install button visible.

Quick Stats

Current Version1.1.8
Weekly Downloads3,878
First PublishedJul 3, 2023
Last UpdatedApr 9, 2024

Need Help?

Get professional support for your Node-RED projects with FlowFuse.

CONTACT US