Error solution
·T· Model
Ref.1705
·6·
0004 ‘No more information allowed in the block.’
DETECTION While editing at the CNC or while executing a program transmitted via DNC.
CAUSE The possible causes are:
1. When editing a "G" function after an axis coordinate.
2. When trying to edit some data after a "G" function (or after its associated
parameters) which must go alone in the block (or which only admits its own
associated data).
3. When assigning a numeric value to a parameter that does not need it.
SOLUTION The solution for each cause is:
1. Remember that the programming order is:
• Block skip (conditional block /1, /2 or /3).
• Label (N).
• "G" functions.
• Axis coordinates. (X, Y, Z…).
• Machining conditions (F, S, T, D).
• "M" functions.
2. There are some "G" functions which carry associated data in the block. Maybe,
this type of functions do not let program other type of information after their
associated parameters. On the other hand, neither machining conditions, (F, S),
tool data (T, D) nor "M" functions may be programmed.
3. There are some "G" functions having certain parameters associated to them
which do not need to be defined with values.
0005 ‘Repeated information’
DETECTION While editing at the CNC or while executing a program transmitted via DNC.
CAUSE The same data has been entered twice in a block.
SOLUTION Correct the syntax of the block. The same data cannot be defined twice in a block.
0006 ‘Improper data format’
DETECTION While editing at the CNC or while executing a program transmitted via DNC.
CAUSE While defining the parameters of a machining canned cycle, a negative value has
been assigned to a parameter which only admits positive values.
SOLUTION Verify the format of the canned cycle. In some canned cycles, there are parameters
which only accept positive values.
0007 ‘Incompatible G functions.’
DETECTION While editing at the CNC or while executing a program transmitted via DNC.
CAUSE The possible causes are:
1. When programming in the same block two "G" functions which are incompatible
with each other.
2. When trying to define a canned cycle in a block containing a nonlinear movement
(G02, G03, G08, G09, G33).
SOLUTION The solution for each cause is:
1. There are groups of "G" functions which cannot go together in the block because
they involve actions incompatible with each other. For example:
G01/G02: Linear and circular interpolation
G41/G42: Left-hand or right-hand tool radius compensation.
This type of functions must be programmed in different blocks.
2. A canned cycle must be defined in a block containing a linear movement. In other
words, to define a cycle, a "G00" or a "G01" must be active. Nonlinear movements
(G02, G03, G08 and G09) may be defined in the blocks following the profile
definition.