Fanuc Programming Errors 2## | EAGLE MACHINE INC. Flashcards
200 - ILLEGAL COMMAND IN RAPID MODE
Command is invalid while the axis is in rapid mode.
200 - ILLEGAL G-CODE
A G-code was input that is not valid for this machine.
201 - ILLEGAL M-CODE
An M-code was input that is not valid for this machine.
202 - ILLEGAL T-CODE
A tool number or code was input that is not valid.
203 - ILLEGAL S-CODE
An invalid spindle speed command was issued.
204 - P/Q PARAMETER ERROR
P or Q values in a canned cycle are outside the allowed range.
205 - ILLEGAL R-CODE
An invalid or missing R-value was input in the program.
206 - ILLEGAL I/J/K PARAMETERS
Incorrect or missing values for I, J, or K in circular interpolation commands.
207 - ILLEGAL FEEDRATE COMMAND
The feedrate command is invalid or missing.
208 - TOO MANY DIGITS
Numerical data exceeds the allowable digit limit.
209 - INVALID DECIMAL POINT USAGE
The decimal point is misplaced or used improperly.
210 - ADDRESS NOT FOUND
A command is missing a valid address character.
211 - NO DATA AFTER ADDRESS
An address was input without corresponding data.
212 - INVALID DWELL TIME
The specified dwell time is outside the allowable range.
213 - UNSUPPORTED G-CODE FORMAT
The G-code format does not comply with the machine’s capabilities.
214 - MISSING PROGRAM END (M30)
The program lacks a proper ending command.
215 - ILLEGAL SUBPROGRAM CALL
The subprogram number is invalid or exceeds nesting depth.
216 - PROGRAM LOOP ERROR
A program loop is improperly formatted or exceeds the allowed repetitions.
217 - MISSING TOOL OFFSET
A tool offset value is required but not provided.
218 - INVALID WORK OFFSET
The work offset value is missing or invalid.
219 - CIRCULAR INTERPOLATION ERROR
Parameters for circular interpolation (G02/G03) are incorrect.
220 - INVALID TAPPING PARAMETERS
Tapping cycle commands have incorrect or missing parameters.
221 - MISSING CUTTING DATA
Cutting data, such as feedrate or spindle speed, is not provided.
222 - INVALID CANNED CYCLE
The parameters for the canned cycle are incomplete or invalid.
223 - TOOL CHANGE ERROR
The tool change command is improperly formatted or unsupported.
224 - PROGRAM BLOCK TOO LONG
The number of characters in a program block exceeds the machine’s limit.
225 - ILLEGAL MIRROR IMAGE COMMAND
Mirror image parameters are not supported or improperly configured.
226 - INVALID THREAD PARAMETERS
Threading commands have incorrect or missing values.
227 - ILLEGAL REFERENCE POINT RETURN
Reference point return command (G28/G30) is improperly formatted.
228 - MISSING CYCLE START
A required cycle start command is missing.
229 - ILLEGAL SPINDLE SPEED RANGE
The commanded spindle speed range is unsupported.
230 - MULTIPLE G-CODES IN BLOCK
Multiple conflicting G-codes are input in the same program block.
231 - MISSING ARC ENDPOINT
The endpoint of the arc for G02/G03 commands is not provided.
232 - INVALID TOOL NUMBER
The specified tool number does not exist in the tool library.
233 - TOO MANY NESTED LOOPS
The program contains too many nested loops or subprograms.
234 - DUPLICATE PROGRAM NUMBER
Two programs have the same program number in memory.
235 - MISSING WORK COORDINATE
A valid work coordinate (G54-G59) is not specified.
236 - TOOL OFFSET OUT OF RANGE
The tool offset value exceeds the allowable range.
237 - INVALID MACRO VARIABLE
A macro variable value or reference is invalid.
238 - TOO MANY DECIMAL PLACES
A numerical value has more decimal places than allowed.