Centroid Alarms

Centroid Alarms, Errors Messages

Centroid Alarm 538 M22x argument parse error

Centroid Alarm 538 M22x argument parse error Cause & Effect A format code was specified in the format string, but its corresponding #variable argument had a syntax error Action Correct…

Centroid Alarm 537 M22x Missing Argument

Centroid Alarm 537 M22x Missing Argument Cause & Effect A format code was specified in the format string, but its corresponding #variable argument was missing Action Correct program.

Centroid Alarm 536 M22x missing format specifier

Centroid Alarm 536 M22x missing format specifier Cause & Effect The format code was missing the its specifier Action Correct program.

Centroid Alarm 535 M22x invalid format string

Centroid Alarm 535 M22x invalid format string Cause & Effect The format string contained invalid format codes Action Correct program.

Centroid Alarm 534 M22x character limit exceeded

Centroid Alarm 534 M22x character limit exceeded Cause & Effect The format string was too long Action Correct program.

Centroid Alarm 533 M22x embedded quote not allowed

Centroid Alarm 533 M22x embedded quote not allowed Cause & Effect The format string contained a quote (“) in the middle of it. Action See syntax of M200, M223, M224…

Centroid Alarm 532 M22x missing end quote

Centroid Alarm 532 M22x missing end quote Cause & Effect The format string did not end with a quote (”) Action See syntax of M200, M223, M224 or M225

Centroid Alarm 531 M22x missing initial quote

Centroid Alarm 531 M22x missing initial quote Cause & Effect The beginning of the quoted (“) format string was not found or was in the wrong place on the G-code…

Centroid Alarm 530 M224 invalid variable

Centroid Alarm 530 M224 invalid variable Cause & Effect The #variable specified after the M224 was read-only, or not writeable due to a machine error. Action Correct program.

Centroid Alarm 529 M225 invalid variable

Centroid Alarm 529 M225 invalid variable Cause & Effect The #variable specified after the M225 was not valid, or not readable due to a machine error. Action Correct program.

Centroid Alarm 528 M225 String variable not allowed

Centroid Alarm 528 M225 String variable not allowed Cause & Effect M225 was immediately followed by a string #variable (which is invalid). Only numeric variables are allowed here. Action Correct…

Centroid Alarm 527 M22x initial variable parse error

Centroid Alarm 527 M22x initial variable parse error Cause & Effect M224 or M225 was immediate followed by an invalid #variable reference. Action Correct program.

Centroid Alarm 526 M22x Missing initial variable

Centroid Alarm 526 M22x Missing initial variable Cause & Effect M224 or M225 was not immediate followed by a #variable reference. Action See syntax of M224 or M225

Centroid Alarm 524 Variable is read-only

Centroid Alarm 524 Variable is read-only Cause & Effect Attempt to assign a value to a read-only system variable. Job cancelled. Action Correct program.

Centroid Alarm 523 Invalid value in assignment

Centroid Alarm 523 Invalid value in assignment Cause & Effect Attempt to assign an illegal value to a system variable. Job cancelled. Action Correct program.

Centroid Alarm 522 Domain error

Centroid Alarm 522 Domain error Cause & Effect Imaginary number would result (square root of a negative number). Job cancelled. Action Correct program.

Centroid Alarm 521 Divide by zero

Centroid Alarm 521 Divide by zero Cause & Effect Attempt to divide by zero. Job cancelled. Action Correct program.

Centroid Alarm 520 Invalid variable name

Centroid Alarm 520 Invalid variable name Cause & Effect The variable name contains an illegal character. Job cancelled. Action Correct program.

Centroid Alarm 519 Too many variables

Centroid Alarm 519 Too many variables Cause & Effect The space allotted for user-defined variables has been exceeded. Job cancelled. Action Correct program.

Centroid Alarm 518 Undefined variable

Centroid Alarm 518 Undefined variable Cause & Effect The variable name does not exist. Job cancelled. Action Correct program.

Centroid Alarm 517 Evaluation stack overflow

Centroid Alarm 517 Evaluation stack overflow Cause & Effect Brackets or parentheses are nested too deeply. Job cancelled. Action Correct program.

Centroid Alarm 516 Unmatched bracket (parenthesis)

Centroid Alarm 516 Unmatched bracket (parenthesis) Cause & Effect Brackets or parentheses are paired improperly or misplaced. Job cancelled. Action Correct program.

Centroid Alarm 515 Syntax error in expression

Centroid Alarm 515 Syntax error in expression Cause & Effect Illegal character in number, variable or function. Job cancelled. Action Correct program.

Centroid Alarm 514 Empty expression

Centroid Alarm 514 Empty expression Cause & Effect The expression contains no operands. Job cancelled. Action Correct expression.

Centroid Alarm 513 Expected “=”

Centroid Alarm 513 Expected “=” Cause & Effect Error in expression to left of “=”, missing “=”, or orphaned parameter. Job cancelled. Action Correct equation.

Centroid Alarm 511 Missing parameter

Centroid Alarm 511 Missing parameter Cause & Effect A parameter is required or expected but not found. Job cancelled. Action Correct program.

Centroid Alarm 510 Too many macro arg’s

Centroid Alarm 510 Too many macro arg’s Cause & Effect Too many arguments were given in a G65 macro. Job cancelled. Action Correct number of arguments.

Centroid Alarm 509 Option not available

Centroid Alarm 509 Option not available Cause & Effect Attempt to access a locked software option. Job cancelled. Action Contact Dealer.

Centroid Alarm 508 Macro nesting too deep

Centroid Alarm 508 Macro nesting too deep Cause & Effect Macro nesting limit exceeded on attempt to invoke a subroutine. Job cancelled. Action Create a second program.

Centroid Alarm 507 No closing quote

Centroid Alarm 507 No closing quote Cause & Effect The closing quotation mark (“) is missing. Job cancelled. Action Add quotation.

Centroid Alarm 506 Only 1 M code per line

Centroid Alarm 506 Only 1 M code per line Cause & Effect More than one M code appears on the line. Job cancelled. Action Move 2nd M-code to next line.

Centroid Alarm 505 Invalid value on line NNNNN

Centroid Alarm 505 Invalid value on line NNNNN Cause & Effect Value out of range (T, H, D). Job cancelled. Action Correct program.

Centroid Alarm 504 Invalid parameter on line NNNNN

Centroid Alarm 504 Invalid parameter on line NNNNN Cause & Effect Invalid or missing number after letter. Job cancelled. Action Correct program.

Centroid Alarm 503 Invalid M function on line NNNNN

Centroid Alarm 503 Invalid M function on line NNNNN Cause & Effect Invalid M function encountered on CNC line. Job cancelled. Action Correct invalid M-code.

Centroid Alarm 502 Invalid G code on line NNNNN

Centroid Alarm 502 Invalid G code on line NNNNN Cause & Effect Invalid G code encountered on CNC line. Job cancelled. Action Correct invalid G-code.