The OverrideValueHandling is an enumeration that specifies the possible options for the handling of Override values. The possible enumeration values are described in Table 71.
Table 71 – OverrideValueHandling values
Name
Value
Description
Disabled
0
The override value handling is disabled.
LastUsableValue
1
In the case of an error, the last usable value is used. If no last usable value is available, the default value for the data type is used.
OverrideValue
2
In the case of an error, the configured override value is used.
The OverrideValueHandling representation in the AddressSpace is defined in Table 72.