Module Chart Checks : (C5019) Expressions containing operation between arrays with unequal length

(C5019) Expressions containing operation between arrays with unequal length

Error In:
Correctness
Description:
Elements contain assignments or comparisons between arrays or array slices of different lengths.
Example:
An action that contains the assignment A=B, where A is defined as an array from 1 to 3, and B is an array from 1 to 5.
Erroneous Elements:
Events, conditions, and actions