GSK983Ma Milling Machine Center CNC System User Manual
148
Part 1 Programming
When an undefined variable is quoted, the address can be ignored.
When #1=<Vacant>
When #1=0
G90 X100 Y#1
↓
G90 X100
G90 X100 Y#1
G90 X100 Y0
(
2
)
Calculation formula
It is same as the variable value other than the <Vacant> is regarded as the replacement.
When #1=<Vacant>
When #1=0
#2=#1
↓
#2=<Vacant>
#2=#1
↓
#2=0
#2=#1*5
↓
#2=0
#2=#1*5
↓
#2=0
#2=#1+#1
↓
#2=0
#2=#1+#1
↓
#2=0
(3) Conditional express
The <Vacant> and 0 are different only for the E Q and NE.
When #1=<Vacant>
When #1=0
#1EQ#0
↓
Certain
#1EQ#0
↓
Uncertain
#1 NE 0
↓
Certain
#1 NE 0
↓
Uncertain
#1GE#0
↓
Certain
#1GE#0
↓
Uncertain
#1GT0
↓
Certain
#1GT0
↓
Uncertain (inconsistent)
3.10.2.4 The Display and Setting of the Variable Value
The variable value can be displayed on the LCD screen, and also it can be set the variable value
(Refer to the display and setting of the User Macro program variable value in the Section 4.4.8.2) in
the MDI mode.
3.10.3 Type of the Variable
The variable can be divided into local variable, common variable and system variable based
upon the variable number, the usage and character of the each variable is different.
Содержание 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 ...