ADTECH9 Series CNC Programming Manual
4.13
M Code Segment Activated by External Input Point
3. Execution of M Code triggered through the external input signal INxx
Two hundred input points of IN00-IN99 corresponding to M2000-M2199 of the M Code triggered through the
external input signal. (Note: M2000 is within the O20000…M3000% program segment in the M_FUNC.NC)
For example (OUT00 output controlled through the IN14 input point):
Set the No. 23 program of [Parameter], [Management] of the system should be set to be User-Def and then a
M_FUNC.NC file will be generated under the MACRO of D: local disc in the [File] of file management.
Add the following program segment to the end of the file.
O2014
IF[#1014==0] (IN14 input signal connection/disconnection detected)
{
#1400=1 (OUT00 output controlled to open)
}
IF[#1014==1] ( IN14 input signal disconnection detected)
{
#1400=0 (OUT00 output controlled to close)
}
M3000
%
4.14
Auxiliary Channel GRUN 4, 5, 6 and 7
The system can be configured with two major channels and four auxiliary channels which includes GURN4,
GURN5 and GURN6. User can configure to start together with the major channels. It can be applied to some
simple feeding mechanisms to raise the efficiency of the equipment. GRUN7 is an auxiliary channel which can
start automatically once electrified. The program files of the channel are all saved in the GRUN4_NC,
GRUN5_NC, GRUN6_NC AND GRUN7_NC under the C:\MACRO. Attentions: The auxiliary channels are
only applied in the occasions that real-time performance is not highly required. Besides, delay order like G04
PXX needs to be added to the auxiliary channel cycle to avoid other channels to be affected by the dispatch.
Summary of Contents for CNC9640
Page 1: ...ADTECH9 Series CNC Programming Manual ...
Page 21: ...ADTECH9 Series CNC Programming Manual Workpiece Coordinate System Diagram ...
Page 44: ...ADTECH9 Series CNC Programming Manual 2 Occasions that inner corner rotates ...
Page 45: ...ADTECH9 Series CNC Programming Manual ...
Page 62: ...ADTECH9 Series CNC Programming Manual Manual insertion ...
Page 65: ...ADTECH9 Series CNC Programming Manual Tool radius compensation start and axis Z cut in action ...
Page 117: ...ADTECH9 Series CNC Programming Manual ...
Page 118: ...ADTECH9 Series CNC Programming Manual ...
Page 142: ...ADTECH9 Series CNC Programming Manual ...
Page 143: ...ADTECH9 Series CNC Programming Manual ...