GetCountsAndDuration Method (Ents)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetCountsAndDuration() method returns a DataSet containing one row for each utilization state, reason group, or reason for the specified entity. It has columns for the ID, description, count or duration, color (valid only for utilization states and reasons), and an active flag that is set true for the current utilization state, reason group, or reasonOEEExec.
| Overload | Description |
|---|---|
| GetCountsAndDuration(Int32,CountsAndDurationGraphType,FilterType,Nullable<Int32>,FilterTimeUnit,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>) | The GetCountsAndDuration() method returns a DataSet containing one row for each utilization state, reason group, or reason for the specified entity. It has columns for the ID, description, count or duration, color (valid only for utilization states and reasons), and an active flag that is set true for the current utilization state, reason group, or reasonOEEExec. |
| GetCountsAndDuration(Int32,CountsAndDurationGraphType,FilterType,Nullable<Int32>,FilterTimeUnit,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<OEEStatusFilter>) | The GetCountsAndDuration() method returns a DataSet containing one row for each utilization state, reason group, or reason for the specified entity. It has columns for the ID, description, count or duration, color (valid only for utilization states and reasons), and an active flag that is set true for the current utilization state, reason group, or reasonOEEExec. This overload of the method includes an OEE status filter. |
| GetCountsAndDuration(Int32,CountsAndDurationGraphType,FilterType,Nullable<Int32>,FilterTimeUnit,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<OEEStatusFilter>,Nullable<Int32>,Nullable<Int32>) | The GetCountsAndDuration() method returns a DataSet containing one row for each utilization state, reason group, or reason for the specified entity. It has columns for the ID, description, count or duration, color (valid only for utilization states and reasons), and an active flag that is set true for the current utilization state, reason group, or reasonOEEExec. This overload of the method includes OEE status, utility state ID, and reason group ID filters. |