Übersetzen...
12367

Bad base in format

Fanuc · R-30iA R-30iB Controller

Was bedeutet 12367 ?

An invalid or unrecognized numeric base was specified within a format string during an I/O operation (e.g., for numeric conversions to or from strings). This IO_STATUS error typically occurs when parsing or formatting data, indicating a syntax error in the format specification. The program will abort if the file_id is invalid.

Häufige Ursachen

  • An incorrect or unsupported numeric base (e.g., binary, octal, hexadecimal, decimal) was specified in a format string within the KAREL program.
  • A syntax error exists in the format string used for an I/O operation, leading to misinterpretation of the base.
  • The file_id used does not correspond to a valid opened file.

Reparaturschritte & Checkliste

Klicken Sie auf Schritte, um Ihren Fortschritt zu verfolgen.

  1. 1

    Review the format string used in the KAREL I/O operation to ensure a valid numeric base is specified (e.g., 'H' for hexadecimal, 'D' for decimal).

  2. 2

    Correct any syntax errors within the format string, paying close attention to character placement and delimiters.

  3. 3

    Use the KAREL command READ file_id(cr) to clear any existing IO_STATUS error condition.

Alle Codes in diesem Handbuch durchsuchen (31)
Verifizierte technische Daten. Zuletzt aktualisiert: March 2026

Verwandte Fehlercodes