RealTime
| π Overview: 11 Fields | 7 Indexes | 2 Many-to-One Relations | 2 One-to-Many Relations |
π Description
π¨οΈ Stores real-time machine sensor data and production cycle information from manufacturing equipment. Captures timestamped sensor readings, cycle times, stoppages, and work order linkage for production monitoring and analysis.
βΉοΈ Table Information
- Table ID: 57
- UUID: B037623CFAEA3D4EB94D9916905B77FC
- Primary Key: π
ID - Generated: π 2025-12-04T14:34:19Z
π Table of Contents
- π Fields (11)
- π Indexes (7)
- π Many-to-One Relations (2)
- π One-to-Many Relations (2)
- π Related Items
π Fields
| Field | Type | Constraints | Description |
|---|---|---|---|
| π ID | Long Integer | π PK, β¨ Unique, β‘ Auto | - |
| SensorData | Object | - | - |
| EndDate | Date | π« Not Null | - |
| EndTime | Time | π« Not Null | - |
| CycleTime | Real | π« Not Null | - |
| Stoppage | Boolean | π« Not Null | - |
| Impressions | Integer | π« Not Null | - |
| WorksOrder | Long Integer | π« Not Null | - |
| MouldClosedTime | Real | π« Not Null | - |
| DownReason | Long Integer | - | - |
| Robot | Boolean | π« Not Null | - |
π Indexes
| Field | Type | Kind | Unique |
|---|---|---|---|
Stoppage | Cluster | regular | - |
ID | B-Tree | regular | β¨ Yes |
Robot | Cluster | regular | - |
WorksOrder | Cluster | regular | - |
EndDate | Cluster | regular | - |
WorksOrder | B-Tree | regular | - |
DownReason | Keywords | regular | - |
π Many-to-One Relations
| Relation Name | Destination Table | Source β Destination | State | Description |
|---|---|---|---|---|
WorksOrderEntity | WorksOrder | WorksOrder β Works_Order_No | Active | Many-to-one relationship linking real-time data records to their parent work order. Allows querying all sensor data for a specific production job. |
DownReasonsEntity | DownReasons | DownReason β ID | Active | Many-to-one relationship linking real-time records to the reason code for machine downtime. Optional relationship (only set when stoppage occurred). |
π One-to-Many Relations
| Relation Name | Source Table | Source β Destination | State | Description |
|---|---|---|---|---|
FirstRealTimeSensorExceptionsSelection | RealTimeSensorExceptions | FirstRealTimeID β ID | Active | One-to-many relationship where this RealTime record is the first occurrence in a sensor exception range. Links to RealTimeSensorExceptions tracking anomalies. |
LastRealTimeSensorExceptionsSelection | RealTimeSensorExceptions | LastRealTimeID β ID | Active | One-to-many relationship where this RealTime record is the last occurrence in a sensor exception range. Links to RealTimeSensorExceptions tracking anomalies. |
π Related Items
π¦ Classes
- RealTime - ORDA DataClass class for RealTime table
- RealTimeEntity - ORDA Entity class for RealTime table
- RealTimeSelection - ORDA EntitySelection class for RealTime table
π Forms
- ChangeRealTimeImpressions - Data source for ChangeRealTimeImpressions form
- CycleHistory - Data source for CycleHistory form
- DownTime - Data source for DownTime form
- RTSUM - Data source for RTSUM form
- StockTakeInput - Data source for StockTakeInput form
- ToolTemps - Data source for ToolTemps form
Generated from catalog.4DCatalog Generated at: 2025-12-04T14:34:19Z