
2
Edit
ApprvDesig.
Sheet
Title
Draw
No.
2/2
Date
Desig
Descri
tion
Date
FANUC Series16i/18i/21i
Program number reading function editing
background by Macro executor
A-76472E
2001.12.27
Saitou
1. Outline
In the conversation /
auxiliary
macro of macro executor function, the program number of
being background edited program can be read by macro variable #8525
2. Specifications
While CNC is in the background state, the program number
of being background edited program
can be read by macro variable #8525 in the
conversation macro / auxiliary macro program.
Ex.) When the program number "O1234" is selected while background edit state,
"1234.0" is read as #100 if following macro program is programmed,
:
#100 = #8525;
:
Note) #8525 = 0 --- 9999
= 0 --- 99999999 (When O numbers are eight digits)
3. Others
When not in the background edit state, #8525 is read as follows,
1) Not while in background edit state: -3
2) While in background edit state but program is not selected: -2
3) While MDI edit screen is displayed: -1
4) While MDI operation: -2
4. Correspondent Edition
The series and edition of the macro library to which this function is applied are as follows.
i-model A i-model B
FS16i-MA:BZG1-L3 FS16i-MB:BZL1-B3
FS18i-MA:BZH1-L3 FS18i-MB:BZM1-B3
FS21i-MA:DZ80-L3 FS21i-MB:DZ82-B3
FS16i-MA:BZG2-L3 FS16i-MB:BZL2-B3
FS18i-MA:BZH2-L3 FS18i-MB:BZM2-B3
FS21i-MA:DZ85-L3 FS21i-MB:DZ87-B3
It becomes available above-mentioned edition or lator.