
4.DESCRIPTION OF PARAMETERS B-63790EN/01
- 192 -
2428 Number of decimal places of the 2nd auxiliary function (B)
[Input type] Parameter input
[Data type] Integer
[Valid data range] 0 - 8
Set the number of decimal places of the 2nd auxiliary function.
If 0 is set, the decimal point cannot be input.
2429 M code for tool replacement
[Input type] Parameter input
[Data type] Integer
[Valid data range] From 0 through 99999999 (excluding 01, 02, 30, 98, 99 and calling M
code)
Set the M code for a tool replacement command in tool life
management and in tool offset by the tool number. If 0 is set, is
regarded as 6 (M06) .
2431 M code to execute external device subprogram calls
[Input type] Setting input
[Data type] Integer
[Valid data range] 0 - 99999999
Set the M code to execute external device subprogram calls. When 0
is set, M198 is used. M01, M02, M30, M98, and M99 cannot be used
to execute external device subprogram calls. When a negative number,
1, 2, 30, 98, or 99 is set for this parameter, M198 is used to execute
external device subprogram calls.
2433 M code for outputting operator message (macro message)
[Input type] Parameter input
[Data type] Integer
[Valid data range] 0 to 99999999
Specify the M code that will cause the comment specified in the same
block to be output as an operator message. If 0 is set, this function is
disabled. M01, M02, M30, M98, and M99 cannot be used as an M
code for outputting an operator message (macro message).
Example) If 55 is set in this parameter and the following program
block is executed, the comment "ABCDEFG" is displayed on the
operator message screen.
M55 (ABCDEFG) ;
When M55 is decoded in a PMC sequence, the comment in the
program block can be sent to the outside by reading the contents of
the operator message with the appropriate window function.
Executing this function does not cause the program to stop. The
system does not automatically switch to the operator message screen,
either.