EL
ErrorLib
Brands
||
  1. Home
  2. Kuka
  3. KSS 8.3 System Software
  4. 1422
About·Privacy·Terms

ErrorLib — Industrial Fault Code Library

Disclaimer: ErrorLib is an independent technical reference tool. While we aim for accuracy, always verify with the manufacturer’s official service manuals before performing maintenance on industrial equipment. ErrorLib is not affiliated with the brands listed.

1422

Variable Value Invalid

Kuka · KSS 8.3 System Software

What does 1422 mean?

This message indicates that a variable has an invalid value during program execution. For example, if a program line like `myPos = $POS_INT` is executed, it may trigger this message if the variable `$POS_INT` holds an invalid state. The error can be suppressed by `ON_ERROR_PROCEED` in the preceding line, allowing custom error handling via `$ERR.NUMBER`.

Common Causes

  • A variable used in the NC program has an invalid value or is not initialized.
  • Macro variable assignment error or usage of an undefined variable.
  • The value assigned to a program variable falls outside its permissible range.

Repair Steps & Checklist

Click steps to track your progress.

  1. 1

    Examine the program logic in the line triggering the error (e.g., line 5 `myPos = $POS_INT`) and preceding lines to understand why the variable value is invalid.

  2. 2

    Verify that all variables used in assignments, calculations, or function calls have appropriate data types and are initialized with valid values.

  3. 3

    If `ON_ERROR_PROCEED` is active, ensure the subsequent `SWITCH ($ERR.NUMBER)` block explicitly handles `CASE 1422` with a robust fault service function.

  4. 4

    If the error occurs within an interrupt routine, investigate the context of the interrupt and the data available to the program at that time.

Browse all codes in this manual (6)
Verified technical data. Last updated: April 2026

Related Faults

1100Stopped {(Axis number)}1105Positioning monitoring {(Axis number)}26009Motor blocked ({Drive})
Source: KUKA KSS 8.3 System Software
Open Manual (Page 397)Search more codes in this manual