RealTimeOutput GitHub

πŸ“Š Overview: 1 Constructor 5 Getters

πŸ“ Description

Returns collection of RealTimeOutputMachine objects for all enabled machines with current production state, tool status, and scrap data; refreshes from real-time table on each call

πŸ• Last updated: 2026-01-13T16:04:13.123Z


πŸ“‘ Table of Contents


Constructor

constructor

[πŸ—οΈ constructor]

Class constructor

Initializes real-time output display object for machine production dashboard


Functions

Computed Attributes (Getters/Setters/Query/OrderBy)

InfoTextBox

[πŸ” get only]

Function get InfoTextBox -> $InfoTextBox : Object

Returns status information object for dashboard info box showing unacknowledged temperature sensor exceptions by machine, temperature targets, and operational warnings

Returns: Object


Layout

[πŸ” get only]

Function get Layout -> $Layout : Object

Returns dashboard layout configuration object with rows and columns from settings; used to determine responsive grid layout for machine cards

Returns: Object


Machines

[πŸ” get only]

Function get Machines -> $Collection : Collection

Returns collection of RealTimeOutputMachine objects for all enabled machines with current production state, tool status, and scrap data; refreshes from real-time table on each call

Returns: Collection


SecondarySummaryText

[πŸ” get only]

Function get SecondarySummaryText -> $SecondarySummaryText : Text

Aggregates secondary machine production data and returns formatted text summary of setters awaiting, availability metrics, and scrap data; returns text with emoji indicators

Returns: Text


SummaryText

[πŸ” get only]

Function get SummaryText -> $SummaryText : Text

Returns formatted text summary of production metrics: running/total machines, tool changes, cycle hours and downtime hours; aggregated from real-time records for current date

Returns: Text



Generated from RealTimeOutput.4dm


This site uses Just the Docs, a documentation theme for Jekyll.