Fanuc Programming Errors 2## | EAGLE MACHINE INC. Flashcards

1
Q

200 - ILLEGAL COMMAND IN RAPID MODE

A

Command is invalid while the axis is in rapid mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

200 - ILLEGAL G-CODE

A

A G-code was input that is not valid for this machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

201 - ILLEGAL M-CODE

A

An M-code was input that is not valid for this machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

202 - ILLEGAL T-CODE

A

A tool number or code was input that is not valid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

203 - ILLEGAL S-CODE

A

An invalid spindle speed command was issued.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

204 - P/Q PARAMETER ERROR

A

P or Q values in a canned cycle are outside the allowed range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

205 - ILLEGAL R-CODE

A

An invalid or missing R-value was input in the program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

206 - ILLEGAL I/J/K PARAMETERS

A

Incorrect or missing values for I, J, or K in circular interpolation commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

207 - ILLEGAL FEEDRATE COMMAND

A

The feedrate command is invalid or missing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

208 - TOO MANY DIGITS

A

Numerical data exceeds the allowable digit limit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

209 - INVALID DECIMAL POINT USAGE

A

The decimal point is misplaced or used improperly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

210 - ADDRESS NOT FOUND

A

A command is missing a valid address character.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

211 - NO DATA AFTER ADDRESS

A

An address was input without corresponding data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

212 - INVALID DWELL TIME

A

The specified dwell time is outside the allowable range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

213 - UNSUPPORTED G-CODE FORMAT

A

The G-code format does not comply with the machine’s capabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

214 - MISSING PROGRAM END (M30)

A

The program lacks a proper ending command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

215 - ILLEGAL SUBPROGRAM CALL

A

The subprogram number is invalid or exceeds nesting depth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

216 - PROGRAM LOOP ERROR

A

A program loop is improperly formatted or exceeds the allowed repetitions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

217 - MISSING TOOL OFFSET

A

A tool offset value is required but not provided.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

218 - INVALID WORK OFFSET

A

The work offset value is missing or invalid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

219 - CIRCULAR INTERPOLATION ERROR

A

Parameters for circular interpolation (G02/G03) are incorrect.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

220 - INVALID TAPPING PARAMETERS

A

Tapping cycle commands have incorrect or missing parameters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

221 - MISSING CUTTING DATA

A

Cutting data, such as feedrate or spindle speed, is not provided.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

222 - INVALID CANNED CYCLE

A

The parameters for the canned cycle are incomplete or invalid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

223 - TOOL CHANGE ERROR

A

The tool change command is improperly formatted or unsupported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

224 - PROGRAM BLOCK TOO LONG

A

The number of characters in a program block exceeds the machine’s limit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

225 - ILLEGAL MIRROR IMAGE COMMAND

A

Mirror image parameters are not supported or improperly configured.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

226 - INVALID THREAD PARAMETERS

A

Threading commands have incorrect or missing values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

227 - ILLEGAL REFERENCE POINT RETURN

A

Reference point return command (G28/G30) is improperly formatted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

228 - MISSING CYCLE START

A

A required cycle start command is missing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

229 - ILLEGAL SPINDLE SPEED RANGE

A

The commanded spindle speed range is unsupported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

230 - MULTIPLE G-CODES IN BLOCK

A

Multiple conflicting G-codes are input in the same program block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

231 - MISSING ARC ENDPOINT

A

The endpoint of the arc for G02/G03 commands is not provided.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

232 - INVALID TOOL NUMBER

A

The specified tool number does not exist in the tool library.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

233 - TOO MANY NESTED LOOPS

A

The program contains too many nested loops or subprograms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

234 - DUPLICATE PROGRAM NUMBER

A

Two programs have the same program number in memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

235 - MISSING WORK COORDINATE

A

A valid work coordinate (G54-G59) is not specified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

236 - TOOL OFFSET OUT OF RANGE

A

The tool offset value exceeds the allowable range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

237 - INVALID MACRO VARIABLE

A

A macro variable value or reference is invalid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

238 - TOO MANY DECIMAL PLACES

A

A numerical value has more decimal places than allowed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

239 - INVALID G-CODE SEQUENCE

A

The sequence of G-codes is not logical or supported.

42
Q

240 - MISSING SUBPROGRAM END

A

A subprogram lacks a proper ending command (M99).

43
Q

241 - ILLEGAL FIXTURE OFFSET

A

The specified fixture offset is invalid.

44
Q

242 - OVERLAPPING THREAD PARAMETERS

A

Threading commands overlap or conflict in the program.

45
Q

243 - PROGRAM MEMORY FULL

A

The memory capacity for storing programs has been reached.

46
Q

244 - MISSING ARC RADIUS

A

An arc command lacks a specified radius value.

47
Q

245 - PARAMETER CHANGE NOT ALLOWED

A

Program attempts to change a protected parameter.

48
Q

246 - UNRECOGNIZED COMMAND

A

The input command is not recognized by the control.

49
Q

247 - MISSING PROGRAM START (O)

A

The program lacks a proper start with an O-number.

50
Q

248 - EXCESSIVE BLOCK REPETITIONS

A

The number of block repetitions exceeds the allowable limit.

51
Q

249 - INVALID ROTATION PARAMETERS

A

Rotation parameters for G68 are incorrect.

52
Q

250 - PROGRAM EXCEEDS MACHINE CAPACITY

A

The size or complexity of the program exceeds machine limitations.

53
Q

251 - TOOL PATH NOT DEFINED

A

A required tool path for the program is missing.

54
Q

252 - MISSING TOOL LENGTH OFFSET

A

Tool length offset value is required but not specified.

55
Q

253 - INVALID MULTI-AXIS COMMAND

A

Multi-axis commands are improperly configured or unsupported.

56
Q

254 - MISSING COOLANT COMMAND

A

Coolant activation (M08) or deactivation (M09) is missing.

57
Q

255 - TOOL LIFE EXPIRED

A

The programmed tool life has been exceeded.

58
Q

256 - ILLEGAL WORK COORDINATE SHIFT

A

Work coordinate shift parameters are invalid or unsupported.

59
Q

257 - PROGRAM OVERFLOW

A

The program size exceeds the allowable memory capacity.

60
Q

258 - ILLEGAL SPINDLE ORIENTATION

A

Spindle orientation command is invalid or improperly configured.

61
Q

259 - MISSING DWELL TIME

A

A dwell command (G04) is missing the time value.

62
Q

260 - INVALID SPINDLE TORQUE

A

Spindle torque value is outside the permissible range.

63
Q

261 - EXCESSIVE CUTTING DEPTH

A

Cutting depth exceeds the allowable machine parameters.

64
Q

262 - ILLEGAL AXIS OFFSET COMMAND

A

Axis offset command is missing or incorrectly formatted.

65
Q

263 - MISSING SUBROUTINE NUMBER

A

A subroutine call (M98) lacks a valid number.

66
Q

264 - TOOL LOADING ERROR

A

Tool loading sequence is improperly formatted or exceeds the tool library capacity.

67
Q

265 - ILLEGAL OFFSET ADJUSTMENT

A

Offset adjustment values are out of range or unsupported.

68
Q

266 - MISSING PROGRAM COMMENT

A

A program block requires a comment but it is missing.

69
Q

267 - UNSUPPORTED G-CODE FUNCTION

A

G-code function is not available on the current machine configuration.

70
Q

268 - DUPLICATE ADDRESS IN BLOCK

A

Multiple addresses of the same type are input in a single block.

71
Q

269 - MISSING MACRO DEFINITION

A

A required macro definition is not found in the program.

72
Q

270 - TOO MANY TOOL CHANGES

A

The program exceeds the allowable number of tool changes.

73
Q

271 - MISSING ANGULAR COMMAND

A

Angular command (e.g., B or C axis) is not specified.

74
Q

272 - CANNED CYCLE PARAMETER ERROR

A

One or more parameters for the canned cycle are invalid.

75
Q

273 - TOOL NUMBER OUT OF RANGE

A

Tool number exceeds the allowable range for the machine.

76
Q

274 - ILLEGAL MIRROR IMAGE OFFSET

A

Mirror image offset values are invalid or unsupported.

77
Q

275 - INVALID PARTS CATCHER COMMAND

A

The command for activating or deactivating the parts catcher is invalid.

78
Q

276 - DUPLICATE TOOL OFFSET NUMBER

A

The same tool offset number is specified more than once.

79
Q

277 - MISSING TAPPING DEPTH

A

Tapping cycle lacks a specified depth value.

80
Q

278 - EXCESSIVE SPINDLE OVERRIDE

A

Spindle override exceeds the allowable range.

81
Q

279 - PROGRAM NESTING DEPTH EXCEEDED

A

The number of nested program calls exceeds the machine’s capability.

82
Q

280 - ILLEGAL MACRO ARGUMENT

A

One or more arguments in a macro call are invalid.

83
Q

281 - MISSING SPINDLE SPEED COMMAND

A

Spindle speed value is required but not specified.

84
Q

282 - MISSING TOOL DIAMETER OFFSET

A

Tool diameter offset value is required but not provided.

85
Q

283 - INVALID BLOCK FORMAT

A

Program block is not formatted correctly.

86
Q

284 - GOTO LABEL NOT FOUND

A

A GOTO label reference in the program is missing or invalid.

87
Q

285 - PROGRAM INTERRUPTED

A

Program was stopped due to invalid input or external conditions.

88
Q

286 - TOOL OFFSET DATA CORRUPT

A

Tool offset data is corrupted or missing.

89
Q

287 - MISSING CIRCULAR FEEDRATE

A

Circular feedrate is required but not specified.

90
Q

288 - INVALID PART ROTATION

A

Part rotation commands are improperly formatted or unsupported.

91
Q

289 - MISSING FINISHING CUT COMMAND

A

Finishing cut operation is not specified in the program.

92
Q

290 - PROGRAM RESTART INVALID

A

Restart block is not supported or improperly formatted.

93
Q

291 - TOOL COMPENSATION OUT OF RANGE

A

Tool compensation values exceed the allowable range.

94
Q

292 - MISSING CONSTANT SURFACE SPEED

A

Constant surface speed (G96) is required but not specified.

95
Q

293 - TOOL NOT CALIBRATED

A

Tool calibration data is missing or invalid.

96
Q

294 - ILLEGAL WORK OFFSET VALUE

A

Work offset value exceeds allowable parameters.

97
Q

295 - INVALID MULTI-SPINDLE COMMAND

A

Commands for multiple spindles are improperly configured.

98
Q

296 - INVALID AXIS COMMAND IN CANNED CYCLE

A

Axis movement is unsupported within a canned cycle.

99
Q

297 - TOOL NUMBER DUPLICATE

A

The same tool number is specified multiple times in the program.

100
Q

298 - PROGRAM EXCEEDED TIME LIMIT

A

Program run time exceeds the configured time limit.

101
Q

299 - ILLEGAL PARAMETER IN CANNED CYCLE

A

Parameters for the canned cycle conflict with each other.