Kuka · KSS 5.2
This error indicates that a loop variable, such as 'I' in the example, has not been declared as an integer (INT) data type. In KRL programming, counters for counting loops must always be of type INT for correct operation. This prevents the compiler from properly interpreting and executing the loop.
Click steps to track your progress.
Open the source file (e.g., 'ERROR.SRC') in the editor.
Locate the line number 24 where the error is indicated.
Insert the declaration 'INT I' before the 'INI' line in the program, ensuring the 'DEF ERROR ( )' line is visible to enable this insertion.
To display the meaning of the error number online, navigate to the menu function 'Variable' --> 'Single', then enter '&2263' in the input box 'Name' and press Enter.