Util Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see Util members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetOEEExecData | The GetOEEExecData() method retrieves OEE Exec data (that is, the extra configuration data required for an entity that is capable of tracking OEE data) for the specified entity. |
![]() ![]() | GetOldAvailableReasons | The GetOldAvailableReasons() method retrieves a set of final reasons for the specified entity and for the specified non-final reason code. |
![]() ![]() | GetUtilExecData | The GetUtilExecData() method retrieves Util Exec data (that is, the extra configuration data required for an entity that is capable of capturing utilization data) for the specified entity. |
![]() ![]() | GetUtilExecDataForAllEntities | The GetUtilExecDataForAllEntities() method retrieves Util Exec data (that is, the extra configuration data required for an entity that is capable of capturing utilization data) for all entities. |
![]() ![]() | GetUtilLogData | The GetUtilLogData() method retrieves data from the Util_Log table for the specified entity and start time. All data with a starting time equal to or after the specified start time is returned. A flag determines whether the Util_Log table's shift_start field or event_time field is used to filter the data. If the shift_start field is used, then only Util_Log records whose shift_start is greater than or equal to the provided startTime parameter is returned. Similarly, if the data is filtered by event_time, then only Util_Log records whose event_time is greater than or equal to startTime is returned. |
![]() ![]() | GetUtilReasons | The GetUtilReasons() method retrieves the available final reasons for the specified entity. |
![]() ![]() | PopupUtilizationSplitDialog | The PopupUtilizationSplitDialog method opens the Utilization Split dialog for the specified entity to edit the utilization event identified by the specified log ID. |
![]() ![]() | SetRawReason | Overloaded. The SetRawReason() static method logs the change in utilization and sets the raw reason for the current utilization to the raw reason supplied. |

