Programming manual
CNC 8055
CNC 8055i
B.
·M· & ·EN· M
ODELS
S
OFT
: V02.2
X
·451·
Progra
m
con
trol
i
n
stru
ctio
ns
PROGRAM CONTROL INSTRUCTIONS
Display instructions.
Enabling and disabling instructions.
Flow control instructions.
Subroutine instructions.
)
(ERROR integer, "error text")
Stops the execution of the program and displays the indicated error.
(MSG "message")
Displays the indicated message.
(DGWZ expression 1, ..... expression 6)
Define the graphics area.
)
(ESBLK and DSBLK)
The CNC executes all the blocks between ESBLK and DSBLK as if it were a single block.
(ESTOP and DSTOP)
Enabling (ESTOP) and disabling (DSTOP) of the Stop key and the external Stop signal (PLC).
(EFHOLD and DFHOLD)
Enabling (EFHOLD) and disabling (DFHOLD) of the Feed-hold input (PLC).
)
( GOTO N(expression) )
It causes a jump within the same program, to the block defined by the label N(expression).
( RPT N(expression), N(expression), P(expression) )
It repeats the execution of the portion of the program between the blocks defined by means of the labels
N(expression).
(IF condition <action1> ELSE <action2>)
It analyzes the given condition that must be a relational expression. If the condition is true (result equal to 1),
<action1> will be executed, otherwise (result equal to 0) <action2> will be executed.
)
(SUB integer)
Subroutine definition.
( RET )
End of subroutine.
( CALL (expression) )
Call to a subroutine.
(PCALL (expression), (assignment instruction), (assignment instruction),...) )
Call to a subroutine. In addition, using assignment instructions, it is possible to initialize up to a maximum of 26
local parameters of this subroutine.
(MCALL (expression), (assignment instruction), (assignment instruction),...) )
Same as the PCALL instruction, but making the indicated subroutine modal.
( MDOFF )
Cancellation of modal subroutine.
Summary of Contents for 8055 M
Page 1: ...CNC 8055 M EN Programming manual Ref 1711 Soft V02 2x...
Page 8: ...8 Programming manual CNC 8055 CNC 8055i SOFT V02 2X...
Page 12: ...12 CNC 8055 CNC 8055i Declaration of conformity and Warranty conditions...
Page 16: ...16 CNC 8055 CNC 8055i Version history...
Page 22: ...22 CNC 8055 CNC 8055i Returning conditions...
Page 24: ...24 CNC 8055 CNC 8055i Additional notes...
Page 26: ...26 CNC 8055 CNC 8055i Fagor documentation...
Page 448: ......
Page 464: ...464 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Page 466: ...466 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code MC operator panel...
Page 467: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 467 Key code...
Page 468: ...468 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Page 471: ...Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X 471 Key code 11 LCD Monitor...
Page 472: ...472 Programming manual CNC 8055 CNC 8055i D M EN MODELS SOFT V02 2X Key code...
Page 478: ...478 Programming manual CNC 8055 CNC 8055i F M EN MODELS SOFT V02 2X Maintenance...
Page 479: ...Programming manual CNC 8055 CNC 8055i F SOFT V02 2X 479...
Page 480: ...480 Programming manual CNC 8055 CNC 8055i F SOFT V02 2X...
Page 481: ......