TrexMes OEE Calculator from IoBox Data
npm install node-red-contrib-trexmes-oee-calculatorjavascript
{
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.
`javascript
{
availability: "0.83",
performance: "0.80",
quality: "0.80",
oee: "0.53"
}
``