- Num 1020 Cnc Manual Diagram
- Num 1020 Cnc Manual Download
- Num 1020 Cnc Manual Instructions
- Num 1020 Cnc Manual Pdf
- Num 1020 Cnc Manual Instructions
- Num 1020 Cnc Manual For Sale
NUM 1020/1040/1060M G codes for cnc machinists who work on cnc mill with NUM cnc controls.
Num 1020 Cnc Manual Diagram
Num 1020 CnC manual Text of Num 1020 CnC manual. 12-96 fr-938819/5. Manuel deprogrammation. Malgr tout le soin apport llaboration de ce document, NUM ne peut garantir lexactitude de toutes les informations quil contient et ne peuttre tenu responsable, ni des. NUM 1020/1040/1050/1060 Documentation Structure. These documents are designed for use of the CNC. Integrator Documents. NUM 1000 FAMILY CNC - NUM DRIVE MAINTENANCE. 4.6 1020/1040 Motherboard 4 - 39 5 Memory 5. Manuals 938816, 938938 and 938977.
NUM 1020/1040/1060M G-Codes
G Code | Description |
---|---|
G00 | High-speed linear interpolation |
G01 | Linear interpolation at programmed feed rate |
G02 | Clockwise circular interpolation at programmed feed rate |
G03 | Counterclockwise circular interpolation at programmed feed rate |
G04 | Programmable dwell |
G06 | Spline curve execution command |
G09 | Accurate stop at end of block before going to next block |
G10 | Interruptible block |
G12 | Overspeed by handwheel |
G16 | Definition of tool axis orientation with addresses P, Q, R |
G17 | XY plane selection |
G18 | ZX plane selection |
G19 | YZ plane selection |
G23 | Circular interpolation defined by three points |
G29 | 3D tool correction (3 axes or 5 axes) |
G31 | Thread chasing cycle |
G40 | Tool radius offset (cutter compensation) cancel |
G41 | Left tool radius offset (cutter compensation) |
G42 | Right tool radius offset (cutter compensation) |
G43 | 3D correction with cylindrical tool |
G45 | Simple pocket cycle |
G46 | Pocket or facing cycles with any contours |
G48 | Spline curve definition |
G49 | Spline curve deletion |
G51 | Mirroring |
G52 | Programming of movements in absoluted dimensions with reference to the measurement origin |
G53 | DAT1 and DAT2 offset cancel |
G54 | DAT1 and DAT2 offset enable |
G59 | Programme origin offset |
G70 | Inch data input |
G71 | Metric data input |
G73 | Scaling factor cancel |
G74 | Scaling factor enable |
G75 | Emergency retraction subroutine declaration |
G76 | Transfer of the current values of «L» and «E» parameters into the part programme |
G76+/- | ISO programme or block creation/deletion |
G77 | Unconditional branch to a subroutine or block sequence with return |
G77 -i | Call of a subroutine return block |
G78 | Axis group synchronisation |
G79 | Conditional or unconditional jump to a sequence without return |
G79+/- | Temporary suspension of next block preparation in a sequence with movements |
G80 | Canned cycle cancel |
G81 | Centre drilling cycle |
G82 | Counterboring cycle |
G83 | Peck drilling cycle |
G84 | Tapping cycle |
G84 | Rigid tapping cycle |
G85 | Reaming cycle |
G86 | Boring cycle with indexed stop and clearance at hole bottom |
G87 | Drilling cycle with chip breaking |
G88 | Boring and facing cycle |
G89 | Boring cycle with dwell at hole bottom |
G90 | Programming in absolute dimensions with respect to the programme origin |
G91 | Programming in incremental dimensions with respect to the start of the block |
G92 | Programme origin preset |
G92 R | Programming of the tangential feed rate |
G93 | Feed rate expressed as inverse time (V/L) |
G94 | Feed rate expressed in millimetres, inches or degrees per minute |
G95 | Feed rate expressed in millimetres or inches per revolution |
G97 | Spindle speed expressed in revolutions per minute |
G104 | 3D curve smoothing |
G997 | Enabling and execution of all the functions stored in state G999 |
G998 | Enabling of execution of part of the functions processed in state G999 |
G999 | Suspension of execution and forcing of block concatenation |
Description
Reads the axis names from 1st axis to the specified axis number. In case that '*data_num' is bigger than the current controlled axis number, this function sets the actual read axis number (the current controlled axis number) to '*data_num' variable after execution. And in case that '*data_num' is smaller than the current controlled axis number, this function reads data for the specified axis number which is specified by '*data_num'. MTConnect Fanuc AdapterUniversal Fanuc Driver
Fanuc Focas Library CD
Declaration
Arguments
Specify the library handle. See 'Library handle' for details.
Specify the pointer to the number of data to be read. This function returns the number of data which was read actually.
Specify the pointer to the array of ODBAXISNAME structure to store the axis names. The number of array must be equal to '*data_num'.
The ODBAXISNAME structure is as follows.- name
- Axis name is stored.
- suff
- Subscript of the axis name is stored.
Return
EW_OK is returned on successful completion, otherwise any value except EW_OK is returned.
The major error codes are as follows.
Return code | Meaning/Error handling |
---|---|
EW_LENGTH (2) | Data block length error The axis number (*data_num) is 0 or less. |
As for the other return codes or the details, see 'Return status of Data window function'
CNC option
Num 1020 Cnc Manual Download
For HSSB connection,
The extended driver/library function is necessary.
For Ethernet connection,
The Ethernet function and the extended driver/library function are necessary.
However, in case of Series 16i/18i/21i-B, 0i-B/C/D/F, Series 30i and PMi-A, the required CNC option is as follows.
When Embedded Ethernet is used,
- above two optional functions are not required.
When Ethernet board is used,
- only Ethernet function is required.
CNC parameter
Num 1020 Cnc Manual Instructions
This function is related to the following CNC parameter.
See the manual of CNC parameter for details.
Num 1020 Cnc Manual Pdf
CNC mode
This function can be used in any CNC mode.
Available CNC
0i-A | 0i-B/C(Note) | 0i-D | 0i-F | 15 | 15i | 16 | 18 | 21 | 16i-A | 18i-A | 21i-A | 16i-B | 18i-B | 21i-B | 30i-A | 30i-B | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
M (Machining) | X | O | O | O | X | O | X | X | X | O | O | O | O | O | O | O | O |
T (Turning) | X | O | O | O | X | - | X | X | X | O | O | O | O | O | O | O | O |
LC (Loader) | - | - | - | - | - | - | X | X | X | X | X | X | X | X | X | - | - |
0i-D | 0i-F | 16i | 18i | 30i-A | 30i-B | |
---|---|---|---|---|---|---|
P (Punch press) | O | O | O | O | - | O |
L (Laser) | - | - | O | - | - | O |
W (Wire) | - | - | X | X | O | O |
Power Mate i-D | O |
Power Mate i-H | O |
Power Motion i-A | O |
Num 1020 Cnc Manual Instructions
'O' | : | Both Ethernet and HSSB |
'E' | : | Ethernet |
'H' | : | HSSB |
'X' | : | Cannot be used |
'-' | : | None |
Num 1020 Cnc Manual For Sale
Note) 0i-C does not support the HSSB function.