FANUC Series 16i/18i/21i Additional Manual Page 3

Additional Manual
The previous message is displayed again.
#3018 = 1 ;
Note
If system variable #3018 is not commanded after power on and “#3018 = 1 ;”
is commanded, no message is displayed.
When the value except “1” is commanded, the message is displayed. The message is not
displayed at the “0” value command and displayed at the value command except “0”.
Reading of #3018 from macro program
When the system variable #3018 is read by macro program, value “1” is read at displaying the
message and value “0” is read at displaying no message.
(Example)
#3018 = 1 (AAA) ;
#100 = #3018 ;
:
In this case, the value “1” is set to the variable #100.
Even if the message is displayed by commanding “#3018 = 2 (AAA) ;”, the value “1” is set to
the variable #100 at commanding “#100 = #3018 ;”.
Reset operation
When the parameter MGC (No.6005#7) is “0”, the system variable #3018 is not cleared by the
reset operation. Therefore, the message display remains.
When the parameter MGC (No.6005#7) is “1”, the system variable #3018 is cleared by the
reset operation. In this case, the message display is also cleared.
AI/AI nano contour control mode
During AI/AI nano contour control mode, the number of #3018 command block is maximum
39 blocks in the buffering blocks.
When 39 blocks are exceeded in the buffering blocks, the alarm No.5383 is generated.
If the alarm No.5383 is generated, please command G53 or no buffering M-code to prevent the
buffering.
A-90124E
Edit
Apprv.Desig.
Sheet
Title
Draw
No.
Date
Design
Descri
p
tion
Date
FANUC Series 16i/18i/21i –MB/TB, 18i –MB5
Operator message display by custom macro
Specifications
2005.11.11
3/8

Contents Summary of FANUC Series 16i/18i/21i Additional Manual

  • Page 1FANUC Series 16i/18i/21i–MB/TB FANUC Series 18i–MB5 Operator message display by custom macro Specifications - contents - 1 GENERAL ........................................................................................................................................................ 2 2 SPECIFICATIO
  • Page 21 General The message string of arbitrary characters that is commanded by the system variable #3018 can be displayed on the CNC screen. The message string of arbitrary characters can be displayed. 2 Specification Format #3018 = 1 (xxxx) ; xxxx : Message characters The arbitrary characters, which are
  • Page 3The previous message is displayed again. #3018 = 1 ; Note If system variable #3018 is not commanded after power on and “#3018 = 1 ;” is commanded, no message is displayed. When the value except “1” is commanded, the message is displayed. The message is not displayed at the “0” value command and disp
  • Page 4Warning message When Warning message is displayed, the message display is not done. Sample O0001 (#3018 OPERATOR MESSAGE) ; : #3018 = 1 (STEP-2) ; “STEP-2” is displayed. : #3018 = 0 ; “STEP-2” is cleared. : #3018 = 1 ; “STEP-2” is displayed again. : #3018 = 1 (STEP-3) ; “STEP-3” is displayed instead
  • Page 5CNC display of 7 softkey type (“COMPLETE” is displayed.) “COMPLETE” is displayed with red color. Reading/Writing of #3018 from FOCAS1, Execution macro When the system variable #3018 is read from FOCAS1 or execution macro, the reading value is the same at reading from macro program. i.e. When the mes
  • Page 6Read message from FOCAS1 • Read operator's message on key-in line Function Name: cnc_rdlnopmsg Declaration: #include "fwlib32.h" FWLIBAPI short WINAPI cnc_rdlnopmsg(unsigned short FlibHndl, char *msg); Description: Reads the operator's message on the key-in line which is displayed by the system vari
  • Page 7CNC parameter: This function is not related to CNC parameter. CNC mode: This function can be used in any CNC mode. 3 Note 1. The message is not displayed when the black and white CRT is used or the parameter NVG (No.3119#7) is set to “1”. 2. The system variable #3018 can not be commanded in conversa
  • Page 84 Parameter #7 #6 #5 #4 #3 #2 #1 #0 6005 MGC [Data type] Bit MGC The value of the system variable #3018 is 0 : Not cleared by reset operation. 1 : Cleared by reset operation. Note When this parameter is set , the power must be turned off before operation is continued. 5 Alarm No. Message Content 538