Global Definition Set Checks : (C7141) Inconsistent initial value

(C7141) Inconsistent initial value

Error In:
Correctness
Description:
An element has a default value that is inconsistent with its type and range definition.
Example:
Integer data-type X has a minimum value of 0, and max value 20 and Default Value A. Integer data-item A is a constant set to 40. A is outside the Min and Max for X so it is an inconsistent initial value.
Erroneous Elements:
Integer and real data-items