Statechart Checks : (C1133) Inconsistent initial value

(C1133) Inconsistent initial value

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