ID 110647
| The table of plane compensation is not big enough. | ||||
| Description | The number of inputs defined by max_points (P-COMP-00061) is available for the plane compensation table. The two parameters last_index_master1 (P-COMP-00010) and last_index_master2 (P-COMP-00011) describe the dimensions of the compensation table. The following must apply to the table: (last_index_master1 + 1) * (last_index_master2 + 1) <= max_points 
 This warning is output if max_points is not large enough to fit the entire compensation table, i.e. if (last_index_master1 + 1) * (last_index_master2 + 1) is > max_points . | |||
| Response | Class | 1 | Warning, no reaction. | |
| Solution | Class | 1 | Either: 
 | |
| Parameter | %1: | Current value [-] | ||
| Dimension of the compensation table in the first master axis, last_index_master1 + 1 (P-COMP-00010) | ||||
| %2: | Current value [-] | |||
| Dimension of the compensation table in the second master axis, last_index_master2 + 1 (P-COMP-00011) | ||||
| %3: | Error value [-] | |||
| Parameterised value for max_points (P-COMP-00061) | ||||
| Error type | - | |||
| 
 | ||||