
FANUC Series 16i/18i/21i-MA/MB/TB TOOL MANAGEMENT FUNCTION A-78614EN
2002.08.08 Edition 04
35
Setting of name of the customizing data
Specify the name of customizing data ( 0 to 20 ).
G10 L77 P1;
N_ ;
P_ R_ ;
P_ R_ ;
;
N_ ;
P_ R_ ;
P_ R_ ;
G11 ;
N : customizing data number ( 0 to 20 )
P : character number ( 1 to 16 )
R : character code ( ASCII )
• To clear the data, 0 is specified.
• The confirmation of a set value is possible only by the tool management
data screen.
• When the name is not registered, "CUSTOM3" etc. which are a
predetermined value are displayed.
• The displayed name is 16 characters or less. When the name string does
not come up to 16 characters, please register 0 in an empty area. Even the
character immediately before 0 is displayed.
• Please set 0 as a character-code to clear data.
• The data of the character-code is not checked.
• It is possible to register up to 10 characters by normal-width on the
standard tool management screen.
When the name of customizing data 3 changes to “MEASURE5”, the
procedure is the folloing.
G10 L77 P1 ;
N3 ; specify the customizing data 3
P1 R32 ; character ‘space’ ASCII code 20h
P2 R77 ; character “M” ASCII code 4Dh
P3 R69 ; character “E” ASCII code 45h
P4 R65 ; character “A” ASCII code 41h
P5 R83 ; character “S” ASCII code 53h
P6 R85 ; character “U” ASCII code 55h
P7 R82 ; character “R” ASCII code 54h
P8 R69 ; character “E” ASCII code 45h
P9 R53 ; character “5” ASCII code 35h
P10 R0 ; data clear (end of string)
G11 ;