Chapter Three Programming
153
Part 1 Programming
Y
External workpiece offset
G54
┆
G59
#2600
#2601
┆
#2606
Z
External workpiece offset
G54
┆
G59
#2700
#2701
┆
#2706
4
th
External workpiece offset
G54
┆
G59
#2800
#2801
┆
#2806
5
th
External workpiece offset
G54
┆
G59
#2900
#2901
┆
#2906
For example, refer to the #30=#2005 in the Section 10.3.2.
The tool offset value of the tool number is substituted into the variable #30.
The Value of the #30 is changed into 1.5 (0.15) when the offset value is 1.500mm (0.1500 inch)
#2010=#8
The offset value of the current offset number 10 is equal to the value of the #8 variable.
(3) Alarm #3000
The alarm may occur when there is something wrong in the Macro program. If the alarm number
is specified in the system variable #3000, the alarm light is ON after the previous program is treated,
and the NC equipment is on the alarm state.
#3000=n
(
ALARM MESSAGE
):
That the alarm does not use is selected in the standard specification, and set in the Macro
program. The alarm content is less than the 26 characters ( n
<
200) can be specified between the
note beginning code and note ending code.
(4) Clock #3001, #3002
The value of the system modification #3000 and #3002 by reading the clock can be obtained the
time from the clock. The time can be preset by evaluating the value to the system variable.
Type System
variable
Unit
time Power
on
Count
condition
Clock 1
#3001
1 ms
Reset to 0
Anytime
Clock 2
#3002
1 hour
It is same as the
power off
When the STL signal
occurs
The accuracy of each clock is within 16ms, the clock 1 may flow out in the 6536ms and then
return to the 0. The clock 2 may add continuously, as long as it does not preset.
The time may not test when it is exceeded the Max. value 9544 hours.
For example, 10.3.3 timing
Macro program call command
G65 P9101T (Waiting time) ms;
This Macro program can be described as follows:
09101
;
#3001=0
;
:
Initial setting
WHILE[#3001 LE #20]D01
;
:
Waiting for the specification time
END1
;
M99
;
(5) Forbid the single block and waiting for the end signal of the miscellaneous function
When the following numbers are assigned to the system variable #3003, the function of the
single program will be forbidden. The next block is performed in advance, instead of waiting for the
miscellaneous function (M, S, T, B) and the final signal (FIN). The assignment end signal (DEN) does
not send regardless of the end signal. It is notice that a miscellaneous function without waiting for the
end signal is not specified close to it.
Содержание GSK983Ma
Страница 124: ......
Страница 130: ...GSK983Ma Milling Machine Center CNC System User Manual 118 Part 1 Programming Rapid traverse Cutting feed ...
Страница 133: ...Chapter Three Programming 121 Part 1 Programming Rapid traverse Cutting feed 6 G82 Drilling cycle boring ...
Страница 143: ......
Страница 185: ......
Страница 209: ...Chapter Four Operation 197 Part 2 Operation ...
Страница 239: ...Chapter Four Operation 227 Part 2 Operation ...
Страница 242: ......
Страница 279: ......
Страница 296: ...GSK983Ma Milling Machine Center CNC System User Manual 284 Part 2 Operation ...
Страница 297: ...Appendix 285 APPENDIX Appendix 1 System Version Display The system version is displayed immediately after power on ...
Страница 371: ...Appendix 11 USB Interface Parameter Transfer Operation ...