ID 21457
Incompatible data types in mathematical calculation or string operation. | ||||
Description | The found expression contains both mathematical and string expressions. It cannot be evaluated. Example:
V.E.string = „Peter“ + 23
Correct: V.E.string = „Peter“ + „23“ V.E.string = „Peter„ + INT_TO_STR[23] | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Correct NC program. Use converting functions. | |
Parameter | %1: | Current value [-] | ||
| ||||
Error type | Abort NC program processing. | |||
|