OEEKPIFilter.FilterStartOffset property
- Last UpdatedNov 26, 2024
- 1 minute read
The OEEKPIFilter.FilterStartOffset property specifies the start of the filter period relative to now. This filter value is only legitimate when the TypeFilter property is set to Custom. If the TypeFilter property is not set to custom, this property is set to:
-
1 if the type is ThisHour, CurrentShift, CurrentDay, CurrentWeek, or CurrentMonth;
-
2 if the type is LastShift, Yesterday, LastWeek, or LastMonth
-
N if the type is set to LastNHours
The value of this property should always be greater than the value of the FilterEndOffset property and should always be greater than or equal to one.
|
Datatype |
Read/Write |
Default Value |
|---|---|---|
|
Integer |
R/W |
1 |