M Code Segment Activated By External Input Point; Auxiliary Channel Grun 4, 5, 6 And 7 - Adtech ADTECH9 Series Programming Manual

Table of Contents

Advertisement

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.
ADTECH9 Series CNC Programming Manual

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ADTECH9 Series and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Cnc seriesCnc9640Cnc9650Cnc9960Cnc9810Cnc9810e

Table of Contents