ID 13326

The sizes of two matrices are incompatible.

Description

The sizes of two matrices are incompatible. This error occurs, for example, when

  • a matrix is to be copied to a matrix of a different size or
  • two matrices is to be multiplied where the number of columns of the first matrix is different from the number of lines of the second matrix.

Response

Class

-

Error: Transition to error state. Complete reset of the NC channel necessary.

Solution

Class

-

Check parameter setting and correct input parameters for the matrix id in the calling program/cycle.

Parameter

%1:

Expected value

Expected number of lines/columns

%2:

Current value

Acutal number of lines/columns

%3;

Expected value

Smallest valid matrix id (parameter is optional)

%4;

Current value

Acutal number of lines/columns (parameter is optional)

Error type

1, Error message from NC program.