Programming manual.
CNC 8070
·22·
(REF: 1709)
Ref. 1512
Ref. 1604
Ref. 1709
Percentage of loop time (cycle time) used by the PLC. • Variable: (V.)G.PLCTIMERATE
Percentage of loop time (cycle time) used by the dynamic preparation of the
tool path.
• Variable: (V.)G.TRAYTIMERATE
Value of the local count-up 1 input. • Variable: (V.)G.LCOUNTER1
Value of the local count-up 2 input. • Variable: (V.)G.LCOUNTER2
Actual (real) CNC feedrate in G95. • Variable: (V.)G.FREALPR
Real feedrate on the tool path. • Variable: (V.)G.ACTFEED
Feedrate active in the block. • Variable: (V.)G.IPOFEED
Active tool. Code of the tool offset type. • Variable: (V.)TM.TOOLTYP[ofd]
Tool being prepared. Code of the tool offset type. • Variable: (V.)G.TOOLTYP
Tool being prepared. Tool-holder orientation. • Variable: (V.)G.FIXORI
Solution 2 is selected in instruction #CS or #ACS. • Variable: (V.)G.TORISOL2
CNC model. • Variable: (V.)G.CNCMODEL
CNC sub-version number (decimal value). • Variable: (V.)G.SUBVERSIO
Number of the line of the program where the cursor is. • Variable: (V.)G.CURSORLINE
Orientation smoothing of the rotary axes working with RTCP. • Variable: (V.)MPG.ORISMOOTH
Amount of error allowed on the axis for the HSC mode. • Variable: (V.)A.ACTROUND.xn
Software V05.40
Work zones. • Function: G120, G121, G122, G123.
• Variables: (V.)MPA.ZONELIMITTOL.xn
(V.)G.ZONEST[k]
(V.)G.ZONETOOLWATCH[k]
(V.)G.ZONEWARN[k]
(V.)A.ZONELIMITTOL.xn
(V.)A.ZONELOWLIM[k].xn
(V.)A.ZONEUPLIM[k].xn
(V.)G.ZONECIR1[k]
(V.)G.ZONECIR2[k]
(V.)G.ZONER[k]
(V.)G.ZONECIRAX1[k]
(V.)G.ZONECIRAX2[k]
Smooth the path. • Statement: #PATHND
Smooth the path and the feedrate. • Statement: #FEEDND
Software V05.50
The CNC permits setting the machine coordinate for gantry axes. • Function: G174.
The CNC permits executing seven subroutines per block.
Software V05.60.00
Subroutine associated with the reset. • Subroutine: PROGRAM_RESET
Subroutine associated with the tool calibration cycle. • Subroutine: KinCal_Begin.nc
KinCal_End.nc
New search criteria for help files associated with the subroutines. • File: pcall.txt
• File:subroutine_name.txt
subroutine_name.bmp
The subroutines associated with functions G500-599 may also have help files
which are displayed during editing.
•File: G500.txt, G501.txt, etc.
G500.bmp, G501.bmp, etc.
The subroutines associated with functions G8000-8999 may also have help
files which are displayed during editing.
•File: G8000.txt, G8001.txt, etc.
G8000.bmp, G8001.bmp, etc.
New radius compensation algorithm, optimized to solve stepped profiles.
User subroutines (G500-G599) and modal subroutines. • Functions: G500, G501, etc.
• Instructions: #MCALL
User subroutines (G8000-G8999) and modal subroutines. • Functions: G8000, G8001, etc.
• Instructions: #MCALL
Calls to subroutines with parameter initialization allow the programming of 32
additional parameters (P26 to P57), which can also be defined as "D0= " to
"D31=", so that "D0=" is equal to P26, "D1=" to P27 and so forth.
• Functions: G500, G501, etc.
G180, G181, etc.
G380, G381, etc.
• Instructions: #PCALL, #MCALL
Non-modal G02 and G03 functions. • Functions: G2, G3
Non-modal function G00. • Functions: G0
Software V05.31