GC_EXE_LINE (174)
GC_EXE_LINE (174)
ID 174
Application: |
PLC |
Group: MOTION
Short description:
Function that executes the last line of G-codes read by the GC_READ_LINE block.
Inputs (2):
no. |
type |
impulse |
mark |
notes |
1 |
B |
yes ( 0->1 ) |
exe |
Block activation. When the signal on the exe input changes the state from 0 to 1, then the interpretation of the last line of G-codes stored in the registers R3065 to R3091 is performed. Depending on the value of the registers, a value is set on the appropriate output of the function block as described below. |
2 |
B |
no |
reset |
Switching all B and I type outputs to state 0 (inactive). When the signal at the reset input is active, all binary outputs of the block go to the inactive state equal to 0 and all values of type I are set to zero. |
Outputs (13):
no. |
type |
impulse |
mark |
notes |
1 |
B |
no |
M3_Spindle_right |
The output signaling turning on the spindle with clockwise rotation, the output is turned on with the M03 code and turned off with the M05 code. The reset signal also turns this output off. |
2 |
B |
no |
M4_Spindle_left |
The output works like the Spindle_right output but turns on the left turns with the M04 code. |
3 |
B |
no |
M7_Tool_Cooler |
The output signaling turning on the tool cooling, the output is turned on with the M07 code and turned off with the M09 code. The reset signal also turns this output off. |
4 |
B |
no |
M8_Cooler |
The output works like the Tool_Cooler output but enables external cooling. It is turned on with the M08 code and turned off with the M09 code. The reset signal also turns this output off. |
5 |
B |
no |
M10_M11_Clamp |
jaw closure - turned on with the M11 and M37 codes, turned off with the M10 or M36 codes. The reset signal also turns this output off. |
6 |
B |
no |
M6_Tool_change |
The output is activated for one program cycle. Indicates the initiation of a tool change. The output is used to start the tool change routine that must be programmed separately. The output is active for one program cycle. It is turned on with the M06 code. |
7 |
I |
no |
Tn_Tool_No |
number of the tool that is to be changed |
8 |
B |
no |
G0_1_2_3_Move |
Activated when the current G-code is related to positioning. This signal should be connected to the 'exe' input of the GC_MOVE_PREP block. |
9 |
B |
no |
G4_Delay |
Time delay output activation. The output is activated for one program cycle when the G-code is interpreted as a G04 time delay. The time delay is specified in special register R3080. |
10 |
B |
no |
User_G_Code |
The output is active for one program cycle when an undefined in the controller G-code appears (can be defined by the user) |
11 |
B |
|
M30_Program_end |
The output is active when the last line of G-codes is executed |
12 |
B |
no |
Error |
error signal |
13 |
I |
- |
Error ID |
error ID |
Function operation:
Runs the last G-code line read by the GC_READ_LINE block. The operation of the block is described in chapter 4.6.5.
R registers and M markers used:
no. |
name |
description |
R-read, W-write |
R3065 |
_G_Code_A |
values taken from G-codes |
R |
R3066 |
_G_Code_B |
values taken from G-codes |
R |
R3067 |
_G_Code_C |
values taken from G-codes |
R |
R3068 |
_G_Code_D |
values taken from G-codes |
R |
R3069 |
_G_Code_E |
values taken from G-codes |
R |
R3070 |
_G_Code_F |
values taken from G-codes |
R |
R3071 |
_G_Code_G |
values taken from G-codes |
R |
R3072 |
_G_Code_H |
values taken from G-codes |
R |
R3073 |
_G_Code_I |
values taken from G-codes |
R |
R3074 |
_G_Code_J |
values taken from G-codes |
R |
R3075 |
_G_Code_K |
values taken from G-codes |
R |
R3076 |
_G_Code_L |
values taken from G-codes |
R |
R3077 |
_G_Code_M |
values taken from G-codes |
R |
R3078 |
_G_Code_N |
values taken from G-codes |
R |
R3079 |
_G_Code_O |
values taken from G-codes |
R |
R3080 |
_G_Code_P |
values taken from G-codes |
R |
R3081 |
_G_Code_Q |
values taken from G-codes |
R |
R3082 |
_G_Code_R |
values taken from G-codes |
R |
R3083 |
_G_Code_S |
values taken from G-codes |
R |
R3084 |
_G_Code_T |
values taken from G-codes |
R |
R3085 |
_G_Code_U |
values taken from G-codes |
R |
R3086 |
_G_Code_V |
values taken from G-codes |
R |
R3087 |
_G_Code_W |
values taken from G-codes |
R |
R3088 |
_G_Code_X |
values taken from G-codes |
R |
R3089 |
_G_Code_Y |
values taken from G-codes |
R |
R3090 |
_G_Code_Z |
values taken from G-codes |
R |
R3091 |
_G_Code_MG |
1=G, 2=M |
R |