RealTimeOutput
| π 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
- βοΈ Functions
- Computed Attributes (Getters/Setters/Query/OrderBy)
- InfoTextBox π β
Object - Layout π β
Object - Machines π β
Collection - SecondarySummaryText π β
Text - SummaryText π β
Text
- InfoTextBox π β
- Computed Attributes (Getters/Setters/Query/OrderBy)
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