User Manual Appendix A
GFK-1742F Jan 2020
Error Reporting 377
Sync Block Error during Jump
Program execution jumped to a CMOVE or
PMOVE identified by a sync block even
though the other axis had not yet reached
the sync block.
Flash EEPROM memory
programming failure
The Local Logic program executed a
statement that wrote to the System_Halt
variable (e.g. System_Halt := 1;)
Local Logic Time-Out Error
The Local Logic Program exceeded the
allocated execution time of 300
Microseconds. Decrease the Local Logic
execution time by reducing the number of
Local Logic statements or by modifying the
program structure. Consult Appendix E for
more information on local logic execution
time.
Local Logic Divide By Zero
Error
The Local Logic program performed a divide
by zero or a Modulus by zero. Check the
Local Logic program divide statements for
error source. Parameter registers that
contain zero values are possible sources for
this error.
Local Logic Divide/Modulus
Overflow Error
The Local Logic program performed a divide
(or modulus) of a 64 bit integer and the
result could not fit in a 32 bit integer. Check
the Local Logic program divide statements
for error source.
Local Logic Add/Subtract
Overflow Warning
The Local Logic program added or
subtracted numbers that caused an
overflow condition to occur. The allowable
range is –2,147,483,648 to +2,147,483,647.
Change the local logic program to prevent
overflow or set the Overflow variable to 0 at
the end of each local logic cycle.
Local Logic Absolute(ABS)
Overflow warning
The Local Logic program attempted to
perform an ABS operation on –
2,147,483,648 resulting in an overflow.