2.1 Device Power supply Solution ............................................................................................................... - 6 -
2.2 Hand control NCH02 KEYBOARD's Definition .................................................................................. - 7 -
2.3 Port Definition and connection .............................................................................................................. - 9 -
3.4 Test and diagnosis page ........................................................................................................................ - 33 -
Chapter 4.Operation and Application ......................................................................................................... - 36 -
4.1 Establish machine coordinate system .................................................................................................. - 36 -
4.3 Workpiece zero point ........................................................................................................................... - 44 -
4.4 Load and run G code ............................................................................................................................ - 45 -
Chapter 5.G & M instructions supported .................................................................................................... - 47 -
5.1 G instruction Supported ....................................................................................................................... - 47 -
5.2 M instruction Supported ...................................................................................................................... - 48 -
The NCH02 software interface is divided into 4 pages, including main page, file
management page, configuration page, test and diagnosis page. Now, the interface elements and
basic operations on 4 pages are described below.
3.1 Main Page
The main page is divided into 20 regions, such as Figure 3-1, and the following 20 regions
Manual of NCH02
are described in detail.
Figure3-1. Main Page of NCH02
1. Manual mode bar
The status bar mainly displays the manual mode. There are three manual modes. They are
manual continuous mode (shown as CONT), step mode (shown as STEP) andMPG mode (shown
- 18 -
Chapter3 Software & config
as MPG). Under the ready state of system, push 3 modes can be switched.
2. Running status bar
The status bar mainly displays the working state of the system. There are four systems in it.
They are reset state (shown as RESET), ready state (shown as READY), manual control state
(shown as JOG) and running state (shown as RUN). In reset state, all operations are invalid, it's
the system protection state; the ready state is ready for work. Any operation can be performed in
Manual of NCH02
the state of preparation; By pressing
state (READY) and the reset state (RESET). In the ready state, when the G code is ready, the G
code can be started by pressing, or the start line of the G code can be specified by
pressing +. In the process of running G code, the running status bar displays the
RUN, indicating that the G code is running. During the operation of hand control operation, the
running status bar shows JOG, indicating that hand control is working.
3. File status bar
The status bar displays the file loading G code or U disk information, It displays "No file
loaded" in the file without loading condition; it displays "U-Disk Detected" when the U disk
, the system can be switched between the ready
insert and correct recognition; "U-Disk Removed" display in the U disk pulled out; it display G
code file name when loaded the correct G code;
4, time display bar
The time display bar mainly displays the current G code running time.
- 19 -
Chapter3 Software & config
The adjustable parameters are described below, and all the adjustable
parameters can be selected by the knob Clockwise rotation or a reversal.
Under normal conditions, the adjustable parameters are white background black
words.
When turning the knob, you can see the valid position is changed with the knob,
a parameter change to blue background and white word when it become a valid
parameter.
When a parameter - we need to modify the value when it is selected. we need to
Manual of NCH02
click the PUSH (button of the knob), then the parameters become black background
and white word, meaning it's in editing, we can modify the parameters according to
the number keys.
After the modification, then press the PUSH, then it exit the edit state and enter
the unselected state, then the parameter displays the adjusted value.
5, FRO parameter setting
FRO is a feed rate adjustment that can be adjusted through the knob, adjusting the range
from 0~200%, and the actual feed speed #F=FRO*F (F is feed speed set value).
6, SRO parameter setting
SRO is the spindle rate adjustment, can be adjusted through the knob, the adjustment range
from 0~200%, the actual spindle speed #S=SRO*S (S is the spindle speed set value).
7, SJR parameter setting
SJR is a manual speed rate adjustment that can be adjusted through the knob, adjusting the
range from 0~100%, the actual manual speed #HF=SJR*HF (HF is the manual speed set value).
8,Step manual mode single step parameter setting
- 20 -
Chapter3 Software & config
The single step parameters can be set into 3 gears, which are 1mm, 0.1mm and 0.01mm,
which can be adjusted by the knob.
9, F parameter setting
This parameter defaults to the minimum speed of each axis in the parameter configuration
item, and can be adjusted by the knob. If there is no F instruction in the G code, the G code is
running in this speed. If there is F instruction in the G code, the feed speed is updated according
to the F instruction.
10, F real-time display
Manual of NCH02
F real-time display values show the real-time speed of F during the running of G code.
Real time feed speed #F=FRO*F (set feed speed).
11, S parameter setting
This parameter defaults to the default spindle speed in the parameter configuration item,
which can be adjusted by the knob. If there is no S instruction in the G code, the G code is
running at this speed. If there is S instruction in the G code, then the spindle speed value is
updated according to the S instruction.
12, S real-time display
S real-time display values show the real-time speed of S during the running of G code.
Real time spindle speed #S=SRO*S (set the spindle speed).
13, M10/M11 state display
The state value of the M10/M11 switch is displayed, which can be manually modified by
the knob or automatically modified according to the M10/M11 instruction in the running G file.
14, M8/M9 state display
The state value of the M8/M9 switch is displayed, which can be manually modified by the
knob or automatically modified according to the M8/M9 instruction in the running G file.
- 21 -
Chapter3 Software & config
15, M3/M4/M5 state display
The state value of the M3/M4/M5 switch is displayed, which can be manually modified by
the knob or automatically modified according to the M3/M4/M5 instruction in the running G file.
16, G coordinate system display
The current coordinate system is displayed, with a modified range of G54~G59, which can
be manually modified by the knob or automatically modified according to the G54~G59
instruction in the running G file.
17. System status bar
Manual of NCH02
The status bar of the system is mainly prompted by the common system state, and the list
of States is as follows
NO. Display Definition
1 SYSTEM REDAY
2 SYSTEM RESET
3 SYSTEM IS RUNNING
4 X++ LIMITED
5 X-- LIMITED
The system is ready to execute the G code
System reset state, no operation can be done
G code is running
Positive limit of X axis is triggered. Same as
other axis
Negative limit of X axis is triggered. Same as
other axis
6 X++ SOFT LIMITED
7 X-- SOFT LIMITED
Table 3-1. system status prompt information and definition
Positive soft limit of X axis is triggered. Same
as other axis
Negative soft limit of X axis is triggered. Same
as other axis
- 22 -
Chapter3 Software & config
18. The running G code display bar
In the process of running the G code, the current line number and the current line G code
are displayed.
19. Coordinate values of each axis
The coordinate value of the workpiece is displayed here.
20. The mechanical coordinates of each axis
The mechanical coordinates of each axis are displayed here, and the mechanical
coordinates of each axis are displayed behind the coordinate values of the workpiece, and the
Manual of NCH02
font is smaller than the coordinate value of the workpiece.
3.2 FILE Page
The file management page can be entered by pressing under the main control page.
The file management page is shown in Figure 3-2.
Figure3-2. File management page
- 23 -
Chapter3 Software & config
The file management page displays all the files in the U disk and can display the file name,
the size of the file, and the last modification date.
In the file management page, you can select the G code file you want to run by the knob.
When selected, press the knob confirmation key (PUSH) to load the G code file. After the load is
finished, the system automatically switches to the main page.
3.3 CONFIG Page
In the file management page, press to enter the parameter configuration page.
Manual of NCH02
Press to switch the sub page of the configuration page. The parameter configuration
page contains 4 sub pages, respectively is the motor parameter configuration (MOTOR), input
configuration (INPUT), and the output spindle configuration (Spindle/OUT) and other(OTHER).
3.3.1 motor parameter configuration (MOTOR)
The motor parameter configuration page is shown in Figure 3-3. This page list specific
parameters by row, and list number axis by column. The parameters of the axis can be adjusted
by the knob.
- 24 -
Chapter3 Software & config
Manual of NCH02
Figure3-3. motor parameter configuration page
The parameter item specifically defines show in table 3-2.
No. Mark Definition Range
1 Stepsper
2 Velocity
3 Accel
the number of pulses required for every
forward 1mm
Speed: the manual or the axis G code runs
maximum speed. The unit is mm/min
Acceleration: the manual or the axis G code
runs the maximum acceleration. The unit is
100-20000
50-20000
10-5000
mm/min2
4 Reserved
5 Step level
System reserved, undefined
The pulse level, 0 indicates that the output
level is 0V when no pulse, and the 1 indicates
- 25 -
1/0
Chapter3 Software & config
Manual of NCH02
that the output level is maximum when no
pulse.
6 Dir Level
7 BL Enable
8 BL Length
3.3.2 Input parameter configuration (INPUT)
The direction level is 0. When the axis goes to
the coordinate + movement, the direction
signal output level 0V, 1 indicates that the
direction signal output level is the maximum
when the axis moves towards the coordinate +
movement.
Backlash Enable, 1: enable; 0: disable
Backlash Length, The unit is mm
Table 3-2. motor parameter configuration
1/0
1/0
0-10
The input parameter configuration page is shown in Figure 3-4. This page list specific
parameters by row, and list number axis by column. The parameters of the axis can be adjusted
by the knob.
- 26 -
Chapter3 Software & config
Manual of NCH02
Figure3-4. Input configuration page (INPUT)
The parameter specifically defines see as table 3-3
No. Mark Definition Range
1 Limit++
2 L++ Level
The forward hard limit input level definition,
1 is the input high level effective; 0 is the
The forward hard limit pin setting, 0
indicates close the limit, and 1-8 indicates
that the limit pin is configured on the
IN1-IN8 specific input port interface.
0-8
1/0
input low level effective.
3 Limit--
The backward hard limit pin setting, 0
indicates close the limit, and 1-8 indicates that
the limit pin is configured on the IN1-IN8
- 27 -
0-8
Chapter3 Software & config
Manual of NCH02
specific input port interface.
4 L-- Level
5 Home
6 Home Level
The backward hard limit input level
definition, 1 is the input high level effective; 0
Table4-2 Probe configuration item in fixed point probe mode
Take IN2 Port as probe input port
The input port IN2 is low effective (effective when
the input short with GND)
Set to floating-point probe mode
Back distance after probe
Figure4-7. Probe configuration in fixed-point probe mode
- 43 -
Chapter4
Operation and Application
Manual of NCH02
Figure4-8. Tool sensor installation position in floating-point probe mode
After completing the configuration we return to the main page, the tool sensor on the surface
of the workpiece, we only need to manually (MPG) move the spindle nose just above the tool
sensor, and then press + , the system will automatically start probe, after the
probe completion of the Z axis will be automatically lift off the tool sensor plane 10mm.
4.3 Workpiece zero point
After the probe is completed , the next step is confirm wor kpiece zero point, we want to
carve a product, first get the G code, to ensure the workpiece zero position of the G code file .
Some G code file set the workpiece center as the workpiece zero, some set a workpiece the
corner as the workpiece zero. Here is an example of a positive center on the surface of the
- 44 -
Chapter4
workpiece. Under the main page, use manual (MPG) to move the tip of the spindle to the center of
the workpiece surface and then presses + + to set axis coordinates to zero.
Operation and Application
Then move the Z axis out of the workpiece surface to the safety height. At this point, the workpiece
zero is confirmed.
4.4 Load and run G code
Under the main page, press to switch to file management page, adjust the knob to
select the files that need to be processed. As sh own in Figure 4-9, we selected the TEST2.TAP file.
Manual of NCH02
Figure4-9.
After selecting a the file, press the confirmation key to automatically load the G code and
automatically return it to the MAIN page. As shown in Figure 4-10, the title bar file display section
has already appeared TEST2.TAP, indicating that the G code file is loaded successfully.
select TEST2.TAP file in management page
- 45 -
Chapter4
Operation and Application
Manual of NCH02
Figure4-10. Estop and Probe dialog
When the G code is loaded, press. Start the process.
- 46 -
Chapter5 G & M instructions supported
Manual of NCH02
Chapter 5. G & M instructions supported
5.1 G instruction Supported
No. Instruction Definition
1 G0
2 G1
Quick positioning
Straightaway cut
3 G2
4 G3
5 G17
Cut along the circle
Cut inversing the circle
XY plane select
6 G18 ZX
7 G19
8 G28
9 G31
10 G54
11 G55
12 G56
YZ plane select
Home
Probe
G54 coordinate system
G55 coordinate system
G56 coordinate system
plane select
13 G57
14 G58
15 G59
16 G81
17 G82
G57 coordinate system
G58 coordinate system
G59 coordinate system
Drill hole code
Drill hole code
- 47 -
Chapter5 G & M instructions supported
18 G83
19 G90
20 G91
21 G98
22 G99
Manual of NCH02
Circulation Drill hole code
Absolute size mode
Increment size mode
Back to R point
Fixed circulation
Table 5-1 G instruction supported
5.2 M instruction Supported
No. Instruction Definition
1 M3
2 M4
3 M5
4 M8
5 M9
6 M10
7 M11
8 M30
9 M60
Spindle rotates forward
Spindle rotates backward
Spindle stop
Start of water -cooling
Stop of water- cooling
Start of Mist
Stop of Mist
End of G code
Open switch 1
10 M61
11 M62
12 M63
13 M64
14 M80
Open switch 2
Open switch 3
Open switch 4
Open switch 5
Close switch 1
- 48 -
Chapter5 G & M instructions supported
15 M81
16 M82
17 M83
18 M84
Manual of NCH02
Close switch 2
Close switch 3
Close switch 4
Close switch 5
Table 5-2 M instruction supported
- 49 -
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.